plotmtv
Compilation Instructions
The code can be found here: https://codeberg.org/x11cp/x11cp.git
git clone https://codeberg.org/x11cp/x11cp.git && cd x11cp/src/plotmtv
Direct compilation
To compile this application, the following command should be used:
xmkmf -a && make
Toplevel Makefile
There is also a wrapper command in the top-level `Makefile` of the repository where this is can be run as:
make plotmtv
About
The graphics library is just using raw X11. Amazing.
The plot-types supported are as follows:
- contour plots (rectangular grid, as well as triangular mesh)
- 2D line and scatter plots (x vs-y)
- 3D surface , line and scatter plots
- vector plots
- probability plots
- histograms
- barcharts
The program has an rough but functional Graphical User Interface, through which it is possible to zoom in, zoom out, pan, toggle between 2D and 3D plots, and rotate 3D plots. Both color and grayscale postscript output are supported.