-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NameError: name 'plt' is not defined #43
Comments
You need to import
Here you can find a working example: https://github.com/marceloprates/prettymaps/blob/main/notebooks/examples.ipynb |
I'm still having the same issue. Here's the intro to the script: Here's the error: |
Found the solution. Thanks!
|
@matthewcuyugan can you share your whole script? I'm trying for hours now but I just got the same error as you did. |
Hi. How can I fix this error while generating the script? Thanks.
Traceback (most recent call last): File "C:\Users\cuyug\Desktop\TroPYcal codes\prettymaps.py", line 4, in <module> from prettymaps import * File "C:\Users\cuyug\Desktop\TroPYcal codes\prettymaps.py", line 17, in <module> layers = plot( NameError: name 'plot' is not defined
The text was updated successfully, but these errors were encountered: