LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
fastplotlib/VERSION
fastplotlib/__init__.py
fastplotlib.egg-info/PKG-INFO
fastplotlib.egg-info/SOURCES.txt
fastplotlib.egg-info/dependency_links.txt
fastplotlib.egg-info/requires.txt
fastplotlib.egg-info/top_level.txt
fastplotlib/assets/egg.gif
fastplotlib/assets/fastplotlib_face_logo.png
fastplotlib/graphics/__init__.py
fastplotlib/graphics/_base.py
fastplotlib/graphics/_collection_base.py
fastplotlib/graphics/_positions_base.py
fastplotlib/graphics/image.py
fastplotlib/graphics/line.py
fastplotlib/graphics/line_collection.py
fastplotlib/graphics/scatter.py
fastplotlib/graphics/text.py
fastplotlib/graphics/_features/__init__.py
fastplotlib/graphics/_features/_base.py
fastplotlib/graphics/_features/_common.py
fastplotlib/graphics/_features/_image.py
fastplotlib/graphics/_features/_positions_graphics.py
fastplotlib/graphics/_features/_selection_features.py
fastplotlib/graphics/_features/_text.py
fastplotlib/graphics/_features/utils.py
fastplotlib/graphics/selectors/__init__.py
fastplotlib/graphics/selectors/_base_selector.py
fastplotlib/graphics/selectors/_linear.py
fastplotlib/graphics/selectors/_linear_region.py
fastplotlib/graphics/selectors/_polygon.py
fastplotlib/graphics/selectors/_rectangle_region.py
fastplotlib/layouts/__init__.py
fastplotlib/layouts/_figure.py
fastplotlib/layouts/_graphic_methods_mixin.py
fastplotlib/layouts/_plot_area.py
fastplotlib/layouts/_subplot.py
fastplotlib/layouts/_utils.py
fastplotlib/layouts/_video_writer.py
fastplotlib/layouts/output/__init__.py
fastplotlib/layouts/output/_ipywidget_toolbar.py
fastplotlib/layouts/output/_qt_toolbar.py
fastplotlib/layouts/output/_qtoolbar_template.py
fastplotlib/layouts/output/_toolbar.py
fastplotlib/layouts/output/jupyter_output.py
fastplotlib/layouts/output/qt_output.py
fastplotlib/legends/__init__.py
fastplotlib/legends/legend.py
fastplotlib/utils/__init__.py
fastplotlib/utils/_plot_helpers.py
fastplotlib/utils/functions.py
fastplotlib/utils/generate_colormaps.py
fastplotlib/utils/gpu.py
fastplotlib/utils/gui.py
fastplotlib/utils/mesh_masks.py
fastplotlib/utils/colormaps/Accent
fastplotlib/utils/colormaps/Blues
fastplotlib/utils/colormaps/BrBG
fastplotlib/utils/colormaps/BuGn
fastplotlib/utils/colormaps/BuPu
fastplotlib/utils/colormaps/CMRmap
fastplotlib/utils/colormaps/Dark2
fastplotlib/utils/colormaps/GnBu
fastplotlib/utils/colormaps/Greens
fastplotlib/utils/colormaps/Greys
fastplotlib/utils/colormaps/OrRd
fastplotlib/utils/colormaps/Oranges
fastplotlib/utils/colormaps/PRGn
fastplotlib/utils/colormaps/Paired
fastplotlib/utils/colormaps/Pastel1
fastplotlib/utils/colormaps/Pastel2
fastplotlib/utils/colormaps/PiYG
fastplotlib/utils/colormaps/PuBu
fastplotlib/utils/colormaps/PuBuGn
fastplotlib/utils/colormaps/PuOr
fastplotlib/utils/colormaps/PuRd
fastplotlib/utils/colormaps/Purples
fastplotlib/utils/colormaps/RdBu
fastplotlib/utils/colormaps/RdGy
fastplotlib/utils/colormaps/RdPu
fastplotlib/utils/colormaps/RdYlBu
fastplotlib/utils/colormaps/RdYlGn
fastplotlib/utils/colormaps/Reds
fastplotlib/utils/colormaps/Set1
fastplotlib/utils/colormaps/Set2
fastplotlib/utils/colormaps/Set3
fastplotlib/utils/colormaps/Spectral
fastplotlib/utils/colormaps/Wistia
fastplotlib/utils/colormaps/YlGn
fastplotlib/utils/colormaps/YlGnBu
fastplotlib/utils/colormaps/YlOrBr
fastplotlib/utils/colormaps/YlOrRd
fastplotlib/utils/colormaps/__init__.py
fastplotlib/utils/colormaps/afmhot
fastplotlib/utils/colormaps/autumn
fastplotlib/utils/colormaps/binary
fastplotlib/utils/colormaps/bone
fastplotlib/utils/colormaps/brg
fastplotlib/utils/colormaps/bwr
fastplotlib/utils/colormaps/cividis
fastplotlib/utils/colormaps/cool
fastplotlib/utils/colormaps/coolwarm
fastplotlib/utils/colormaps/copper
fastplotlib/utils/colormaps/cubehelix
fastplotlib/utils/colormaps/flag
fastplotlib/utils/colormaps/gist_earth
fastplotlib/utils/colormaps/gist_gray
fastplotlib/utils/colormaps/gist_heat
fastplotlib/utils/colormaps/gist_ncar
fastplotlib/utils/colormaps/gist_rainbow
fastplotlib/utils/colormaps/gist_stern
fastplotlib/utils/colormaps/gist_yarg
fastplotlib/utils/colormaps/gnuplot
fastplotlib/utils/colormaps/gnuplot2
fastplotlib/utils/colormaps/gray
fastplotlib/utils/colormaps/hot
fastplotlib/utils/colormaps/hsv
fastplotlib/utils/colormaps/inferno
fastplotlib/utils/colormaps/jet
fastplotlib/utils/colormaps/magma
fastplotlib/utils/colormaps/nipy_spectral
fastplotlib/utils/colormaps/ocean
fastplotlib/utils/colormaps/pink
fastplotlib/utils/colormaps/plasma
fastplotlib/utils/colormaps/prism
fastplotlib/utils/colormaps/rainbow
fastplotlib/utils/colormaps/seismic
fastplotlib/utils/colormaps/spring
fastplotlib/utils/colormaps/summer
fastplotlib/utils/colormaps/tab10
fastplotlib/utils/colormaps/tab20
fastplotlib/utils/colormaps/tab20b
fastplotlib/utils/colormaps/tab20c
fastplotlib/utils/colormaps/terrain
fastplotlib/utils/colormaps/turbo
fastplotlib/utils/colormaps/twilight
fastplotlib/utils/colormaps/twilight_shifted
fastplotlib/utils/colormaps/viridis
fastplotlib/utils/colormaps/winter
fastplotlib/widgets/__init__.py
fastplotlib/widgets/_image_widget_ipywidget_toolbar.py
fastplotlib/widgets/_image_widget_qt_toolbar.py
fastplotlib/widgets/histogram_lut.py
fastplotlib/widgets/image.py
tests/__init__.py
tests/events.py
tests/test_colors_buffer_manager.py
tests/test_common_features.py
tests/test_figure.py
tests/test_image_graphic.py
tests/test_plot_helpers.py
tests/test_positions_data_buffer_manager.py
tests/test_positions_graphics.py
tests/test_sizes_buffer_manager.py
tests/test_text_graphic.py
tests/test_texture_array.py
tests/utils.py