Skip to content

Commit 7d81db6

Browse files
authored
Update process_netcdf.py
1 parent 71be199 commit 7d81db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

process_netcdf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
@author: ShaoQi(BNU 17GIS Director: Li Jing; NUIST 13RS Director: Xu YongMing)
3+
@author: ShaoQi(BNU 17GIS Advisor: Li Jing; NUIST 13RS Advisor: Xu YongMing)
44
"""
55

66
############# load packages ###############
@@ -133,4 +133,4 @@
133133
plt.savefig(r'C:\Users\shaoqi_i\Desktop\evaporation.tif',dpi=100)
134134

135135
##### show the plot #####
136-
plt.show()
136+
plt.show()

0 commit comments

Comments
 (0)