Skip to content

typo in Matplotlib Fundamentals #23

@cc7768

Description

@cc7768

Got an email a few days ago. Wanted to create a placeholder for this

Just wanted to point out a possible error that I found in the text of the book in the chapter Python graphics: Matplotlib fundamentals. On page 101, the PISA test score example has the text, fig, ax = subplots().

I think it should be fig, ax = plt.subplots(). I couldn't get it to work the other way, but maybe it's just my computer/Spyder?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions