A plotting package to visualize Tensor objects. Functions fall into several types of categories:
- Plotting lines
- Plotting matrices
- Plotting surfaces
- Plotting histograms
- Plotting 3D points
- Saving to Files
- Common operations
The plotting package currently uses gnuplot as
a backend to display data. In particular, Gnuplot
version 4.4
or above is suggested for full support of all functionality.
By default, the plot package will search for terminal in following order:
windows
terminal if operating system is windowswxt
,qt
,x11
terminal if operating system is linuxaqua
,wxt
,qt
,x11
terminal if operating system is mac
It is also possible to manually set any terminal type using
gnuplot.setterm. Interactivity is
dependent on the terminal being used. By default, x11
and ''wxt
support'' different interactive operations like, zooming, panning,
rotating...
The Gnuplot
port uses pipes
to communicate with gnuplot
,
therefore each plotting session is persistent and additional commands
can be sent. For advanced users gnuplot.raw
provides a free form interface to gnuplot.