AmpersandTV / pymc3-hmm

Hidden Markov models in PyMC3
Other
94 stars 13 forks source link

Add support for plotting additional columns juxtaposed with time series histograms #98

Closed fanshi118 closed 2 years ago

fanshi118 commented 2 years ago

Currently the datashader time series histogram implementation taking at most one column to visualize with the colored histogram. This should be more customizable, as we may want to plot not just the observed values but sample means/medians as well. This can be done by allowing the function to take both dataframe and series and specifying the plotting commands in plot_fn.