Changeset 1324 in lmdz_wrf


Ignore:
Timestamp:
Nov 11, 2016, 8:47:28 PM (9 years ago)
Author:
lfita
Message:

FLipping Ncol, Nrow distribution only if dist == 'sqr' in `latex_fig_array'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r1323 r1324  
    1036910369
    1037010370    # We prefer lines of figures rather than columns
    10371     if Ncol == 1 and Nrow > 1:
     10371    if dist == 'sqr' and (Ncol == 1 and Nrow > 1):
    1037210372        vc = Ncol
    1037310373        vr = Nrow
Note: See TracChangeset for help on using the changeset viewer.