Skip to content

Commit 55d6ec3

Browse files
Update acs_plotting_maps.py
1 parent 847821d commit 55d6ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acs_plotting_maps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ def plot_titles(title="title",
11031103
zorder=10,
11041104
wrap=True,
11051105
)
1106-
if dataset_name is not None:
1106+
if dataset_name is not None:
11071107
# print data source inside bottom right
11081108
ax.text(
11091109
x=1- padding*xpt,

0 commit comments

Comments
 (0)