flottplot

Quickly arrange and navigate collections of images in the browser.


License
Unlicense
Install
pip install flottplot==2.2.0

Documentation

Flottplot

Arrange and navigate collections of images in the browser

About

Flottplot helps you to quickly build a user interface to navigate a collection of images named with a common pattern. The project was conceived as tool to view plots of meteorological and climate data with the ability to put multiple images containing different variables next to each other and click through them synchronously.

Check out the online documentation to get started.

Flottplot is in the public domain, so you can include it anywhere you want.

Building

Pre-build files can be downloaded from the documentation page. To build Flottplot locally, you need:

  • Modules: node.js with uglify-js, less; python3.
  • Tests: node.js with mocha; python3.
  • Documentation: python3 with numpy, matplotlib.
  • Python package: python3 with setuptools.