LICENSE
MANIFEST.in
README.md
setup.py
spb/__init__.py
spb/_version.py
spb/control.py
spb/defaults.py
spb/doc_utils.py
spb/functions.py
spb/plotgrid.py
spb/series.py
spb/utils.py
spb/vectors.py
spb/wegert.py
spb/animation/__init__.py
spb/animation/ipywidgets.py
spb/animation/panel.py
spb/backends/__init__.py
spb/backends/base_backend.py
spb/backends/base_renderer.py
spb/backends/utils.py
spb/backends/bokeh/__init__.py
spb/backends/bokeh/bokeh.py
spb/backends/bokeh/renderers/__init__.py
spb/backends/bokeh/renderers/arrow2d.py
spb/backends/bokeh/renderers/complex.py
spb/backends/bokeh/renderers/contour.py
spb/backends/bokeh/renderers/generic.py
spb/backends/bokeh/renderers/geometry.py
spb/backends/bokeh/renderers/hvline.py
spb/backends/bokeh/renderers/line2d.py
spb/backends/bokeh/renderers/mcircles.py
spb/backends/bokeh/renderers/ngrid.py
spb/backends/bokeh/renderers/nichols.py
spb/backends/bokeh/renderers/nyquist.py
spb/backends/bokeh/renderers/polezero.py
spb/backends/bokeh/renderers/root_locus.py
spb/backends/bokeh/renderers/sgrid.py
spb/backends/bokeh/renderers/vector2d.py
spb/backends/bokeh/renderers/zgrid.py
spb/backends/k3d/__init__.py
spb/backends/k3d/k3d.py
spb/backends/k3d/renderers/__init__.py
spb/backends/k3d/renderers/arrow3d.py
spb/backends/k3d/renderers/complex.py
spb/backends/k3d/renderers/geometry.py
spb/backends/k3d/renderers/implicit3d.py
spb/backends/k3d/renderers/line3d.py
spb/backends/k3d/renderers/surface.py
spb/backends/k3d/renderers/vector3d.py
spb/backends/matplotlib/__init__.py
spb/backends/matplotlib/matplotlib.py
spb/backends/matplotlib/renderers/__init__.py
spb/backends/matplotlib/renderers/_sgrid_helper.py
spb/backends/matplotlib/renderers/arrow2d.py
spb/backends/matplotlib/renderers/arrow3d.py
spb/backends/matplotlib/renderers/complex.py
spb/backends/matplotlib/renderers/contour.py
spb/backends/matplotlib/renderers/generic.py
spb/backends/matplotlib/renderers/geometry.py
spb/backends/matplotlib/renderers/hvline.py
spb/backends/matplotlib/renderers/implicit2d.py
spb/backends/matplotlib/renderers/line2d.py
spb/backends/matplotlib/renderers/line3d.py
spb/backends/matplotlib/renderers/mcircles.py
spb/backends/matplotlib/renderers/ngrid.py
spb/backends/matplotlib/renderers/nichols.py
spb/backends/matplotlib/renderers/nyquist.py
spb/backends/matplotlib/renderers/polezero.py
spb/backends/matplotlib/renderers/renderer.py
spb/backends/matplotlib/renderers/root_locus.py
spb/backends/matplotlib/renderers/sgrid.py
spb/backends/matplotlib/renderers/surface.py
spb/backends/matplotlib/renderers/vector2d.py
spb/backends/matplotlib/renderers/vector3d.py
spb/backends/matplotlib/renderers/zgrid.py
spb/backends/mayavi/__init__.py
spb/backends/mayavi/mayavi.py
spb/backends/mayavi/renderers/__init__.py
spb/backends/mayavi/renderers/implicit3d.py
spb/backends/mayavi/renderers/line3d.py
spb/backends/mayavi/renderers/surface.py
spb/backends/mayavi/renderers/vector3d.py
spb/backends/plotly/__init__.py
spb/backends/plotly/plotly.py
spb/backends/plotly/renderers/__init__.py
spb/backends/plotly/renderers/arrow2d.py
spb/backends/plotly/renderers/complex.py
spb/backends/plotly/renderers/contour.py
spb/backends/plotly/renderers/generic.py
spb/backends/plotly/renderers/geometry.py
spb/backends/plotly/renderers/hvline.py
spb/backends/plotly/renderers/implicit3d.py
spb/backends/plotly/renderers/line2d.py
spb/backends/plotly/renderers/line3d.py
spb/backends/plotly/renderers/surface.py
spb/backends/plotly/renderers/vector2d.py
spb/backends/plotly/renderers/vector3d.py
spb/ccomplex/__init__.py
spb/ccomplex/complex.py
spb/ccomplex/wegert.py
spb/graphics/__init__.py
spb/graphics/complex_analysis.py
spb/graphics/control.py
spb/graphics/functions_2d.py
spb/graphics/functions_3d.py
spb/graphics/graphics.py
spb/graphics/utils.py
spb/graphics/vectors.py
spb/interactive/__init__.py
spb/interactive/bokeh.py
spb/interactive/ipywidgets.py
spb/interactive/panel.py
spb/interactive/bootstrap_spb/__init__.py
spb/interactive/bootstrap_spb/bootstrap.css
spb/interactive/bootstrap_spb/bootstrap.html
spb/plot_functions/__init__.py
spb/plot_functions/complex_analysis.py
spb/plot_functions/control.py
spb/plot_functions/functions_2d.py
spb/plot_functions/functions_3d.py
spb/plot_functions/vectors.py
sympy_plot_backends.egg-info/PKG-INFO
sympy_plot_backends.egg-info/SOURCES.txt
sympy_plot_backends.egg-info/dependency_links.txt
sympy_plot_backends.egg-info/not-zip-safe
sympy_plot_backends.egg-info/requires.txt
sympy_plot_backends.egg-info/top_level.txt
tests/test_defaults.py
tests/test_deprecated_module.py
tests/test_doc_utils.py
tests/test_plotgrid.py
tests/test_series.py
tests/test_utils.py
tests/animation/__init__.py
tests/animation/test_animation.py
tests/animation/test_panel_ipywidgets.py
tests/backends/__init__.py
tests/backends/make_tests.py
tests/backends/test_base_backend.py
tests/backends/test_bokeh.py
tests/backends/test_color_utils.py
tests/backends/test_k3d.py
tests/backends/test_matplotlib.py
tests/backends/test_plotly.py
tests/graphics/__init__.py
tests/graphics/test_complex_analysis.py
tests/graphics/test_control.py
tests/graphics/test_control_min_module.py
tests/graphics/test_functions_2d.py
tests/graphics/test_functions_3d.py
tests/graphics/test_graphics.py
tests/graphics/test_vectors.py
tests/interactive/__init__.py
tests/interactive/test_interactive.py
tests/interactive/test_ipywidgets.py
tests/interactive/test_panel.py
tests/plot_functions/__init__.py
tests/plot_functions/test_complex.py
tests/plot_functions/test_control.py
tests/plot_functions/test_functions_2d.py
tests/plot_functions/test_functions_3d.py
tests/plot_functions/test_vectors.py