gnuplot_3d

gnuplot_3d(x, y, z, filename, title='', x_label='', y_label='', z_label='')[source]

Function to produce a general 3D plot.

Parameters:
  • x (list) – x points.
  • y (list) – y points.
  • z (list) – z points.
  • filename (str) – Filename of the output image.
  • title (str) – Title of the plot. Default is ‘’ (no title).
  • x_label (str) – x-axis label.
  • y_label (str) – y-axis label.
  • z_label (str) – z-axis label.