Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
efiring merged 79 commits intomatplotlib:masterfromtacaswell:repl_hook
May 25, 2015
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
tacaswellFeb 9, 2015
d9f9d2a
ENH : greatly simplified last commit
tacaswellFeb 10, 2015
76a87fe
ENH : special case IPython display hook
tacaswellFeb 10, 2015
fb994e9
ENH : hook into IPython better
tacaswellFeb 10, 2015
51f08cd
MNT : install the replhook by default
tacaswellMar 3, 2015
28dcf3c
ENH : move draw_all to Gcf class method
tacaswellMar 3, 2015
f9ac8d0
ENH : add dirty flag
tacaswellMar 16, 2015
6a6f8d9
ENH : add force logic to draw_all
tacaswellMar 16, 2015
b8bd396
ENH : first pass at making Line2D objects dirty-aware
tacaswellMar 16, 2015
17c4461
ENH : add dirty flag to missed Line2D.set_* methods
tacaswellMar 16, 2015
46af65a
MNT : only set the figure call back if figure is not None
tacaswellMar 16, 2015
ef08aa1
MNT : rename dirty -> stale
tacaswellMar 31, 2015
a8865f8
ENH : add stale flag to all set_* methods in Artist
tacaswellMar 31, 2015
495b5a0
STY : don't re-define variables
tacaswellApr 15, 2015
234cc9c
ENH : add stale flags to Collection
tacaswellApr 21, 2015
771977f
ENH : add stale flag to _CollectionWithSizes
tacaswellApr 21, 2015
1aaae20
ENH : add stale flag to PathCollection
tacaswellApr 21, 2015
729ada7
ENH : add stale flag to PolyCollection
tacaswellApr 21, 2015
fa5cb4d
ENH : add stale flag to EventCollection
tacaswellApr 21, 2015
9cec66f
ENH : add stale flag to QuadMesh
tacaswellApr 21, 2015
fb3562b
ENH : add stale flag to Figure
tacaswellApr 27, 2015
6060a4c
ENH : add stale flag to *Image* classes
tacaswellApr 28, 2015
bd4bd0b
DOC : fix axis -> axes typo in comment
tacaswellApr 28, 2015
72fae28
ENH : add stale flag to Legend
tacaswellApr 29, 2015
b2df645
ENH : add stale flag to Offsetbox
tacaswellApr 30, 2015
7780821
ENH : add stale flag to PaddedBox
tacaswellApr 30, 2015
cae51d3
ENH : add stale flag to DrawingArea
tacaswellApr 30, 2015
ebf7b91
ENH : add stale flag to TextArea
tacaswellApr 30, 2015
c5df792
ENH : add stale flag to AuxTransformBox
tacaswellApr 30, 2015
74ebf82
STY : remove excessive indets
tacaswellApr 30, 2015
e0e0039
ENH : add stale flag to AnchoredOffsetbox
tacaswellApr 30, 2015
cb0a22f
ENH : add stale flag to OffsetImage
tacaswellApr 30, 2015
15451c7
ENH : add stale flag to AnnotationBbox
tacaswellApr 30, 2015
fb3181b
ENH : add stale flag to Patch
tacaswellApr 30, 2015
8f8dba5
ENH : add stale flag to Rectangle
tacaswellApr 30, 2015
cb82a85
ENH : add stale flag to Polygon
tacaswellApr 30, 2015
77450ac
ENH : add stale flag to Wedge
tacaswellApr 30, 2015
9c954e8
ENH : add stale flag to FancyBboxPatch
tacaswellApr 30, 2015
da78f69
ENH : add stale flag to FancyArrowPatch
tacaswellApr 30, 2015
1939831
ENH : add stale flag to FancyArrowPatch
tacaswellApr 30, 2015
d8d52d8
ENH : add stale flag to QuiverKey
tacaswellApr 30, 2015
013e1a7
ENH : add stale flag to Quiver
tacaswellApr 30, 2015
406e8ce
ENH : add stale flag to Barb
tacaswellApr 30, 2015
3290982
FIX : fix order of operation in __init__ functions
tacaswellMay 4, 2015
c541248
FIX : use canonical linestyles kwarg in contour
tacaswellMay 5, 2015
30d1060
MNT : remove unneeded call to set_linestyles
tacaswellMay 5, 2015
c1de4dd
FIX : fix init order in AnnotationBbox
tacaswellMay 5, 2015
79d971d
FIX : reorder __init__ of OffsetBox
tacaswellMay 5, 2015
2c10dcb
ENH : add stale flag to Spines
tacaswellMay 5, 2015
cd70834
ENH : add stale flag to Cell
tacaswellMay 5, 2015
3f3ef10
ENH : add stale flag to CustumCell
tacaswellMay 5, 2015
21c677f
ENH : add stale flag to Table
tacaswellMay 5, 2015
e9aa714
ENH : add stale flag to Text
tacaswellMay 5, 2015
3eeb64d
ENH : add stale flag to TextWithDash
tacaswellMay 5, 2015
9706cc0
MNT : remove stale flags from Axes.draw
tacaswellMay 5, 2015
16bcbdf
DOC : add whats new entry
tacaswellMay 5, 2015
f824578
FIX : add missing stale flag to Line2D
tacaswellMay 6, 2015
8112b43
MNT : use draw_idle not draw in Gcf.draw_all
tacaswellMay 16, 2015
05f6426
ENH : add stale flag to Axes.cla
tacaswellMay 16, 2015
d29be28
ENH : add stale flag to mplot3D.art3D.*
tacaswellMay 16, 2015
2970d30
ENH : add stale flag to Axes3D
tacaswellMay 16, 2015
83aafff
ENH : add stale flag to mplot3d.Axis
tacaswellMay 16, 2015
a555475
DOC : fix docstrings which were lies
tacaswellMay 16, 2015
f4efac1
MNT : add guards to only register repl hook once
tacaswellMay 16, 2015
f41ae9e
DOC : added docstring to install_repl_displayhook
tacaswellMay 16, 2015
096d714
ENH : added uninstall for repl displayhook
tacaswellMay 16, 2015
17d9ada
FIX : order of operation is Poly3DCollection init
tacaswellMay 16, 2015
54da8cc
ENH : integrate repl hook with is_interactive
tacaswellMay 16, 2015
a26831d
FIX : logic for IPython hook registration
tacaswellMay 16, 2015
1c99420
MNT : move repl install above boilerplate fold
tacaswellMay 16, 2015
a9faf4b
ENH : add stale flag to Tick, XTick, YTick
tacaswellMay 16, 2015
e3fb850
ENH : add stale flag to Axis, XAxis, YAxis
tacaswellMay 16, 2015
2beb5f9
ENH : add stale flag to _AxesBase
tacaswellMay 18, 2015
f15c871
MNT : hackily make boilerplate PY3 compatable
tacaswellMay 16, 2015
b2fbae7
MNT : remove draw_if_interactive from boilerplate
tacaswellMay 16, 2015
89923a6
MNT : remove non-boilerplate `draw_if_interactive`
tacaswellMay 18, 2015
38f00af
MNT : make rcdefaults redraw all figures
tacaswellMay 18, 2015
9724f3d
ENH : add stale flag to ColorbarBase and Colorbar
tacaswellMay 24, 2015
0abbcf6
DOC: clearified whats new entry
tacaswellMay 24, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
MNT : hackily make boilerplate PY3 compatable
Hide the python2 only code in a conditional
  • Loading branch information
@tacaswell
tacaswell committedMay 25, 2015
commitf15c8713a9aff75bb6779a320d7754e6f039375d
5 changes: 3 additions & 2 deletionsboilerplate.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -219,8 +219,9 @@ def format_value(value):
else:
def_edited = []
for val in defaults:
if isinstance(val, unicode):
val = val.encode('ascii', 'ignore')
if six.PY2:
if isinstance(val, unicode):
val = val.encode('ascii', 'ignore')
def_edited.append(val)
defaults = tuple(def_edited)

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp