Lukas Ellemunt
Results
1
issues of
Lukas Ellemunt
I am creating a histogram plot using plotly express.histogram, like the following: ``` df = pd.DataFrame({ 'month': [5] * 30 + [6] * 30 + [7] * 30, 'value': np.random.randint(0,...