Skip to content

Commit

Permalink
fix example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asbisen committed Apr 4, 2024
1 parent fb13861 commit ba56467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using PlotlyLight

preset.template.plotly_dark!() # Change template

p = plot(x = 1:20, y = cumsum(randn(20)), type="scatter", mode="lines+markers") # Make plot
p = plot(x = 1:20, y = cumsum(randn(20)), type=:scatter, mode="lines+markers") # Make plot

p.layout.title.text = "My Title!" # Make changes

Expand Down

0 comments on commit ba56467

Please sign in to comment.