Skip to content
Snippets Groups Projects
Commit 4ebf737d authored by Stefano Serafin's avatar Stefano Serafin
Browse files

cosmetic changes

parent 1e440e69
No related branches found
No related tags found
No related merge requests found
...@@ -115,11 +115,10 @@ if __name__ == '__main__': ...@@ -115,11 +115,10 @@ if __name__ == '__main__':
tint = 300 tint = 300
t = np.linspace(0,tint*(ocoords.shape[0]-1),ocoords.shape[0])[:,None]+np.zeros(ocoords.shape) t = np.linspace(0,tint*(ocoords.shape[0]-1),ocoords.shape[0])[:,None]+np.zeros(ocoords.shape)
t = t/3600. t = t/3600.
#c = ax1.scatter(t,ocoords,s=5,c=observations,vmin=290,vmax=296) c = ax1.scatter(t,ocoords,s=5,c=observations,vmin=290,vmax=296)
c = ax1.pcolormesh(t,ocoords,observations,vmin=290,vmax=296)
ax1.contour(t,ocoords,observations, ax1.contour(t,ocoords,observations,
np.linspace(290,290+0.003*2000,13), np.linspace(290,290+0.003*2000,13),
colors='white', colors='black',
linestyles='--', linestyles='--',
linewidths=0.75) linewidths=0.75)
ax1.set_ylim([0,2000]) ax1.set_ylim([0,2000])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment