Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the parallel coordinate plot code #1075

Merged
merged 7 commits into from
Apr 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Update parallel_coordinate_plot_mean_clim_multiMIPs.ipynb
  • Loading branch information
kristinchang3 committed Apr 23, 2024
commit 550ba60aeca882de409d9b2e9fd0376ec799bad0
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@
"# Add Watermark\n",
"ax.text(0.5, 0.5, 'Example', transform=ax.transAxes,\n",
" fontsize=100, color='black', alpha=0.2,\n",
" ha='center', va='center', rotation='25')"
" ha='center', va='center', rotation=25)"
]
},
{
Expand Down Expand Up @@ -716,7 +716,7 @@
"# Add Watermark\n",
"ax.text(0.5, 0.5, 'Example', transform=ax.transAxes,\n",
" fontsize=100, color='black', alpha=0.2,\n",
" ha='center', va='center', rotation='25')"
" ha='center', va='center', rotation=25)"
]
},
{
Expand Down