Skip to content

Commit e69dfdc

Browse files
committed
updated ACS string
1 parent 83b6676 commit e69dfdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acs_plotting_maps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,9 +1090,9 @@ def plot_titles(title="title",
10901090
)
10911091
# print copyright outside bottom left corner
10921092
if figsize[0]<5.3:
1093-
string = f"\u00A9 Commonwealth of Australia {datetime.datetime.now().year}, \nAustralian Climate Service"
1093+
string =""# f"\u00A9 Commonwealth of Australia {datetime.datetime.now().year}, \nAustralian Climate Service"
10941094
else:
1095-
string = f"\u00A9 Commonwealth of Australia {datetime.datetime.now().year}, Australian Climate Service"
1095+
string = ""#f"\u00A9 Commonwealth of Australia {datetime.datetime.now().year}, Australian Climate Service"
10961096
ax.text(
10971097
x=padding*xpt,
10981098
y=(padding+2*fontsize_footnote)*ypt,

0 commit comments

Comments
 (0)