src.InfluxDBms.plot_functions_InfluxDB

Functions

plot_2d(df, time_col, x_col[, y_col, title])

Plot a 2D time series graph, with one or two metrics plotted against time.

plot_3d(df, time_col, x_col, y_col, z_col[, ...])

Plot a 3D scatter plot, with three metrics plotted against each other and colored by time.

plot_4d(df, time_col, x_col, y_col, z_col[, ...])

Plot a 3D scatter plot with time represented by color, effectively creating a 4D visualization.

plot_dual_3d(df, time_col, group1, group2[, ...])

Plot two 3D scatter plots side-by-side with different sets of metrics, each plotted against time.