Skip to content

Increasing figure size #241

Answered by mrdbourke
david-ben-gurion asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @DavidBenGurion-Git,

This should help you: https://stackoverflow.com/questions/51174691/how-to-increase-image-size-of-pandas-dataframe-plot

Try the figsize param in .plot():

df = pd.DataFrame({"a":[1,2],"b":[1,2]})
df.plot(figsize=(3,3));

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by david-ben-gurion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants