File tree Expand file tree Collapse file tree 4 files changed +2134
-1
lines changed Expand file tree Collapse file tree 4 files changed +2134
-1
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ Some simple sympy examples.
9
9
number of digits of the factorial of a number.
10
10
1 . ` pendulums.ipynb ` : Notebook on using the Euler-Lagrange equations to derive
11
11
the equation for the motion of pendulumns.
12
- 1 . ` img ` : images for notebooks.
12
+ 1 . ` plotting ` : illustration of using alternative backends for plots in sympy.
13
+ 1 . ` img ` : images for notebooks.
Original file line number Diff line number Diff line change
1
+ # Plotting
2
+
3
+ Illustration of various plots in sympy, also illustrating the
4
+ use of alternative backends such as Bokeh. Also some examples
5
+ of interactive plots implemented either using sympy plotting
6
+ backends package or ipywidgets.
7
+
8
+
9
+ ## What is it?
10
+
11
+ 1 . ` plotting_backends.ipynb ` : Jupyter notebook illustrating the
12
+ use of the sympy plotting backends package, as well as various
13
+ types of (interactive) plots.
14
+ 1 . ` environment.yml ` : conda environment that contains the packages
15
+ to run the notebooks and scripts.
Original file line number Diff line number Diff line change
1
+ name : sympy_plotting
2
+ channels :
3
+ - conda-forge
4
+ dependencies :
5
+ - sympy
6
+ - jupyterlab
7
+ - ipywidgets
8
+ - ipywidgets_bokeh
9
+ - sympy_plot_backends
10
+ - ca-certificates
11
+ - certifi
12
+ - openssl
13
+ - colorcet
14
+ - adaptive
15
+ - ipympl
16
+ - plotly
17
+ prefix : /home/gjb/mambaforge/envs/sympy_plotting
You can’t perform that action at this time.
0 commit comments