We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b6676 commit e69dfdcCopy full SHA for e69dfdc
acs_plotting_maps.py
@@ -1090,9 +1090,9 @@ def plot_titles(title="title",
1090
)
1091
# print copyright outside bottom left corner
1092
if figsize[0]<5.3:
1093
- string = f"\u00A9 Commonwealth of Australia {datetime.datetime.now().year}, \nAustralian Climate Service"
+ string =""# f"\u00A9 Commonwealth of Australia {datetime.datetime.now().year}, \nAustralian Climate Service"
1094
else:
1095
- string = f"\u00A9 Commonwealth of Australia {datetime.datetime.now().year}, Australian Climate Service"
+ string = ""#f"\u00A9 Commonwealth of Australia {datetime.datetime.now().year}, Australian Climate Service"
1096
ax.text(
1097
x=padding*xpt,
1098
y=(padding+2*fontsize_footnote)*ypt,
0 commit comments