Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
ENH : add function to add displayhook#4091
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
79 commits Select commitHold shift + click to select a range
96d3605
ENH : add function to add displayhook for IPython
tacaswelld9f9d2a
ENH : greatly simplified last commit
tacaswell76a87fe
ENH : special case IPython display hook
tacaswellfb994e9
ENH : hook into IPython better
tacaswell51f08cd
MNT : install the replhook by default
tacaswell28dcf3c
ENH : move draw_all to Gcf class method
tacaswellf9ac8d0
ENH : add dirty flag
tacaswell6a6f8d9
ENH : add force logic to draw_all
tacaswellb8bd396
ENH : first pass at making Line2D objects dirty-aware
tacaswell17c4461
ENH : add dirty flag to missed Line2D.set_* methods
tacaswell46af65a
MNT : only set the figure call back if figure is not None
tacaswellef08aa1
MNT : rename dirty -> stale
tacaswella8865f8
ENH : add stale flag to all set_* methods in Artist
tacaswell495b5a0
STY : don't re-define variables
tacaswell234cc9c
ENH : add stale flags to Collection
tacaswell771977f
ENH : add stale flag to _CollectionWithSizes
tacaswell1aaae20
ENH : add stale flag to PathCollection
tacaswell729ada7
ENH : add stale flag to PolyCollection
tacaswellfa5cb4d
ENH : add stale flag to EventCollection
tacaswell9cec66f
ENH : add stale flag to QuadMesh
tacaswellfb3562b
ENH : add stale flag to Figure
tacaswell6060a4c
ENH : add stale flag to *Image* classes
tacaswellbd4bd0b
DOC : fix axis -> axes typo in comment
tacaswell72fae28
ENH : add stale flag to Legend
tacaswellb2df645
ENH : add stale flag to Offsetbox
tacaswell7780821
ENH : add stale flag to PaddedBox
tacaswellcae51d3
ENH : add stale flag to DrawingArea
tacaswellebf7b91
ENH : add stale flag to TextArea
tacaswellc5df792
ENH : add stale flag to AuxTransformBox
tacaswell74ebf82
STY : remove excessive indets
tacaswelle0e0039
ENH : add stale flag to AnchoredOffsetbox
tacaswellcb0a22f
ENH : add stale flag to OffsetImage
tacaswell15451c7
ENH : add stale flag to AnnotationBbox
tacaswellfb3181b
ENH : add stale flag to Patch
tacaswell8f8dba5
ENH : add stale flag to Rectangle
tacaswellcb82a85
ENH : add stale flag to Polygon
tacaswell77450ac
ENH : add stale flag to Wedge
tacaswell9c954e8
ENH : add stale flag to FancyBboxPatch
tacaswellda78f69
ENH : add stale flag to FancyArrowPatch
tacaswell1939831
ENH : add stale flag to FancyArrowPatch
tacaswelld8d52d8
ENH : add stale flag to QuiverKey
tacaswell013e1a7
ENH : add stale flag to Quiver
tacaswell406e8ce
ENH : add stale flag to Barb
tacaswell3290982
FIX : fix order of operation in __init__ functions
tacaswellc541248
FIX : use canonical linestyles kwarg in contour
tacaswell30d1060
MNT : remove unneeded call to set_linestyles
tacaswellc1de4dd
FIX : fix init order in AnnotationBbox
tacaswell79d971d
FIX : reorder __init__ of OffsetBox
tacaswell2c10dcb
ENH : add stale flag to Spines
tacaswellcd70834
ENH : add stale flag to Cell
tacaswell3f3ef10
ENH : add stale flag to CustumCell
tacaswell21c677f
ENH : add stale flag to Table
tacaswelle9aa714
ENH : add stale flag to Text
tacaswell3eeb64d
ENH : add stale flag to TextWithDash
tacaswell9706cc0
MNT : remove stale flags from Axes.draw
tacaswell16bcbdf
DOC : add whats new entry
tacaswellf824578
FIX : add missing stale flag to Line2D
tacaswell8112b43
MNT : use draw_idle not draw in Gcf.draw_all
tacaswell05f6426
ENH : add stale flag to Axes.cla
tacaswelld29be28
ENH : add stale flag to mplot3D.art3D.*
tacaswell2970d30
ENH : add stale flag to Axes3D
tacaswell83aafff
ENH : add stale flag to mplot3d.Axis
tacaswella555475
DOC : fix docstrings which were lies
tacaswellf4efac1
MNT : add guards to only register repl hook once
tacaswellf41ae9e
DOC : added docstring to install_repl_displayhook
tacaswell096d714
ENH : added uninstall for repl displayhook
tacaswell17d9ada
FIX : order of operation is Poly3DCollection init
tacaswell54da8cc
ENH : integrate repl hook with is_interactive
tacaswella26831d
FIX : logic for IPython hook registration
tacaswell1c99420
MNT : move repl install above boilerplate fold
tacaswella9faf4b
ENH : add stale flag to Tick, XTick, YTick
tacaswelle3fb850
ENH : add stale flag to Axis, XAxis, YAxis
tacaswell2beb5f9
ENH : add stale flag to _AxesBase
tacaswellf15c871
MNT : hackily make boilerplate PY3 compatable
tacaswellb2fbae7
MNT : remove draw_if_interactive from boilerplate
tacaswell89923a6
MNT : remove non-boilerplate `draw_if_interactive`
tacaswell38f00af
MNT : make rcdefaults redraw all figures
tacaswell9724f3d
ENH : add stale flag to ColorbarBase and Colorbar
tacaswell0abbcf6
DOC: clearified whats new entry
tacaswellFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
MNT : hackily make boilerplate PY3 compatable
Hide the python2 only code in a conditional
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitf15c8713a9aff75bb6779a320d7754e6f039375d
There are no files selected for viewing
5 changes: 3 additions & 2 deletionsboilerplate.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.