Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Python
how to save plot in python
Sylwia
Programming language:
Python
2021-06-12 07:39:48
0
Q:
how to save plot in python
user68811
Code:
Python
2021-03-25 19:02:04
In
[5]
:
plt
.savefig
(
'books_read.png'
)
9
123iamking
Code:
Python
2021-01-19 05:42:47
plt
.savefig
(
'books_read.png'
)
2
Zhijia Chen Scott
Code:
Python
2021-09-10 11:39:24
In
[5]
:
plt
.savefig
(
'books_read.png'
)
2
Tags
python
how
Related
how to plot a pandas dataframe with matplotlib
how do a plot on matplotlib python
savefig matplotlib python
plot in python
plot a histogram in python matplotlib
change plot size matplotlib python
python save figure
python plot legend
plot using matplotlib
make large 3d plot in python
python scatter plot
save plot in python
python how to save a Seaborn plot into a file
New to Communities?
Join the community