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/_axes.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/utils.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.py
fastplotlib/layouts/__init__.py
fastplotlib/layouts/_figure.py
fastplotlib/layouts/_graphic_methods_mixin.py
fastplotlib/layouts/_imgui_figure.py
fastplotlib/layouts/_plot_area.py
fastplotlib/layouts/_subplot.py
fastplotlib/layouts/_utils.py
fastplotlib/layouts/_video_writer.py
fastplotlib/legends/__init__.py
fastplotlib/legends/legend.py
fastplotlib/tools/__init__.py
fastplotlib/tools/_histogram_lut.py
fastplotlib/ui/__init__.py
fastplotlib/ui/_base.py
fastplotlib/ui/_subplot_toolbar.py
fastplotlib/ui/right_click_menus/__init__.py
fastplotlib/ui/right_click_menus/_colormap_picker.py
fastplotlib/ui/right_click_menus/_standard_menu.py
fastplotlib/utils/__init__.py
fastplotlib/utils/_plot_helpers.py
fastplotlib/utils/functions.py
fastplotlib/utils/gpu.py
fastplotlib/utils/gui.py
fastplotlib/utils/mesh_masks.py
fastplotlib/widgets/__init__.py
fastplotlib/widgets/image_widget/__init__.py
fastplotlib/widgets/image_widget/_sliders.py
fastplotlib/widgets/image_widget/_widget.py
tests/__init__.py
tests/conftest.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