API¶
Functions¶
gnuplot(script_name[, args_dict, data, silent]) |
Call a Gnuplot script, passing it arguments and datasets. |
gnuplot_2d(x, y, filename[, title, x_label, …]) |
Function to produce a general 2D plot. |
gnuplot_3d(x, y, z, filename[, title, …]) |
Function to produce a general 3D plot. |
gnuplot_3d_matrix(z_matrix, filename[, …]) |
Function to produce a general 3D plot from a 2D matrix. |
trim_pad_image(filename[, padding]) |
Trims and pads an image. |