Last active
November 10, 2022 12:32
-
-
Save elowy01/fd6ecc38943899e3d66da70408a80c73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# general scatter plot | |
sns.scatterplot(data=ag1_df, x="ivaf", y="ovaf") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment