New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: Improve Triangular axes projection #295
Conversation
…ansforms applied (including the pad) - this allows pads to work
No longer required to set the rotation of the label independently here.
Codecov Report
@@ Coverage Diff @@
## develop #295 +/- ##
===========================================
- Coverage 86.77% 86.77% -0.01%
===========================================
Files 46 46
Lines 4461 4460 -1
===========================================
- Hits 3871 3870 -1
Misses 590 590
Continue to review full report at Codecov.
|
There's still some outstanding "like to have" items, but I don't think I'll address them in this PR, mainly:
|
This PR houses a few changes, all in the
TriangluarAxes
projection class.Axes
and passing selfget_xaxis_text1_transform
, to call the superclass and get the transform after padding. This means setting the padding of the ticks and axis labels now works correctly for both axes.set_ylabel
that sets a default rotation of 60 degrees