We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c2a62 commit 2cc1ad8Copy full SHA for 2cc1ad8
2 files changed
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: isort
6
7
- repo: https://github.com/psf/black
8
- rev: 22.1.0
+ rev: 22.3.0
9
hooks:
10
- id: black
11
language_version: python3
src/matplotx/_labels.py
@@ -55,7 +55,6 @@ def line_labels(
55
ax_height_inches = ax_height * fig_height_inches
56
ylim = ax.get_ylim()
57
if logy:
58
- print(ylim)
59
ax_height_ylim = math.log10(ylim[1]) - math.log10(ylim[0])
60
else:
61
ax_height_ylim = ylim[1] - ylim[0]
0 commit comments