Skip to content

Plots slows down entire Jupyter notebook #2111

@Bebotron

Description

@Bebotron

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions