Iām trying to add dpi option in plotly charts.
How to set dpi option in plotly charts.
My code.
import plotly.graph_objects as go
fig = go.Figure()
fig.add_trace(go.Bar(x=[āAppleā, āMangoā, āBananaā], y=[4000, 3000, 5000]))
fig.show()