Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
More descriptive ylabel for Series.hist() #10485
Comments
|
The name "Frequency" sounds more appropriate to me -- unless |
|
+1 for 'Frequency'. That would make sense to me if |
|
Related to #9093. The reason I've added |
sinhrks
added Visualization API Design
labels
Jul 2, 2015
|
Looks like |
clarkfitzg
referenced
this issue
Jul 2, 2015
Merged
ENH: GH10485 'Frequency' label for Series.plot #10493
sinhrks
added this to the
0.17.0
milestone
Jul 15, 2015
|
Closed by #10493. Thanks @clarkfitzg ! |
sinhrks
closed this
Jul 15, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clarkfitzg commentedJul 1, 2015
Running
s.plot(kind='hist')labels the y axis with the word 'Degree'. A more informative label might be 'count', 'frequency', or 'density'.Also, it seems strange that
s.plot(kind='hist')ands.hist()produce plots with different labels / gridlines.Looks like this came from PR #7809. cc @sinhrks, @jreback