Skip to content

Commit f54ec8f

Browse files
committed
Merge branch 'develop' into laduma
2 parents 5511158 + 4945127 commit f54ec8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/make_images.py

+1
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,7 @@ def make_pv(source, src_basename, cube_params, opt_view=6*u.arcmin, spec_line=No
914914
if freq_sys * u.Hz >= 2*u.GHz:
915915
ax1.set_ylabel('Frequency [GHz]', fontsize=22)
916916
ax1.coords[1].set_format_unit(u.GHz)
917+
ax1.coords[1].set_major_formatter('x.x')
917918
ax2 = ax1.twinx()
918919
vel1 = (const.c * (source['freq'] - freq1)/source['freq']).to(u.km / u.s).value
919920
vel2 = (const.c * (source['freq'] - freq2)/source['freq']).to(u.km / u.s).value

0 commit comments

Comments
 (0)