gnuplot_3d_matrix

gnuplot_3d_matrix(z_matrix, filename, title='', x_label='', y_label='')[source]

Function to produce a general 3D plot from a 2D matrix.

Parameters:
  • z_matrix (list) – 2D matrix.
  • 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.