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
b81a03c3
Commit
b81a03c3
authored
Mar 02, 2017
by
Yori 'AGy' Fournier
Browse files
compatible with wiki of v3
parent
6b07cc8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
.configs/minimal-config.py
0 → 100644
View file @
b81a03c3
from
.myData
import
MyData
from
matplotlib
import
rcParams
# FORM -----------------------------------------------------------------
INFO
=
" > info-: "
WARN
=
" > warn-: "
SEVR
=
" > sevr-: "
DBUG
=
" > dbug-: "
SPCE
=
" > -----: "
# CONFIGURATION --------------------------------------------------------
# myFig
D_FIGNUM
=
0
# default figure number
D_FIGSIZE
=
(
8.
,
6.
)
# default figure size
D_REFORMAT
=
True
# default reformat value
D_FORMATTED
=
False
# default formatted value
D_RAWDATA
=
MyData
()
# default raw data
D_INPUTARG
=
'current'
# default Input argument
# myIOs
D_IPATH
=
'../'
# default path to project
# print2file
D_OPATH
=
'myplotlib/img/'
# default path to ouput
D_OFORMAT
=
'png'
# default format for ouput
# Debug
D_DEBUG
=
True
# default debug value
# PLOTTING CONFIGURATION -----------------------------------------------
# DPI
rcParams
[
'figure.dpi'
]
=
75.0
test/__init__.py
View file @
b81a03c3
...
...
@@ -18,3 +18,5 @@ from .tests import test505, test506, test507, test508, test509
from
.tests
import
test510
,
test511
from
.tests
import
test600
# for the demos
from
..mytool
import
print2screen
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