Removed whitespace that broke plots.
This commit is contained in:
parent
fb77ddb549
commit
880509f8a9
@ -765,7 +765,7 @@ class NetworkPlot(Plot):
|
||||
self.dim_name = self.dataset.get_dim_name(0)
|
||||
|
||||
if not kw.has_key('with_labels'):
|
||||
k w['with_labels'] = False
|
||||
kw['with_labels'] = False
|
||||
if not kw.has_key('name'):
|
||||
kw['name'] = self.dataset.get_name()
|
||||
if not kw.has_key('prog'):
|
||||
|
Reference in New Issue
Block a user