From c29c3fc0ccbae648b0c5d60e1b452f6e4379d3cb Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 2 May 2013 08:58:28 +0200 Subject: Final version of report --- scripts/plotsto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/plotsto.py b/scripts/plotsto.py index 259df30..63192c2 100755 --- a/scripts/plotsto.py +++ b/scripts/plotsto.py @@ -160,7 +160,7 @@ def main(): f, ax = plt.subplots(nrows=(len(cols) - 1) / 2, ncols=2, sharex='col', sharey='row') for i, y in enumerate(ys): ax[i/2,i%2].plot(t, y) - ax[i/2,i%2].set_title(cols[i+1]) + ax[i/2,i%2].set_title(cols[i+1], fontsize=9) l.append(cols[i+1]) plt.axis([0, t.max(), 0, 1.0], 'equal') -- cgit v1.2.3-54-g00ecf