Vernacular Figure Description
Project description
Vernacular Figure Description
VFD (Vernacular Figure Description) is a JSON-based description system for plots. It aims to describe what needs to be plotted, while how it is done is decided when the files are opened. This allows to generate a set of files describing the plots, which can latter be batch-processed to produce a consistent set of figures.
Also check http://github.com/dih5/vfd/tree/master/external for tools to use it from other applications.
Free software: LGPLv3+
Documentation: https://vfd.readthedocs.io.
Features
- Describe and plot:
Scatter plots
Error bars
Color maps (from arrays of 2D data)
Multiple plots in one file
CLI and python package to plot the files with matplotlib.
API mimicking matplotlib’s to generate files without changing your code.
While version<1.0.0, minor releases will mean API compatibility is broken.
History
0.2.0 (2018-06-08)
Added multiplot support.
Added colorplot support.
Added builder module.
Many minor improvements and fixes.
0.1.0 (2018-04-08)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.