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

Upgrade Taylor Diagram function #874

Merged
merged 17 commits into from
Oct 12, 2022
Prev Previous commit
Next Next commit
clean up and bug fix
  • Loading branch information
lee1043 committed Oct 12, 2022
commit 1bfe3bb2d44b9e4c6a4825aca3d98d5dde67dc1f
2 changes: 1 addition & 1 deletion pcmdi_metrics/graphics/taylor_diagram/taylor_diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def TaylorDiagram(

if radial_axis_title is None:
if normalize:
ax.axis["left"].label.set_text("Normalized standard deviation")
radial_axis_title = "Normalized standard deviation"
else:
radial_axis_title = "Standard deviation"

Expand Down