Changeset 2600 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 11, 2019, 3:14:19 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2599 r2600 3191 3191 3192 3192 if kind == 'squared': 3193 Ncol = int(np.sqrt(Npanels ))3193 Ncol = int(np.sqrt(Npanels*1.)) 3194 3194 Nrow = Npanels / Ncol 3195 3195 if Ncol > Nrow:
Note: See TracChangeset
for help on using the changeset viewer.