Command line interfaces

A simple command line interface, with the command h5plot.

The command should look something like this:

h5plot myfile.h5 --x-data=x --y-data=y --scale=linear    --x-min=1 --x-max=10 --y-min=1 --y-max=10 --output=fig1.png

h5plot myfile.h5

csvplot

_images/ex.png

Here is an example image made with csvplot.

hdf5plotter._cli.show_file(path)[source]