Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yori Fournier
myplotlib
Commits
b99a6daa
Commit
b99a6daa
authored
Mar 08, 2017
by
Detlef Elstner
Browse files
MacOSX version working and tested
test203 failing: error unknown maybe due to matplotlib old version (1.3)
parent
bb69aad9
Changes
2
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
b99a6daa
...
@@ -78,7 +78,7 @@ elif rcParams['backend'] == u'GTKAgg':
...
@@ -78,7 +78,7 @@ elif rcParams['backend'] == u'GTKAgg':
from
.myWin_GTKAgg
import
MyWin_GTKAgg
as
MyWin
from
.myWin_GTKAgg
import
MyWin_GTKAgg
as
MyWin
elif
rcParams
[
'backend'
]
==
u
'WXAgg'
:
elif
rcParams
[
'backend'
]
==
u
'WXAgg'
:
from
.myWin_WXAgg
import
MyWin_WXAgg
as
MyWin
from
.myWin_WXAgg
import
MyWin_WXAgg
as
MyWin
elif
rcParams
[
'backend'
]
==
u
'MacOS
x
'
:
elif
rcParams
[
'backend'
]
==
u
'MacOS
X
'
:
from
.myWin_MacOSx
import
MyWin_MacOSx
as
MyWin
from
.myWin_MacOSx
import
MyWin_MacOSx
as
MyWin
else
:
else
:
print
(
SEVR
+
"The backend you choosed is not supported interactive mode not available"
)
print
(
SEVR
+
"The backend you choosed is not supported interactive mode not available"
)
...
...
config-default.py
View file @
b99a6daa
...
@@ -28,7 +28,7 @@ D_OFORMAT = 'png' # default format for ouput
...
@@ -28,7 +28,7 @@ D_OFORMAT = 'png' # default format for ouput
D_DEBUG
=
True
# default debug value
D_DEBUG
=
True
# default debug value
# PLOTTING CONFIGURATION -----------------------------------------------
# PLOTTING CONFIGURATION -----------------------------------------------
# BACKEND: u'TKAgg', u'GTKAgg', u'WXAgg'
# BACKEND: u'TKAgg', u'GTKAgg', u'WXAgg'
, u'MacOSX'
rcParams
[
'backend'
]
=
u
'WXAgg'
rcParams
[
'backend'
]
=
u
'WXAgg'
# FONT
# FONT
...
...
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