From 686a1fdcd1f4a99d50ac89aef90d93e81f1acf1c Mon Sep 17 00:00:00 2001 From: flatberg Date: Tue, 27 Feb 2007 15:42:27 +0000 Subject: [PATCH] network/venn plot now maximizes the space available --- fluents/plots.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fluents/plots.py b/fluents/plots.py index e32e708..317fac9 100644 --- a/fluents/plots.py +++ b/fluents/plots.py @@ -1066,6 +1066,7 @@ class NetworkPlot(Plot): self.axes.set_yticks([]) self.axes.grid(False) self.axes.set_frame_on(False) + self.fig.subplots_adjust(left=0, right=1, bottom=0, top=1) def rectangle_select_callback(self, x1, y1, x2, y2, key): ydata = self.yaxis_data @@ -1118,6 +1119,7 @@ class VennPlot(Plot): self.axes.axis('equal') self.axes.grid(False) self.axes.set_frame_on(False) + self.fig.subplots_adjust(left=0, right=1, bottom=0, top=1) def _init_bck(self): res = 50