Skip to content

Commit

Permalink
Update Final.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
discover-volve authored Sep 11, 2020
1 parent 92f38d7 commit ddecda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Final.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
}
],
"source": [
"#Make cross plot of Swt and KLOGH\n",
"#Make cross plot of PHIF and KLOGH\n",
"fig, axs = plt.subplots(figsize=(9, 7)) \n",
"axs.scatter(PHIF[(PHIF>0.1) & (VSH<0.5)],KLOGH[(PHIF>0.1) & (VSH<0.5)], color = 'g', Edgecolor = 'k', alpha = 0.4)\n",
"axs.set_xlim([0,0.3])\n"
Expand Down

0 comments on commit ddecda0

Please sign in to comment.