Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 480 Bytes

README.rst

File metadata and controls

19 lines (12 loc) · 480 Bytes

pymathics-matplotlib

A PyMathics module to use matplotlib as a rendering engine for Graphics in Mathics.

To install in development mode, run from the source tree:

$ make develop

Once installed, you can load this inside Mathics using the LoadModule[] function.

This makes the functions ToMatplotlib[] and MPlot[] available.

$ mathicsscript
In[1]:= MPlot[ToMatplotlib[Line[{{0.25,0.5},{0.25,0.25},{0.5,0.25},{0.5,0.5}}]]]