Skip to content

Issue on page /tutorials/W0D3_LinearAlgebra/student/W0D3_Tutorial1.html #1161

@nickdelgrosso

Description

@nickdelgrosso

When trying to run the first exercise, the plotting function produced an error:

AttributeError: 'Legend' object has no attribute 'legendHandles'

I believe this is because the code is using an older version of matplotlib. Using Google Colab, I tested this by adding the following code to the top got it to work:

pip install "numpy<2" "matplotlib==3.6"

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