AmpersandTV / pymc3-hmm

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

Normalize / rescale color bar RGBA values #99

Closed fanshi118 closed 2 years ago

fanshi118 commented 2 years ago

The current color bar in the datashader time series histogram plots uses RGBA values, which isn't as intuitive as counts/frequencies to show the density of values at each time point. Taking from this, while it may not be advisable to interpret the RGBA values directly, we can potentially rescale them to approximate the actual counts as a temporary fix…