SurfaceChart3D#
- class qf_lib.plotting.charts.surface_chart_3d.SurfaceChart3D(x_vector: Sequence, y_vector: Sequence, z_matrix: array)[source]#
Bases:
objectCreates a 3D surface chart
- Parameters:
x_vector (Sequence) – vector corresponding to points on X axis
y_vector (Sequence) – vector corresponding to points on Y axis
z_matrix (numpy.array) – matrix with values. The shape of the Z matrix has to be [len(Y), len(X)] X values correspond to COLUMNS Y values correspond to ROWS