commit | d04643fb066be1aa30500244e13855f434a82ff6 | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Sat Jun 21 17:00:16 2014 +0100 |
committer | Javi Merino <javi.merino@arm.com> | Wed Aug 12 14:52:39 2015 +0100 |
tree | 55f0670626039afb390efb5df75e98c65b7257a5 | |
parent | f9d43af3ed218762b3dfb686ea1d0cc5b8cfc026 [diff] [blame] |
plot_utils: Make post_plot_setup() set the xlim
diff --git a/tests/test_plot_utils.py b/tests/test_plot_utils.py index f09952c..d774118 100644 --- a/tests/test_plot_utils.py +++ b/tests/test_plot_utils.py
@@ -28,6 +28,7 @@ plot_utils.post_plot_setup(ax, title="Foo") plot_utils.post_plot_setup(ax, ylim=(0, 72)) plot_utils.post_plot_setup(ax, xlabel="Bar") + plot_utils.post_plot_setup(ax, xlim=(0, 100)) class TestPlotUtilsNeedTrace(TestThermalBase): def test_plot_allfreqs(self):