-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Description
I have 4 files that I load with readdlm, each about 5~6KB each. When I plot them using Plots (they plot successfully), it slows down the entire notebook. I can basically edit cells for 3 lines (exactly) just fine, and then any more lines are incredibly laggy. Has anyone else experienced this as well? I thought the problem might be readdlm, since that has some issues but only with very large data. My files are not that big and running a cell only loading the data works just fine. Additionally, plotting very simple things also don't cause much of a problem:
x = collect(0:0.01:2*pi)
y = sin.(x)
plot(x,y)
This doesn't cause any problems. So is it a problem of Plots struggling with larger data?
Metadata
Metadata
Assignees
Labels
No labels