GitHub - torch/gnuplot (original) (raw)

Plotting Package Manual with Gnuplot

A plotting package to visualize Tensor objects. Functions fall into several types of categories:

The plotting package currently uses gnuplot as a backend to display data. In particular, Gnuplot version 4.4or above is suggested for full support of all functionality.

By default, the plot package will search for terminal in following order:

It is also possible to manually set any terminal type usinggnuplot.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.rawprovides a free form interface to gnuplot.