This commit is contained in:
Roman Krivonos 2024-08-30 19:10:37 +03:00
parent a1340250f0
commit 0dcf1178cc

View File

@ -26,6 +26,7 @@ fn="detcnts.E13.ALL.resid.galprof.fits"
dat = Table.read(profdir+fn, unit_parse_strict='silent')
df3 = dat.to_pandas().sort_values(by=['LON1'])
#df_cobe = pd.read_csv('../data/cobe_ibis_resp_lon.dat', header=None)
fig, (ax1, ax2, ax3) = plt.subplots(3, sharex=True, figsize=(9, 7), dpi=100)
#fig.suptitle('Vertically stacked subplots')