Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uphistogram with log scale has display issues for small values #191
Comments
|
Can you cook up an example code without pandas? It's such a heavy dependency... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems matplotlib can not properly render histograms, when log scale is active for the y-axis and the absolute frequency is smaller than ~2.7, ie. 1 and 2.
The Python code:
The png looks fine:
However, from the pdf it seems histogram bars are plotted with their lower bound starting at ~2.7 (instead of -inf). This will especially cause issues when the frequency is 1 or 2.
