All Projects → racket → plot

racket / plot

Licence: other
No description or website provided.

Programming Languages

racket
414 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].