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
71fe2956
Commit
71fe2956
authored
Sep 30, 2019
by
Yori
Browse files
re-organization before installing branch
parent
14799dd9
Changes
96
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
71fe2956
config.py
.configs/config-client.py
→
myplotlib/
.configs/config-client.py
View file @
71fe2956
File moved
.configs/config-local.py
→
myplotlib/
.configs/config-local.py
View file @
71fe2956
File moved
.configs/config-server.py
→
myplotlib/
.configs/config-server.py
View file @
71fe2956
File moved
myplotlib/.gitignore
0 → 100644
View file @
71fe2956
config.py
__init__.py
→
myplotlib/
__init__.py
View file @
71fe2956
...
...
@@ -48,9 +48,9 @@ from .mpl_unpickler import MplUnpickler
if
CONTEXT
.
lower
()
in
(
'client'
,
'local'
):
if
CONTEXT
.
lower
()
==
'client'
:
print
(
INFO
+
'Import '
+
__
packag
e__
+
' as a client.'
)
print
(
INFO
+
'Import '
+
__
nam
e__
+
' as a client.'
)
else
:
print
(
INFO
+
'Import '
+
__
packag
e__
+
' for local use.'
)
print
(
INFO
+
'Import '
+
__
nam
e__
+
' for local use.'
)
# Test mpl version:
from
matplotlib
import
__version__
as
mplvers
...
...
@@ -79,7 +79,7 @@ if CONTEXT.lower() in ('client', 'local'):
elif
CONTEXT
.
lower
()
==
'server'
:
if
DBUG
:
print
(
INFO
+
'Import '
+
__
packag
e__
+
' as a server.'
)
print
(
INFO
+
'Import '
+
__
nam
e__
+
' as a server.'
)
from
.config
import
D_HOST
,
D_PORT
from
socket
import
socket
,
AF_INET
,
SOCK_STREAM
,
SOL_SOCKET
,
SO_REUSEADDR
...
...
empty_axes.py
→
myplotlib/
empty_axes.py
View file @
71fe2956
File moved
empty_fig.py
→
myplotlib/
empty_fig.py
View file @
71fe2956
File moved
img/.gitignore
→
myplotlib/
img/.gitignore
View file @
71fe2956
File moved
mpl_axes.py
→
myplotlib/
mpl_axes.py
View file @
71fe2956
File moved
mpl_client.py
→
myplotlib/
mpl_client.py
View file @
71fe2956
File moved
mpl_data.py
→
myplotlib/
mpl_data.py
View file @
71fe2956
File moved
mpl_fig.py
→
myplotlib/
mpl_fig.py
View file @
71fe2956
File moved
mpl_grid.py
→
myplotlib/
mpl_grid.py
View file @
71fe2956
File moved
mpl_server.py
→
myplotlib/
mpl_server.py
View file @
71fe2956
File moved
mpl_signal.py
→
myplotlib/
mpl_signal.py
View file @
71fe2956
File moved
mpl_toolbox/__init__.py
→
myplotlib/
mpl_toolbox/__init__.py
View file @
71fe2956
File moved
mpl_toolbox/axColorBar.py
→
myplotlib/
mpl_toolbox/axColorBar.py
View file @
71fe2956
File moved
mpl_toolbox/ax_2d_plots.py
→
myplotlib/
mpl_toolbox/ax_2d_plots.py
View file @
71fe2956
File moved
mpl_toolbox/figOneAxes.py
→
myplotlib/
mpl_toolbox/figOneAxes.py
View file @
71fe2956
File moved
Prev
1
2
3
4
5
Next
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