commit | f9d43af3ed218762b3dfb686ea1d0cc5b8cfc026 | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Sat Jun 21 16:32:04 2014 +0100 |
committer | Javi Merino <javi.merino@arm.com> | Wed Aug 12 14:52:39 2015 +0100 |
tree | c1a3fb5953ccf3afb362c9e8fa174f4a89cb375c | |
parent | fc2db7c7dfbae5f11b1a5d5606f6bf1c7ff60037 [diff] [blame] |
plot_utils: make post_plot_setup set different xlabels
diff --git a/tests/test_plot_utils.py b/tests/test_plot_utils.py index e4403fa..f09952c 100644 --- a/tests/test_plot_utils.py +++ b/tests/test_plot_utils.py
@@ -27,6 +27,7 @@ plot_utils.post_plot_setup(ax) 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") class TestPlotUtilsNeedTrace(TestThermalBase): def test_plot_allfreqs(self):