How to plot histogram-like chart with custom renormalization of each bin using pandas/plotly?
I’m testing various algorithms on solving various tasks.
Tasks has some characteristics, naturally dividing them into classes.
The classes are uneven and has different number of tasks.
Convert python plotly timeseries line chart to category by day
I have a timeseries data set covering 10 days of upload and download speed measurements. I’ve created a plotly line chart for the data with one single line each for upload and download over all 10 days. I would rather categorize the chart by day (i.e., 10 lines sharing an x-axis for time of day).