Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yori Fournier
myplotlib
Commits
cbc0ad75
Commit
cbc0ad75
authored
Mar 24, 2017
by
Yori 'AGy' Fournier
Browse files
Now alises are know from the creation of the Fig
parent
7415e5c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
myFig.py
View file @
cbc0ad75
...
@@ -96,6 +96,7 @@ class MyFig(Figure):
...
@@ -96,6 +96,7 @@ class MyFig(Figure):
self
.
reformat
=
kwargs
.
pop
(
'reformat'
,
D_REFORMAT
)
self
.
reformat
=
kwargs
.
pop
(
'reformat'
,
D_REFORMAT
)
self
.
debug
=
kwargs
.
pop
(
'debug'
,
D_DEBUG
)
self
.
debug
=
kwargs
.
pop
(
'debug'
,
D_DEBUG
)
self
.
formatted
=
kwargs
.
pop
(
'formatted'
,
D_FORMATTED
)
self
.
formatted
=
kwargs
.
pop
(
'formatted'
,
D_FORMATTED
)
self
.
aliases
=
{}
# parent constructor
# parent constructor
Figure
.
__init__
(
self
,
figsize
=
self
.
FIGSIZE
)
Figure
.
__init__
(
self
,
figsize
=
self
.
FIGSIZE
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment