Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/48d271ed18e1aa97181ed8e00c66c3be to your computer and use it in GitHub Desktop.
Save r-ryantm/48d271ed18e1aa97181ed8e00c66c3be to your computer and use it in GitHub Desktop.
/nix/store/mn6ir8mbvqwn60f4bsyyfjm6lscim1ax-python3.7-vispy-0.6.5
├── etc
│   └── jupyter
│   └── nbconfig
│   └── notebook.d
│   └── vispy.json
├── lib
│   └── python3.7
│   └── site-packages
│   ├── vispy
│   │   ├── app
│   │   │   ├── application.py
│   │   │   ├── backends
│   │   │   │   ├── _egl.py
│   │   │   │   ├── _glfw.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ipynb_static.py
│   │   │   │   ├── _ipynb_util.py
│   │   │   │   ├── _ipynb_vnc.py
│   │   │   │   ├── _ipynb_webgl.py
│   │   │   │   ├── ipython
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── _widget.cpython-37.pyc
│   │   │   │   │   └── _widget.py
│   │   │   │   ├── _osmesa.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _egl.cpython-37.pyc
│   │   │   │   │   ├── _glfw.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _ipynb_static.cpython-37.pyc
│   │   │   │   │   ├── _ipynb_util.cpython-37.pyc
│   │   │   │   │   ├── _ipynb_vnc.cpython-37.pyc
│   │   │   │   │   ├── _ipynb_webgl.cpython-37.pyc
│   │   │   │   │   ├── _osmesa.cpython-37.pyc
│   │   │   │   │   ├── _pyglet.cpython-37.pyc
│   │   │   │   │   ├── _pyqt4.cpython-37.pyc
│   │   │   │   │   ├── _pyqt5.cpython-37.pyc
│   │   │   │   │   ├── _pyside2.cpython-37.pyc
│   │   │   │   │   ├── _pyside.cpython-37.pyc
│   │   │   │   │   ├── _qt.cpython-37.pyc
│   │   │   │   │   ├── _sdl2.cpython-37.pyc
│   │   │   │   │   ├── _template.cpython-37.pyc
│   │   │   │   │   ├── _test.cpython-37.pyc
│   │   │   │   │   └── _wx.cpython-37.pyc
│   │   │   │   ├── _pyglet.py
│   │   │   │   ├── _pyqt4.py
│   │   │   │   ├── _pyqt5.py
│   │   │   │   ├── _pyside2.py
│   │   │   │   ├── _pyside.py
│   │   │   │   ├── _qt.py
│   │   │   │   ├── _sdl2.py
│   │   │   │   ├── _template.py
│   │   │   │   ├── _test.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── test_ipynb_util.cpython-37.pyc
│   │   │   │   │   └── test_ipynb_util.py
│   │   │   │   └── _wx.py
│   │   │   ├── base.py
│   │   │   ├── canvas.py
│   │   │   ├── _default_app.py
│   │   │   ├── __init__.py
│   │   │   ├── inputhook.py
│   │   │   ├── __pycache__
│   │   │   │   ├── application.cpython-37.pyc
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── canvas.cpython-37.pyc
│   │   │   │   ├── _default_app.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── inputhook.cpython-37.pyc
│   │   │   │   ├── qt.cpython-37.pyc
│   │   │   │   └── timer.cpython-37.pyc
│   │   │   ├── qt.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_app.cpython-37.pyc
│   │   │   │   │   ├── test_backends.cpython-37.pyc
│   │   │   │   │   ├── test_context.cpython-37.pyc
│   │   │   │   │   ├── test_interactive.cpython-37.pyc
│   │   │   │   │   ├── test_ipython.cpython-37.pyc
│   │   │   │   │   ├── test_qt.cpython-37.pyc
│   │   │   │   │   └── test_simultaneous.cpython-37.pyc
│   │   │   │   ├── qt-designer.ui
│   │   │   │   ├── test_app.py
│   │   │   │   ├── test_backends.py
│   │   │   │   ├── test_context.py
│   │   │   │   ├── test_interactive.py
│   │   │   │   ├── test_ipython.py
│   │   │   │   ├── test_qt.py
│   │   │   │   └── test_simultaneous.py
│   │   │   └── timer.py
│   │   ├── color
│   │   │   ├── color_array.py
│   │   │   ├── _color_dict.py
│   │   │   ├── colormap.py
│   │   │   ├── color_space.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── color_array.cpython-37.pyc
│   │   │   │   ├── _color_dict.cpython-37.pyc
│   │   │   │   ├── colormap.cpython-37.pyc
│   │   │   │   ├── color_space.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_color.cpython-37.pyc
│   │   │   └── test_color.py
│   │   ├── conftest.py
│   │   ├── ext
│   │   │   ├── _bundled
│   │   │   │   ├── cassowary
│   │   │   │   │   ├── edit_info.py
│   │   │   │   │   ├── error.py
│   │   │   │   │   ├── expression.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── edit_info.cpython-37.pyc
│   │   │   │   │   │   ├── error.cpython-37.pyc
│   │   │   │   │   │   ├── expression.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── simplex_solver.cpython-37.pyc
│   │   │   │   │   │   ├── tableau.cpython-37.pyc
│   │   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   │   ├── simplex_solver.py
│   │   │   │   │   ├── tableau.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── decorator.py
│   │   │   │   ├── husl.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _mpl_py3k_compat.py
│   │   │   │   ├── png.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── decorator.cpython-37.pyc
│   │   │   │   │   ├── husl.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _mpl_py3k_compat.cpython-37.pyc
│   │   │   │   │   ├── png.cpython-37.pyc
│   │   │   │   │   └── six.cpython-37.pyc
│   │   │   │   └── six.py
│   │   │   ├── cassowary.py
│   │   │   ├── cocoapy.py
│   │   │   ├── cubehelix.py
│   │   │   ├── decorator.py
│   │   │   ├── egl.py
│   │   │   ├── fontconfig.py
│   │   │   ├── gdi32plus.py
│   │   │   ├── glfw.py
│   │   │   ├── gzip_open.py
│   │   │   ├── husl.py
│   │   │   ├── __init__.py
│   │   │   ├── ipy_inputhook.py
│   │   │   ├── osmesa.py
│   │   │   ├── png.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cassowary.cpython-37.pyc
│   │   │   │   ├── cocoapy.cpython-37.pyc
│   │   │   │   ├── cubehelix.cpython-37.pyc
│   │   │   │   ├── decorator.cpython-37.pyc
│   │   │   │   ├── egl.cpython-37.pyc
│   │   │   │   ├── fontconfig.cpython-37.pyc
│   │   │   │   ├── gdi32plus.cpython-37.pyc
│   │   │   │   ├── glfw.cpython-37.pyc
│   │   │   │   ├── gzip_open.cpython-37.pyc
│   │   │   │   ├── husl.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── ipy_inputhook.cpython-37.pyc
│   │   │   │   ├── osmesa.cpython-37.pyc
│   │   │   │   ├── png.cpython-37.pyc
│   │   │   │   └── six.cpython-37.pyc
│   │   │   └── six.py
│   │   ├── geometry
│   │   │   ├── calculations.py
│   │   │   ├── curves.py
│   │   │   ├── generation.py
│   │   │   ├── __init__.py
│   │   │   ├── isocurve.py
│   │   │   ├── isosurface.py
│   │   │   ├── meshdata.py
│   │   │   ├── normals.py
│   │   │   ├── parametric.py
│   │   │   ├── polygon.py
│   │   │   ├── __pycache__
│   │   │   │   ├── calculations.cpython-37.pyc
│   │   │   │   ├── curves.cpython-37.pyc
│   │   │   │   ├── generation.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── isocurve.cpython-37.pyc
│   │   │   │   ├── isosurface.cpython-37.pyc
│   │   │   │   ├── meshdata.cpython-37.pyc
│   │   │   │   ├── normals.cpython-37.pyc
│   │   │   │   ├── parametric.cpython-37.pyc
│   │   │   │   ├── polygon.cpython-37.pyc
│   │   │   │   ├── rect.cpython-37.pyc
│   │   │   │   ├── torusknot.cpython-37.pyc
│   │   │   │   ├── triangulation.cpython-37.pyc
│   │   │   │   └── _triangulation_debugger.cpython-37.pyc
│   │   │   ├── rect.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_calculations.cpython-37.pyc
│   │   │   │   │   ├── test_generation.cpython-37.pyc
│   │   │   │   │   ├── test_meshdata.cpython-37.pyc
│   │   │   │   │   └── test_triangulation.cpython-37.pyc
│   │   │   │   ├── test_calculations.py
│   │   │   │   ├── test_generation.py
│   │   │   │   ├── test_meshdata.py
│   │   │   │   └── test_triangulation.py
│   │   │   ├── torusknot.py
│   │   │   ├── _triangulation_debugger.py
│   │   │   └── triangulation.py
│   │   ├── gloo
│   │   │   ├── buffer.py
│   │   │   ├── context.py
│   │   │   ├── framebuffer.py
│   │   │   ├── gl
│   │   │   │   ├── _constants.py
│   │   │   │   ├── dummy.py
│   │   │   │   ├── _es2.py
│   │   │   │   ├── es2.py
│   │   │   │   ├── _gl2.py
│   │   │   │   ├── gl2.py
│   │   │   │   ├── glplus.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _proxy.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _constants.cpython-37.pyc
│   │   │   │   │   ├── dummy.cpython-37.pyc
│   │   │   │   │   ├── _es2.cpython-37.pyc
│   │   │   │   │   ├── es2.cpython-37.pyc
│   │   │   │   │   ├── _gl2.cpython-37.pyc
│   │   │   │   │   ├── gl2.cpython-37.pyc
│   │   │   │   │   ├── glplus.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _proxy.cpython-37.pyc
│   │   │   │   │   ├── _pyopengl2.cpython-37.pyc
│   │   │   │   │   └── pyopengl2.cpython-37.pyc
│   │   │   │   ├── _pyopengl2.py
│   │   │   │   ├── pyopengl2.py
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_basics.cpython-37.pyc
│   │   │   │   │   ├── test_functionality.cpython-37.pyc
│   │   │   │   │   ├── test_names.cpython-37.pyc
│   │   │   │   │   └── test_use.cpython-37.pyc
│   │   │   │   ├── test_basics.py
│   │   │   │   ├── test_functionality.py
│   │   │   │   ├── test_names.py
│   │   │   │   └── test_use.py
│   │   │   ├── glir.py
│   │   │   ├── globject.py
│   │   │   ├── __init__.py
│   │   │   ├── preprocessor.py
│   │   │   ├── program.py
│   │   │   ├── __pycache__
│   │   │   │   ├── buffer.cpython-37.pyc
│   │   │   │   ├── context.cpython-37.pyc
│   │   │   │   ├── framebuffer.cpython-37.pyc
│   │   │   │   ├── glir.cpython-37.pyc
│   │   │   │   ├── globject.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── preprocessor.cpython-37.pyc
│   │   │   │   ├── program.cpython-37.pyc
│   │   │   │   ├── texture.cpython-37.pyc
│   │   │   │   ├── util.cpython-37.pyc
│   │   │   │   └── wrappers.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_buffer.cpython-37.pyc
│   │   │   │   │   ├── test_context.cpython-37.pyc
│   │   │   │   │   ├── test_framebuffer.cpython-37.pyc
│   │   │   │   │   ├── test_glir.cpython-37.pyc
│   │   │   │   │   ├── test_globject.cpython-37.pyc
│   │   │   │   │   ├── test_program.cpython-37.pyc
│   │   │   │   │   ├── test_texture.cpython-37.pyc
│   │   │   │   │   ├── test_use_gloo.cpython-37.pyc
│   │   │   │   │   ├── test_util.cpython-37.pyc
│   │   │   │   │   └── test_wrappers.cpython-37.pyc
│   │   │   │   ├── test_buffer.py
│   │   │   │   ├── test_context.py
│   │   │   │   ├── test_framebuffer.py
│   │   │   │   ├── test_glir.py
│   │   │   │   ├── test_globject.py
│   │   │   │   ├── test_program.py
│   │   │   │   ├── test_texture.py
│   │   │   │   ├── test_use_gloo.py
│   │   │   │   ├── test_util.py
│   │   │   │   └── test_wrappers.py
│   │   │   ├── texture.py
│   │   │   ├── util.py
│   │   │   └── wrappers.py
│   │   ├── glsl
│   │   │   ├── antialias
│   │   │   │   ├── antialias.glsl
│   │   │   │   ├── cap-butt.glsl
│   │   │   │   ├── cap.glsl
│   │   │   │   ├── cap-round.glsl
│   │   │   │   ├── caps.glsl
│   │   │   │   ├── cap-square.glsl
│   │   │   │   ├── cap-triangle-in.glsl
│   │   │   │   ├── cap-triangle-out.glsl
│   │   │   │   ├── filled.glsl
│   │   │   │   ├── __init__.py
│   │   │   │   ├── outline.glsl
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── stroke.glsl
│   │   │   ├── arrowheads
│   │   │   │   ├── angle.glsl
│   │   │   │   ├── arrowheads.frag
│   │   │   │   ├── arrowheads.glsl
│   │   │   │   ├── arrowheads.vert
│   │   │   │   ├── curved.glsl
│   │   │   │   ├── inhibitor.glsl
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── stealth.glsl
│   │   │   │   ├── triangle.glsl
│   │   │   │   └── util.glsl
│   │   │   ├── arrows
│   │   │   │   ├── angle-30.glsl
│   │   │   │   ├── angle-60.glsl
│   │   │   │   ├── angle-90.glsl
│   │   │   │   ├── arrow.frag
│   │   │   │   ├── arrows.glsl
│   │   │   │   ├── arrow.vert
│   │   │   │   ├── common.glsl
│   │   │   │   ├── curved.glsl
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── stealth.glsl
│   │   │   │   ├── triangle-30.glsl
│   │   │   │   ├── triangle-60.glsl
│   │   │   │   ├── triangle-90.glsl
│   │   │   │   └── util.glsl
│   │   │   ├── build-spatial-filters.py
│   │   │   ├── collections
│   │   │   │   ├── agg-fast-path.frag
│   │   │   │   ├── agg-fast-path.vert
│   │   │   │   ├── agg-glyph.frag
│   │   │   │   ├── agg-glyph.vert
│   │   │   │   ├── agg-marker.frag
│   │   │   │   ├── agg-marker.vert
│   │   │   │   ├── agg-path.frag
│   │   │   │   ├── agg-path.vert
│   │   │   │   ├── agg-point.frag
│   │   │   │   ├── agg-point.vert
│   │   │   │   ├── agg-segment.frag
│   │   │   │   ├── agg-segment.vert
│   │   │   │   ├── __init__.py
│   │   │   │   ├── marker.frag
│   │   │   │   ├── marker.vert
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── raw-path.frag
│   │   │   │   ├── raw-path.vert
│   │   │   │   ├── raw-point.frag
│   │   │   │   ├── raw-point.vert
│   │   │   │   ├── raw-segment.frag
│   │   │   │   ├── raw-segment.vert
│   │   │   │   ├── raw-triangle.frag
│   │   │   │   ├── raw-triangle.vert
│   │   │   │   ├── sdf-glyph.frag
│   │   │   │   ├── sdf-glyph-ticks.vert
│   │   │   │   ├── sdf-glyph.vert
│   │   │   │   └── tick-labels.vert
│   │   │   ├── colormaps
│   │   │   │   ├── autumn.glsl
│   │   │   │   ├── blues.glsl
│   │   │   │   ├── colormaps.glsl
│   │   │   │   ├── color-space.glsl
│   │   │   │   ├── cool.glsl
│   │   │   │   ├── fire.glsl
│   │   │   │   ├── gray.glsl
│   │   │   │   ├── greens.glsl
│   │   │   │   ├── hot.glsl
│   │   │   │   ├── icefire.glsl
│   │   │   │   ├── ice.glsl
│   │   │   │   ├── __init__.py
│   │   │   │   ├── parse.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── parse.cpython-37.pyc
│   │   │   │   ├── reds.glsl
│   │   │   │   ├── spring.glsl
│   │   │   │   ├── summer.glsl
│   │   │   │   ├── user.glsl
│   │   │   │   ├── util.glsl
│   │   │   │   ├── wheel.glsl
│   │   │   │   └── winter.glsl
│   │   │   ├── __init__.py
│   │   │   ├── lines
│   │   │   │   ├── agg.frag
│   │   │   │   ├── agg.vert
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── markers
│   │   │   │   ├── arrow.glsl
│   │   │   │   ├── asterisk.glsl
│   │   │   │   ├── chevron.glsl
│   │   │   │   ├── clover.glsl
│   │   │   │   ├── club.glsl
│   │   │   │   ├── cross.glsl
│   │   │   │   ├── diamond.glsl
│   │   │   │   ├── disc.glsl
│   │   │   │   ├── ellipse.glsl
│   │   │   │   ├── hbar.glsl
│   │   │   │   ├── heart.glsl
│   │   │   │   ├── infinity.glsl
│   │   │   │   ├── __init__.py
│   │   │   │   ├── marker.frag
│   │   │   │   ├── marker-sdf.frag
│   │   │   │   ├── marker-sdf.vert
│   │   │   │   ├── markers.glsl
│   │   │   │   ├── marker.vert
│   │   │   │   ├── pin.glsl
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── ring.glsl
│   │   │   │   ├── spade.glsl
│   │   │   │   ├── square.glsl
│   │   │   │   ├── tag.glsl
│   │   │   │   ├── triangle.glsl
│   │   │   │   └── vbar.glsl
│   │   │   ├── math
│   │   │   │   ├── circle-through-2-points.glsl
│   │   │   │   ├── constants.glsl
│   │   │   │   ├── double.glsl
│   │   │   │   ├── functions.glsl
│   │   │   │   ├── __init__.py
│   │   │   │   ├── point-to-line-distance.glsl
│   │   │   │   ├── point-to-line-projection.glsl
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── signed-line-distance.glsl
│   │   │   │   └── signed-segment-distance.glsl
│   │   │   ├── misc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── regular-grid.frag
│   │   │   │   ├── spatial-filters.frag
│   │   │   │   └── viewport-NDC.glsl
│   │   │   ├── __pycache__
│   │   │   │   ├── build-spatial-filters.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── transforms
│   │   │   ├── azimuthal-equal-area.glsl
│   │   │   ├── azimuthal-equidistant.glsl
│   │   │   ├── hammer.glsl
│   │   │   ├── identity_forward.glsl
│   │   │   ├── identity.glsl
│   │   │   ├── identity_inverse.glsl
│   │   │   ├── __init__.py
│   │   │   ├── linear-scale.glsl
│   │   │   ├── log-scale.glsl
│   │   │   ├── mercator-transverse-forward.glsl
│   │   │   ├── mercator-transverse-inverse.glsl
│   │   │   ├── panzoom.glsl
│   │   │   ├── polar.glsl
│   │   │   ├── position.glsl
│   │   │   ├── power-scale.glsl
│   │   │   ├── projection.glsl
│   │   │   ├── pvm.glsl
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── rotate.glsl
│   │   │   ├── trackball.glsl
│   │   │   ├── translate.glsl
│   │   │   ├── transverse_mercator.glsl
│   │   │   ├── viewport-clipping.glsl
│   │   │   ├── viewport.glsl
│   │   │   ├── viewport-transform.glsl
│   │   │   ├── x.glsl
│   │   │   ├── y.glsl
│   │   │   └── z.glsl
│   │   ├── __init__.py
│   │   ├── io
│   │   │   ├── _data
│   │   │   │   └── spatial-filters.npy
│   │   │   ├── datasets.py
│   │   │   ├── image.py
│   │   │   ├── __init__.py
│   │   │   ├── mesh.py
│   │   │   ├── __pycache__
│   │   │   │   ├── datasets.cpython-37.pyc
│   │   │   │   ├── image.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── mesh.cpython-37.pyc
│   │   │   │   ├── stl.cpython-37.pyc
│   │   │   │   └── wavefront.cpython-37.pyc
│   │   │   ├── stl.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_image.cpython-37.pyc
│   │   │   │   │   └── test_io.cpython-37.pyc
│   │   │   │   ├── test_image.py
│   │   │   │   └── test_io.py
│   │   │   └── wavefront.py
│   │   ├── ipython
│   │   │   ├── __init__.py
│   │   │   ├── ipython.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── ipython.cpython-37.pyc
│   │   ├── plot
│   │   │   ├── fig.py
│   │   │   ├── __init__.py
│   │   │   ├── plotwidget.py
│   │   │   ├── __pycache__
│   │   │   │   ├── fig.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── plotwidget.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_plot.cpython-37.pyc
│   │   │   └── test_plot.py
│   │   ├── __pycache__
│   │   │   ├── conftest.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── scene
│   │   │   ├── cameras
│   │   │   │   ├── arcball.py
│   │   │   │   ├── base_camera.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── fly.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── magnify.py
│   │   │   │   ├── panzoom.py
│   │   │   │   ├── perspective.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── arcball.cpython-37.pyc
│   │   │   │   │   ├── base_camera.cpython-37.pyc
│   │   │   │   │   ├── _base.cpython-37.pyc
│   │   │   │   │   ├── fly.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── magnify.cpython-37.pyc
│   │   │   │   │   ├── panzoom.cpython-37.pyc
│   │   │   │   │   ├── perspective.cpython-37.pyc
│   │   │   │   │   └── turntable.cpython-37.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── test_perspective.cpython-37.pyc
│   │   │   │   │   └── test_perspective.py
│   │   │   │   └── turntable.py
│   │   │   ├── canvas.py
│   │   │   ├── events.py
│   │   │   ├── __init__.py
│   │   │   ├── node.py
│   │   │   ├── __pycache__
│   │   │   │   ├── canvas.cpython-37.pyc
│   │   │   │   ├── events.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── node.cpython-37.pyc
│   │   │   │   ├── subscene.cpython-37.pyc
│   │   │   │   └── visuals.cpython-37.pyc
│   │   │   ├── subscene.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_node.cpython-37.pyc
│   │   │   │   │   └── test_visuals.cpython-37.pyc
│   │   │   │   ├── test_node.py
│   │   │   │   └── test_visuals.py
│   │   │   ├── visuals.py
│   │   │   └── widgets
│   │   │   ├── anchor.py
│   │   │   ├── axis.py
│   │   │   ├── colorbar.py
│   │   │   ├── console.py
│   │   │   ├── grid.py
│   │   │   ├── __init__.py
│   │   │   ├── label.py
│   │   │   ├── __pycache__
│   │   │   │   ├── anchor.cpython-37.pyc
│   │   │   │   ├── axis.cpython-37.pyc
│   │   │   │   ├── colorbar.cpython-37.pyc
│   │   │   │   ├── console.cpython-37.pyc
│   │   │   │   ├── grid.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── label.cpython-37.pyc
│   │   │   │   ├── viewbox.cpython-37.pyc
│   │   │   │   └── widget.cpython-37.pyc
│   │   │   ├── viewbox.py
│   │   │   └── widget.py
│   │   ├── static
│   │   │   ├── extension.js
│   │   │   ├── index.js
│   │   │   └── index.js.map
│   │   ├── testing
│   │   │   ├── image_tester.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── image_tester.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _runners.cpython-37.pyc
│   │   │   │   └── _testing.cpython-37.pyc
│   │   │   ├── _runners.py
│   │   │   ├── _testing.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_testing.cpython-37.pyc
│   │   │   └── test_testing.py
│   │   ├── util
│   │   │   ├── bunch.py
│   │   │   ├── check_environment.py
│   │   │   ├── config.py
│   │   │   ├── dpi
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _linux.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _linux.cpython-37.pyc
│   │   │   │   │   ├── _quartz.cpython-37.pyc
│   │   │   │   │   └── _win32.cpython-37.pyc
│   │   │   │   ├── _quartz.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── test_dpi.cpython-37.pyc
│   │   │   │   │   └── test_dpi.py
│   │   │   │   └── _win32.py
│   │   │   ├── eq.py
│   │   │   ├── event.py
│   │   │   ├── fetching.py
│   │   │   ├── filter.py
│   │   │   ├── fonts
│   │   │   │   ├── data
│   │   │   │   │   ├── OpenSans-BoldItalic.ttf
│   │   │   │   │   ├── OpenSans-Bold.ttf
│   │   │   │   │   ├── OpenSans-Italic.ttf
│   │   │   │   │   └── OpenSans-Regular.ttf
│   │   │   │   ├── _freetype.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _freetype.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _quartz.cpython-37.pyc
│   │   │   │   │   ├── _triage.cpython-37.pyc
│   │   │   │   │   ├── _vispy_fonts.cpython-37.pyc
│   │   │   │   │   └── _win32.cpython-37.pyc
│   │   │   │   ├── _quartz.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── test_font.cpython-37.pyc
│   │   │   │   │   └── test_font.py
│   │   │   │   ├── _triage.py
│   │   │   │   ├── _vispy_fonts.py
│   │   │   │   └── _win32.py
│   │   │   ├── fourier.py
│   │   │   ├── frozen.py
│   │   │   ├── __init__.py
│   │   │   ├── keys.py
│   │   │   ├── logs.py
│   │   │   ├── np_backport.py
│   │   │   ├── osmesa_gl.py
│   │   │   ├── profiler.py
│   │   │   ├── ptime.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bunch.cpython-37.pyc
│   │   │   │   ├── check_environment.cpython-37.pyc
│   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   ├── eq.cpython-37.pyc
│   │   │   │   ├── event.cpython-37.pyc
│   │   │   │   ├── fetching.cpython-37.pyc
│   │   │   │   ├── filter.cpython-37.pyc
│   │   │   │   ├── fourier.cpython-37.pyc
│   │   │   │   ├── frozen.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── keys.cpython-37.pyc
│   │   │   │   ├── logs.cpython-37.pyc
│   │   │   │   ├── np_backport.cpython-37.pyc
│   │   │   │   ├── osmesa_gl.cpython-37.pyc
│   │   │   │   ├── profiler.cpython-37.pyc
│   │   │   │   ├── ptime.cpython-37.pyc
│   │   │   │   ├── quaternion.cpython-37.pyc
│   │   │   │   ├── transforms.cpython-37.pyc
│   │   │   │   └── wrappers.cpython-37.pyc
│   │   │   ├── quaternion.py
│   │   │   ├── svg
│   │   │   │   ├── base.py
│   │   │   │   ├── color.py
│   │   │   │   ├── element.py
│   │   │   │   ├── geometry.py
│   │   │   │   ├── group.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── length.py
│   │   │   │   ├── number.py
│   │   │   │   ├── path.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── color.cpython-37.pyc
│   │   │   │   │   ├── element.cpython-37.pyc
│   │   │   │   │   ├── geometry.cpython-37.pyc
│   │   │   │   │   ├── group.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── length.cpython-37.pyc
│   │   │   │   │   ├── number.cpython-37.pyc
│   │   │   │   │   ├── path.cpython-37.pyc
│   │   │   │   │   ├── shapes.cpython-37.pyc
│   │   │   │   │   ├── style.cpython-37.pyc
│   │   │   │   │   ├── svg.cpython-37.pyc
│   │   │   │   │   ├── transformable.cpython-37.pyc
│   │   │   │   │   ├── transform.cpython-37.pyc
│   │   │   │   │   └── viewport.cpython-37.pyc
│   │   │   │   ├── shapes.py
│   │   │   │   ├── style.py
│   │   │   │   ├── svg.py
│   │   │   │   ├── transformable.py
│   │   │   │   ├── transform.py
│   │   │   │   └── viewport.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_config.cpython-37.pyc
│   │   │   │   │   ├── test_docstring_parameters.cpython-37.pyc
│   │   │   │   │   ├── test_emitter_group.cpython-37.pyc
│   │   │   │   │   ├── test_event_emitter.cpython-37.pyc
│   │   │   │   │   ├── test_fourier.cpython-37.pyc
│   │   │   │   │   ├── test_import.cpython-37.pyc
│   │   │   │   │   ├── test_key.cpython-37.pyc
│   │   │   │   │   ├── test_logging.cpython-37.pyc
│   │   │   │   │   ├── test_run.cpython-37.pyc
│   │   │   │   │   ├── test_transforms.cpython-37.pyc
│   │   │   │   │   └── test_vispy.cpython-37.pyc
│   │   │   │   ├── test_config.py
│   │   │   │   ├── test_docstring_parameters.py
│   │   │   │   ├── test_emitter_group.py
│   │   │   │   ├── test_event_emitter.py
│   │   │   │   ├── test_fourier.py
│   │   │   │   ├── test_import.py
│   │   │   │   ├── test_key.py
│   │   │   │   ├── test_logging.py
│   │   │   │   ├── test_run.py
│   │   │   │   ├── test_transforms.py
│   │   │   │   └── test_vispy.py
│   │   │   ├── transforms.py
│   │   │   └── wrappers.py
│   │   ├── version.py
│   │   └── visuals
│   │   ├── axis.py
│   │   ├── border.py
│   │   ├── box.py
│   │   ├── collections
│   │   │   ├── agg_fast_path_collection.py
│   │   │   ├── agg_path_collection.py
│   │   │   ├── agg_point_collection.py
│   │   │   ├── agg_segment_collection.py
│   │   │   ├── array_list.py
│   │   │   ├── base_collection.py
│   │   │   ├── collection.py
│   │   │   ├── __init__.py
│   │   │   ├── path_collection.py
│   │   │   ├── point_collection.py
│   │   │   ├── polygon_collection.py
│   │   │   ├── __pycache__
│   │   │   │   ├── agg_fast_path_collection.cpython-37.pyc
│   │   │   │   ├── agg_path_collection.cpython-37.pyc
│   │   │   │   ├── agg_point_collection.cpython-37.pyc
│   │   │   │   ├── agg_segment_collection.cpython-37.pyc
│   │   │   │   ├── array_list.cpython-37.pyc
│   │   │   │   ├── base_collection.cpython-37.pyc
│   │   │   │   ├── collection.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── path_collection.cpython-37.pyc
│   │   │   │   ├── point_collection.cpython-37.pyc
│   │   │   │   ├── polygon_collection.cpython-37.pyc
│   │   │   │   ├── raw_path_collection.cpython-37.pyc
│   │   │   │   ├── raw_point_collection.cpython-37.pyc
│   │   │   │   ├── raw_polygon_collection.cpython-37.pyc
│   │   │   │   ├── raw_segment_collection.cpython-37.pyc
│   │   │   │   ├── raw_triangle_collection.cpython-37.pyc
│   │   │   │   ├── segment_collection.cpython-37.pyc
│   │   │   │   ├── triangle_collection.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── raw_path_collection.py
│   │   │   ├── raw_point_collection.py
│   │   │   ├── raw_polygon_collection.py
│   │   │   ├── raw_segment_collection.py
│   │   │   ├── raw_triangle_collection.py
│   │   │   ├── segment_collection.py
│   │   │   ├── triangle_collection.py
│   │   │   └── util.py
│   │   ├── colorbar.py
│   │   ├── cube.py
│   │   ├── ellipse.py
│   │   ├── filters
│   │   │   ├── base_filter.py
│   │   │   ├── clipper.py
│   │   │   ├── color.py
│   │   │   ├── __init__.py
│   │   │   ├── material.py
│   │   │   ├── picking.py
│   │   │   └── __pycache__
│   │   │   ├── base_filter.cpython-37.pyc
│   │   │   ├── clipper.cpython-37.pyc
│   │   │   ├── color.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── material.cpython-37.pyc
│   │   │   └── picking.cpython-37.pyc
│   │   ├── glsl
│   │   │   ├── antialiasing.py
│   │   │   ├── color.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── antialiasing.cpython-37.pyc
│   │   │   ├── color.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── graphs
│   │   │   ├── graph.py
│   │   │   ├── __init__.py
│   │   │   ├── layouts
│   │   │   │   ├── circular.py
│   │   │   │   ├── force_directed.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── circular.cpython-37.pyc
│   │   │   │   │   ├── force_directed.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── random.cpython-37.pyc
│   │   │   │   └── random.py
│   │   │   ├── __pycache__
│   │   │   │   ├── graph.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_layouts.cpython-37.pyc
│   │   │   │   └── test_layouts.py
│   │   │   └── util.py
│   │   ├── gridlines.py
│   │   ├── gridmesh.py
│   │   ├── histogram.py
│   │   ├── image.py
│   │   ├── infinite_line.py
│   │   ├── __init__.py
│   │   ├── isocurve.py
│   │   ├── isoline.py
│   │   ├── isosurface.py
│   │   ├── line
│   │   │   ├── arrow.py
│   │   │   ├── dash_atlas.py
│   │   │   ├── __init__.py
│   │   │   ├── line.py
│   │   │   └── __pycache__
│   │   │   ├── arrow.cpython-37.pyc
│   │   │   ├── dash_atlas.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── line.cpython-37.pyc
│   │   ├── linear_region.py
│   │   ├── line_plot.py
│   │   ├── markers.py
│   │   ├── mesh.py
│   │   ├── plane.py
│   │   ├── polygon.py
│   │   ├── __pycache__
│   │   │   ├── axis.cpython-37.pyc
│   │   │   ├── border.cpython-37.pyc
│   │   │   ├── box.cpython-37.pyc
│   │   │   ├── colorbar.cpython-37.pyc
│   │   │   ├── cube.cpython-37.pyc
│   │   │   ├── ellipse.cpython-37.pyc
│   │   │   ├── gridlines.cpython-37.pyc
│   │   │   ├── gridmesh.cpython-37.pyc
│   │   │   ├── histogram.cpython-37.pyc
│   │   │   ├── image.cpython-37.pyc
│   │   │   ├── infinite_line.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── isocurve.cpython-37.pyc
│   │   │   ├── isoline.cpython-37.pyc
│   │   │   ├── isosurface.cpython-37.pyc
│   │   │   ├── linear_region.cpython-37.pyc
│   │   │   ├── line_plot.cpython-37.pyc
│   │   │   ├── markers.cpython-37.pyc
│   │   │   ├── mesh.cpython-37.pyc
│   │   │   ├── plane.cpython-37.pyc
│   │   │   ├── polygon.cpython-37.pyc
│   │   │   ├── rectangle.cpython-37.pyc
│   │   │   ├── regular_polygon.cpython-37.pyc
│   │   │   ├── scrolling_lines.cpython-37.pyc
│   │   │   ├── spectrogram.cpython-37.pyc
│   │   │   ├── sphere.cpython-37.pyc
│   │   │   ├── surface_plot.cpython-37.pyc
│   │   │   ├── tube.cpython-37.pyc
│   │   │   ├── visual.cpython-37.pyc
│   │   │   ├── volume.cpython-37.pyc
│   │   │   ├── windbarb.cpython-37.pyc
│   │   │   └── xyz_axis.cpython-37.pyc
│   │   ├── rectangle.py
│   │   ├── regular_polygon.py
│   │   ├── scrolling_lines.py
│   │   ├── shaders
│   │   │   ├── compiler.py
│   │   │   ├── expression.py
│   │   │   ├── function.py
│   │   │   ├── __init__.py
│   │   │   ├── multiprogram.py
│   │   │   ├── parsing.py
│   │   │   ├── program.py
│   │   │   ├── __pycache__
│   │   │   │   ├── compiler.cpython-37.pyc
│   │   │   │   ├── expression.cpython-37.pyc
│   │   │   │   ├── function.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── multiprogram.cpython-37.pyc
│   │   │   │   ├── parsing.cpython-37.pyc
│   │   │   │   ├── program.cpython-37.pyc
│   │   │   │   ├── shader_object.cpython-37.pyc
│   │   │   │   └── variable.cpython-37.pyc
│   │   │   ├── shader_object.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_function.cpython-37.pyc
│   │   │   │   │   ├── test_multiprogram.cpython-37.pyc
│   │   │   │   │   └── test_parsing.cpython-37.pyc
│   │   │   │   ├── test_function.py
│   │   │   │   ├── test_multiprogram.py
│   │   │   │   └── test_parsing.py
│   │   │   └── variable.py
│   │   ├── spectrogram.py
│   │   ├── sphere.py
│   │   ├── surface_plot.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_arrows.cpython-37.pyc
│   │   │   │   ├── test_axis.cpython-37.pyc
│   │   │   │   ├── test_collections.cpython-37.pyc
│   │   │   │   ├── test_colorbar.cpython-37.pyc
│   │   │   │   ├── test_colormap.cpython-37.pyc
│   │   │   │   ├── test_ellipse.cpython-37.pyc
│   │   │   │   ├── test_histogram.cpython-37.pyc
│   │   │   │   ├── test_image.cpython-37.pyc
│   │   │   │   ├── test_infinite_line.cpython-37.pyc
│   │   │   │   ├── test_isosurface.cpython-37.pyc
│   │   │   │   ├── test_linear_region.cpython-37.pyc
│   │   │   │   ├── test_markers.cpython-37.pyc
│   │   │   │   ├── test_mesh.cpython-37.pyc
│   │   │   │   ├── test_polygon.cpython-37.pyc
│   │   │   │   ├── test_rectangle.cpython-37.pyc
│   │   │   │   ├── test_regular_polygon.cpython-37.pyc
│   │   │   │   ├── test_sdf.cpython-37.pyc
│   │   │   │   ├── test_spectrogram.cpython-37.pyc
│   │   │   │   ├── test_text.cpython-37.pyc
│   │   │   │   ├── test_volume.cpython-37.pyc
│   │   │   │   └── test_windbarb.cpython-37.pyc
│   │   │   ├── test_arrows.py
│   │   │   ├── test_axis.py
│   │   │   ├── test_collections.py
│   │   │   ├── test_colorbar.py
│   │   │   ├── test_colormap.py
│   │   │   ├── test_ellipse.py
│   │   │   ├── test_histogram.py
│   │   │   ├── test_image.py
│   │   │   ├── test_infinite_line.py
│   │   │   ├── test_isosurface.py
│   │   │   ├── test_linear_region.py
│   │   │   ├── test_markers.py
│   │   │   ├── test_mesh.py
│   │   │   ├── test_polygon.py
│   │   │   ├── test_rectangle.py
│   │   │   ├── test_regular_polygon.py
│   │   │   ├── test_sdf.py
│   │   │   ├── test_spectrogram.py
│   │   │   ├── test_text.py
│   │   │   ├── test_volume.py
│   │   │   └── test_windbarb.py
│   │   ├── text
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _sdf_gpu.cpython-37.pyc
│   │   │   │   └── text.cpython-37.pyc
│   │   │   ├── _sdf_cpu.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── _sdf_cpu.pyx
│   │   │   ├── _sdf_gpu.py
│   │   │   └── text.py
│   │   ├── transforms
│   │   │   ├── base_transform.py
│   │   │   ├── chain.py
│   │   │   ├── __init__.py
│   │   │   ├── interactive.py
│   │   │   ├── linear.py
│   │   │   ├── nonlinear.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base_transform.cpython-37.pyc
│   │   │   │   ├── chain.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── interactive.cpython-37.pyc
│   │   │   │   ├── linear.cpython-37.pyc
│   │   │   │   ├── nonlinear.cpython-37.pyc
│   │   │   │   ├── transform_system.cpython-37.pyc
│   │   │   │   └── _util.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_transforms.cpython-37.pyc
│   │   │   │   └── test_transforms.py
│   │   │   ├── transform_system.py
│   │   │   └── _util.py
│   │   ├── tube.py
│   │   ├── visual.py
│   │   ├── volume.py
│   │   ├── windbarb.py
│   │   └── xyz_axis.py
│   └── vispy-0.6.5.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── jupyter
└── nbextensions
└── vispy
├── extension.js
├── index.js
└── index.js.map
138 directories, 919 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment