Browse Source

Remove secondary_box - not used in code

pull/20/head
Wiktor Niesiobedzki 12 years ago
parent
commit
a51f34ab04
  1. 1
      pygal/graph/base.py

1
pygal/graph/base.py

@ -48,7 +48,6 @@ class BaseGraph(object):
self.nodes = {}
self.margin = Margin(*([20] * 4))
self._box = Box()
self._secondary_box = Box()
self.view = None
if self.logarithmic and self.zero == 0:
# Explicit min to avoid interpolation dependency

Loading…
Cancel
Save