Skip to content

Commit f2bd01d

Browse files
authored
Merge pull request #21 from gjbex/development
Add sympy plotting backends
2 parents 6e7bd52 + c5e60a7 commit f2bd01d

File tree

4 files changed

+2134
-1
lines changed

4 files changed

+2134
-1
lines changed

source-code/sympy/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Some simple sympy examples.
99
number of digits of the factorial of a number.
1010
1. `pendulums.ipynb`: Notebook on using the Euler-Lagrange equations to derive
1111
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.

source-code/sympy/plotting/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)