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))
- The Plot Documentation shows how to use the package.
- The Plot Cookbook contains more plot examples.
- The Racket Discourse group can be used for questions and assistance.
- The Issue Tracker can be used for reporting bugs or feature requests.
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.
Racket, including these packages, is free software, see LICENSE for more details.