Update README.md

Add missing parentheses
pull/303/head
Mohamad Jaallouk 4 years ago committed by GitHub
parent f1ffd12e6f
commit f60c67b27a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,6 +128,7 @@ sns.relplot(
col="year", col="year",
col_wrap=3, col_wrap=3,
kind="line" kind="line"
)
``` ```
In this visualization, you can compare the yield per colony and number of colonies year over year, side by side with a wrap set at 3 for the columns: In this visualization, you can compare the yield per colony and number of colonies year over year, side by side with a wrap set at 3 for the columns:

Loading…
Cancel
Save