-
-
Notifications
You must be signed in to change notification settings - Fork 369
Closed
Description
Hi,
I would like to plot a layout in Atom. But, if there are too many points, nothing is output. For example, changing (in the following example) 20000 to 200000 outputs nothing in Atom with Julia v0.7, osx.
Is it to be expected?
Thank you for your help.
gr()
Plots.plot(layout=(3,1))
Plots.plot!(rand(20000),subplot=1)
Plots.plot!(rand(20000),subplot=2)
sosiristseng
Metadata
Metadata
Assignees
Labels
No labels