Skip to content

[Valeria Paksivatkina] [lab_matplotlib]#2

Open
valeriapaksivatkina wants to merge 1 commit into
dataptmad0124:mainfrom
valeriapaksivatkina:main
Open

[Valeria Paksivatkina] [lab_matplotlib]#2
valeriapaksivatkina wants to merge 1 commit into
dataptmad0124:mainfrom
valeriapaksivatkina:main

Conversation

@valeriapaksivatkina

Copy link
Copy Markdown

No description provided.

@DianaMPaun

Copy link
Copy Markdown

Hello, Valeria!

Remember that plt.subplots takes in the number of rows and columns as the first argument, and then you can specify the figsize with the figsize parameter.

fig, axs = plt.subplots(2, 1, figsize=(8, 10)) # Adjust the number of columns to 1

Your code seems to be well-organized and insightful. Great job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants