Skip to content

racket/plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source code for the Racket "plot" package which used to make 2D and 3D plots. This package is included in the Racket installation, so, if you installed Racket, you can use it straight away. Open DrRacket and type in the follwing in the command window:

(require plot)
(plot (function sin -5 5))

To Get Help

Contributing

You can contribute to this package by creating a pull request, but we recommend joining the Racket Discourse group to discuss the features you plan to add or bugs you intend to fix. Other Racket developers may be able to assist you with advice and providing links to the relevant pieces of code.

By making a contribution, you are agreeing that your contribution is licensed under the Apache 2.0 license and the MIT license.

License

Racket, including these packages, is free software, see LICENSE for more details.