gerg_plotting.plotting_classes.scatter_plot_3d#

Module Contents#

class gerg_plotting.plotting_classes.scatter_plot_3d.ScatterPlot3D#

Bases: gerg_plotting.plotting_classes.plotter_3d.Plotter3D

make_points_3d(x: str, y: str, z: str) numpy.ndarray#

A helper to make a 3D NumPy array of points (n_points by 3)

map(var: str | None = None, show_var_cbar: bool = True, show_bathy_cbar: bool = True, show_plot=False) None#
scatter(x: str, y: str, z: str, var: str | None = None, show_var_cbar: bool = True, show_plot: bool = False) None#
property scatter_scalar_bar_defaults: dict#

Returns the default settings for the scatter plot.