Skip to content

Commit

Permalink
as expected, need to update interface to matplotlib with new histogra…
Browse files Browse the repository at this point in the history
…mmar version
  • Loading branch information
davidlange6 committed Nov 30, 2016
1 parent 381d6ae commit ec1b2c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PhysicsTools/PythonAnalysis/test/testHistogrammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
histogram.fill(d)

# quick plotting convenience method using matplotlib (if the user has this installed)
#looks like this interface soon changes to histogram.plot.matplotlib
ax = histogram.matplotlib(name="hello world!")
ax = histogram.plot.matplotlib(name="hello world!")

pyplot.savefig('histogrammar.png')

0 comments on commit ec1b2c2

Please sign in to comment.