Inkscape extension to create 2D stem plot (discrete data)
The main features are
- optional grid lines in X and Y directions
- adjustable tick mark intervals and sizes
- LaTeX support
- can load data from text file
This extension is specially useful when used in conjunction with other mathematical tools, e.g. Octave, Matlab, R, etc. to plot data generated by these in Inkscape.
You can either provide the data in one string 'Y values' (numbers must be separated by spaces) or by providing the path of a text file containing a table of Y data (in columns). You can inform the preferred field separator.
In case of data provided via text file, multiple plots can be generated at once by providing Y data of each plot in different columns. The same 'X values' is assumed.