-
Notifications
You must be signed in to change notification settings - Fork 0
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
Image pull request #5
base: main
Are you sure you want to change the base?
Conversation
Found 1 changed notebook. Review the changes at https://app.gitnotebooks.com/GitNotebooks/demo/pull/5 |
Found 1 changed notebook. Review the changes at https://app-staging.gitnotebooks.com/GitNotebooks/demo/pull/5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Generate an image and save it at ./my-image.png
import matplotlib.pyplot as plt
This is a comment @smith-kyle
"\n", | ||
"import matplotlib.pyplot as plt\n", | ||
"\n", | ||
"plt.plot([1, 2, 3, 4])\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"plt.plot([1, 2, 3, 4])\n", | |
"plt.plot([1, 2, 3, 4, 5])\n", |
"import matplotlib.pyplot as plt\n", | ||
"\n", | ||
"plt.plot([1, 2, 3, 4])\n", | ||
"plt.savefig(\"./my-image.png\")\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my comment with a suggestion
"plt.savefig(\"./my-image.png\")\n" | |
"plt.savefig(\\"./my-image.png\\")\n" |
No description provided.