plotly.py
plotly.py copied to clipboard
log_y=True produces empty plot
I have the following case:
import plotly.express as px df = pd.DataFrame(np.random.randint(0,100,size=(100, 2)), columns=['year', 'type']) fig = px.density_heatmap(df, x='year', y='type', log_y=True) fig.show()
The returned plot is only the layout but with no actual values in it.
plotly.version = '4.14.3'
Yeah, I have the same problem with density_heatmap. Any workaround found?
I have the same issue
Hi @archmoj, here's a codepen of the issue in Plotly.js https://codepen.io/Liam-Connors/pen/QWoEZEx