Command line 3-D Plotting tool derived from SymPy and IPyVolume.
-
Clone the Repo to your github directory
-
Create an alias in bashrc for the plot.py script:
alias plot='python "$home"/github/SymPyVolume/plot.py'You're all set. Checkout the help page for more information
optional arguments: -h, --help show this help message and exit --Fn <class 'str'> Function with variables x,y,z --x X x-axis limits --y Y y-axis limits --z Z z-axis limits --axis-labels AXIS_LABELS axis labels for plot --data DATA input data filescipy sympy ipyvolume ipywidgets- be able to embed sliders inside the html plot (see ipyvolume.widgets)
