Skip to content

Commit 50df915

Browse files
committed
changed visual to have mpl kwargs
1 parent d05a071 commit 50df915

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astroquery/alma/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ def footprint_to_reg(footprint):
6060
reglist = []
6161

6262
meta = {'source': 1, 'include': 1, 'fixed': 0, 'text': ''}
63-
visual = {'color': 'green', 'dash': '0', 'dashlist': '8 3',
64-
'font': '"helvetica 10 normal roman"', 'width': '1'}
63+
visual = {'color': 'green', 'linestyle': 'solid', 'linewidth': 1.0}
6564

6665
entries = footprint.split()
6766
if entries[0] == 'Circle':

0 commit comments

Comments
 (0)