Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8773255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:14:53+00:00 2026-06-13T18:14:53+00:00

I wish to plot graphically a function using MIT scheme. In the manual of

  • 0

I wish to plot graphically a function using MIT scheme. In the manual of scheme, there is a section called “Graphics” — quote:

MIT Scheme has a simple two-dimensional line-graphics interface that is 
suitable for many graphics application.

If you experienced this, please help me by pasting a minimal working code (KISS principle) that works with MIT/scheme, and which plots something.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T18:14:55+00:00Added an answer on June 13, 2026 at 6:14 pm

    It looks like this manual contains documentation of each individual function, but full out examples of every function do not appear to exist in any documentation online. The only way I was able to find working code was to Google the actual function names and arduously review each result for possible code samples.

    Anyway, to satisfy your question and give you a simple example of how this library works, here is sample code.

        (let ((device (make-graphics-device (car (enumerate-graphics-types))))
              (x-start 0)
              (y-start 0)
              (x-end 5)
              (y-end 5))
          (graphics-draw-line device x-start y-start x-end y-end)
          (graphics-close device))
    

    If you need more samples, let me know, but the code and docs should be enough to get you going.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Say I have set up the following function f[a,b,c] which I wish to plot
I am using plotyy to plot two vectors on different y-axes. I wish to
I wish to recreate this graph: (from here ) Using R base graphics. I
I wish create a custom hover action in matplotlib using the onmove function below.
I wish to plot a vector with the help of ListLinePlot function in mathematica.
For example. Assume I do: dev.new(width=5, height=4) plot(1:20) And now I wish to do
I wish to do this using only XAML - How to add an additional
I wish to plot implicit functions in MATLAB. Like x^3 + xy + y^2
I am playing with the stars ({graphics}) function to create a segment of flowers.
So I wish to create a log(y) vs log(x) of the following function in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.