Skip to content

Instantly share code, notes, and snippets.

@pranjalAI
Created July 23, 2021 09:26
Show Gist options
  • Save pranjalAI/41508e71d116b00f06340010baf4752b to your computer and use it in GitHub Desktop.
Save pranjalAI/41508e71d116b00f06340010baf4752b to your computer and use it in GitHub Desktop.
import plotly.graph_objects as go
fig = go.figure(data = go.bar(y=[1,2,3]))
fig.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment