We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc26ab commit 1b6f5bbCopy full SHA for 1b6f5bb
1 file changed
tools/HistSet.py
@@ -61,7 +61,9 @@ def plot( self, plot_options = {} ):
61
62
if plot_options.has_key( 'normalise' ):
63
normalise = plot_options['normalise']
64
-
+ else:
65
+ normalise = False
66
+
67
if plot_type == 'shape_comparison':
68
make_shape_comparison_plot( shapes = self.histograms,
69
names = self.labels,
0 commit comments