Skip to content

Commit

Permalink
Fixes bug which caused city plotting to fail when requesting no labels
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesVarndell authored Aug 22, 2024
1 parent ea5ce4e commit 7320a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/earthkit/plots/components/maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def cities(
zorder=10,
**text_kwargs,
)
texts.append(text)
texts.append(text)
if adjust_labels:
from adjustText import adjust_text

Expand Down

0 comments on commit 7320a9e

Please sign in to comment.