cerebralcortex.plotting.basic package

Submodules

cerebralcortex.plotting.basic.plots module

plot_hist(ds, user_id: str, x_axis_column=None)[source]

histogram plot of timeseries data

Parameters:
  • ds (DataStream) –
  • user_id (str) – uuid of a user
  • x_axis_column (str) – x axis column of the plot
plot_timeseries(ds: cerebralcortex.core.datatypes.datastream.DataStream, user_id: str, y_axis_column: str = None)[source]

line plot of timeseries data

Parameters:
  • ds (DataStream) –
  • user_id (str) – uuid of a user
  • y_axis_column (str) – x axis column is hard coded as timestamp column. only y-axis can be passed as a param

Module contents