From 4ebf737d2ff6ae15ed54a5bd766a7a3b587da1b8 Mon Sep 17 00:00:00 2001 From: Stefano Serafin <serafin@jet01.img.univie.ac.at> Date: Fri, 24 Jan 2025 15:36:42 +0100 Subject: [PATCH] cosmetic changes --- observations.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/observations.py b/observations.py index c5582c1..a2de25b 100644 --- a/observations.py +++ b/observations.py @@ -115,11 +115,10 @@ if __name__ == '__main__': tint = 300 t = np.linspace(0,tint*(ocoords.shape[0]-1),ocoords.shape[0])[:,None]+np.zeros(ocoords.shape) t = t/3600. - #c = ax1.scatter(t,ocoords,s=5,c=observations,vmin=290,vmax=296) - c = ax1.pcolormesh(t,ocoords,observations,vmin=290,vmax=296) + c = ax1.scatter(t,ocoords,s=5,c=observations,vmin=290,vmax=296) ax1.contour(t,ocoords,observations, np.linspace(290,290+0.003*2000,13), - colors='white', + colors='black', linestyles='--', linewidths=0.75) ax1.set_ylim([0,2000]) -- GitLab