-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: link brokenaxes package in third part #11685
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
DOC: link brokenaxes package in third part #11685
Conversation
083feba
to
4de192b
Compare
Go for it! Happy to help in any way I can!
β¦On Tue, Jul 17, 2018, 6:27 PM Jody Klymak ***@***.***> wrote:
PR Summary
As pointed out in #11682
<#11682>, there is a
package brokenaxes that could be linked in our thrid-party tools.
@bendichter <https://github.com/bendichter> is it OK to link you package?
Is it in a stable enough state to advertise?
PR Checklist
- Has Pytest style unit tests
- Code is PEP 8 compliant
- New features are documented, with examples if plot related
- Documentation is sphinx and numpydoc compliant
- Added an entry to doc/users/next_whats_new/ if major new feature
(follow instructions in README.rst there)
- Documented in doc/api/api_changes.rst if API changed in a
backward-incompatible way
------------------------------
You can view, comment on, or merge this pull request online at:
#11685
Commit Summary
- DOC: link brokenaxes package in third part
File Changes
- *A* doc/_static/brokenaxes.png
<https://github.com/matplotlib/matplotlib/pull/11685/files#diff-0> (0)
- *M* doc/thirdpartypackages/index.rst
<https://github.com/matplotlib/matplotlib/pull/11685/files#diff-1> (7)
Patch Links:
- https://github.com/matplotlib/matplotlib/pull/11685.patch
- https://github.com/matplotlib/matplotlib/pull/11685.diff
β
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11685>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAziEtnhjH64ZfC4VlzbsN7kAVP3v0uOks5uHmTBgaJpZM4VTqNj>
.
|
I donβt think ci failure is related |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I just merge this? Specially since I wish I knew about this library last month.
Doc changes are one approval unless controversial for some reason. |
Does this get backported? |
Donβt see why not. The milestone will backport it. |
π nifty package. |
Yes, I do wonder if it could fit into the core API.... |
β¦685-on-v2.2.2-doc Backport PR #11685 on branch v2.2.2-doc
I just fixed a bug to make sure that the log scales work correctly with brokenaxes (this was in the back of my mind for a while, but linking the package in the third party tools got me excited π). |
PR Summary
As pointed out in #11682, there is a package
brokenaxes
that could be linked in our thrid-party tools. @bendichter is it OK to link your package? Is it in a stable enough state to advertise?PR Checklist