Changeset 1331 in lmdz_wrf


Ignore:
Timestamp:
Nov 15, 2016, 4:59:25 PM (9 years ago)
Author:
lfita
Message:

Changing refsize of that group of figures which might contain a lot of information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/model_graphics.py

    r1329 r1331  
    53605360                    with gen.Capturing() as output:
    53615361                        gen.latex_fig_array(modexpimg,otexf, gen.latex_text(caption),\
    5362                           flab, refsize=0.5, dist='sqr', dorest='center')
     5362                          flab, refsize=0.9, dist='sqr', dorest='center')
    53635363                except:
    53645364                    print errmsg
    53655365                    print 'gen.latex_fig_array(',modexpimg,', '+otexf+               \
    5366                       ', gen.latex_text(' + caption + '), ' +flab+ ", refsize=0.5," +\
     5366                      ', gen.latex_text(' + caption + '), ' +flab+ ", refsize=0.9," +\
    53675367                      " dist='sqr', dorest='center')"
    53685368                    for s1out in output: print s1out
     
    54395439            with gen.Capturing() as output:
    54405440                gen.latex_fig_array(plotvarfigs, otexf, gen.latex_text(caption),     \
    5441                   flab, refsize=0.5, dist='sqr', dorest='center')
     5441                  flab, refsize=0.9, dist='sqr', dorest='center')
    54425442        except:
    54435443            print errmsg
    54445444            print 'gen.latex_fig_array(',plotvarfigs,', '+otexf+', gen.latex_text(' +\
    5445                caption + '), ' + flab + ", refsize=0.5, dist='sqr', dorest='center')"
     5445               caption + '), ' + flab + ", refsize=0.9, dist='sqr', dorest='center')"
    54465446            for s1out in output: print s1out
    54475447            quit(-1)
     
    55325532            with gen.Capturing() as output:
    55335533                gen.latex_fig_array(plotvarfigs, otexf, gen.latex_text(caption),     \
    5534                   flab, refsize=0.5, dist='sqr', dorest='center')
     5534                  flab, refsize=0.9, dist='sqr', dorest='center')
    55355535        except:
    55365536            print errmsg
    55375537            print 'gen.latex_fig_array(',plotvarfigs,', '+otexf+', gen.latex_text('+ \
    5538               caption + '), ' + flab + ", refsize=0.5, dist='sqr', dorest='center')"
     5538              caption + '), ' + flab + ", refsize=0.9, dist='sqr', dorest='center')"
    55395539            for s1out in output: print s1out
    55405540            quit(-1)
Note: See TracChangeset for help on using the changeset viewer.