Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.81 KB

File metadata and controls

54 lines (37 loc) · 1.81 KB

Welcome to fastplotlib's documentation!

.. toctree::
    :caption: Quick Start
    :maxdepth: 2

    quickstart

.. toctree::
   :maxdepth: 1
   :caption: API

   Plot <api/layouts/plot>
   Gridplot <api/layouts/gridplot>
   Subplot <api/layouts/subplot>
   Graphics <api/graphics/index>
   Graphic Features <api/graphic_features/index>
   Selectors <api/selectors/index>
   Widgets <api/widgets/index>
   Utils <api/utils>

Summary

A fast plotting library built using the pygfx render engine utilizing Vulkan, DX12, or Metal via WGPU, so it is very fast! We also aim to be an expressive plotting library that enables rapid prototyping for large scale explorative scientific visualization. fastplotlib will run on any framework that pygfx runs on, this includes glfw, Qt and jupyter lab

Installation

For installation please see the instructions on GitHub:

https://github.com/kushalkolar/fastplotlib#installation

Contributing

Contributions are welcome! See the contributing guide on GitHub: https://github.com/kushalkolar/fastplotlib/blob/master/CONTRIBUTING.md.

Also take a look at the Roadmap 2023 for future plans or ways in which you could contribute.

Indices and tables