Skip to content

Commit

Permalink
Update plot_results.py
Browse files Browse the repository at this point in the history
  • Loading branch information
josebastiase committed Feb 17, 2021
1 parent 4f6ec24 commit c817f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/tests/terzaghi_layers/plot_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
matplotlib.rcParams['figure.subplot.bottom'] = 0.2
matplotlib.rcParams['figure.subplot.right'] = 1
matplotlib.rcParams['figure.subplot.top'] = 0.85
matplotlib.rcParams['axes.labelsize'] = 15
matplotlib.rcParams['axes.titlesize'] = 15
matplotlib.rcParams['axes.labelsize'] = 22
matplotlib.rcParams['axes.titlesize'] = 22
matplotlib.rcParams['font.family'] = 'serif'
matplotlib.rcParams['mathtext.fontset'] = 'stix'
matplotlib.rcParams['font.size'] = 15
matplotlib.rcParams['font.size'] = 22

## Mechanical functions

Expand Down

0 comments on commit c817f0d

Please sign in to comment.