/plot.py (593f0411936cebc2b6ac12775f1b7c62e53e717c) (993 bytes) (mode 100644) (type blob)
#!/usr/bin/env python
# coding: utf-8
# tohle je modul-wrapper k různým vizualizačním prostředkům
def empty_plot(sample_box, *args, **kwargs):
print("Plot: žel bohu, nič vám nakrelsiť nemůžu")
# кулэ ӧвӧл
# for python3.7
#def __getattr__(attr):
# return empty_plot
plot2D = empty_plot
plot3D = empty_plot
show2D = empty_plot
show3D = empty_plot
tri_estimation_graph = empty_plot
#
# optional dependences
#
try:# gnuplot
from . import gp_plot
plot2D = gp_plot.gp_plot
except:
pass
try:# plot.ly
from . import plotly_plot
tri_estimation_graph = plotly_plot.tri_estimation_graph
except:
pass
try:# matplotlib
from . import mplot
plot3D = mplot.plot3D
except:
pass
try: # pyqtgraph
from . import qt_plot_old as qt_plot
show2D = qt_plot.qt_gui_plot_2d
except:
pass
#č tohle vůbec nemusí bežet všude
try: # pyqtgraph
from . import gl_plot
show3D = gl_plot.qt_gui_plot_3d
except:
pass
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
17474 |
79f2258efa33670c57a70e41eff5d117bf69dcb7 |
IS_stat.py |
100644 |
blob |
6 |
0916b75b752887809bac2330f3de246c42c245cd |
__init__.py |
100644 |
blob |
63303 |
4a921c50676e2e8d1fd12a004d8dad7d2bcd1d38 |
blackbox.py |
100644 |
blob |
11078 |
cd8e7e5ab6fa5edde14878d8fa90bc65012ccc0d |
candybox.py |
100644 |
blob |
31020 |
1a4e4f3ccbfee2218309ffb33d1cf46bc249d4b9 |
estimation.py |
100644 |
blob |
18660 |
c1ef0f2dd7e992953ebd0b295de5c5c6721215d6 |
f_models.py |
100644 |
blob |
31025 |
70bab60405bfe783a2f7a9f2c41b7c1629d3d474 |
g_models.py |
100644 |
blob |
52315 |
cbecebc34eb21cc476b640b6c95ca9ba5ce745e1 |
gl_plot.py |
100644 |
blob |
2718 |
5d721d117448dbb96c554ea8f0e4651ffe9ac457 |
gp_plot.py |
100644 |
blob |
29393 |
96162a5d181b8307507ba2f44bafe984aa939163 |
lukiskon.py |
100644 |
blob |
10489 |
1f6dd06a036fdc4ba6a7e6d61ac0b84e8ad3a4c1 |
mplot.py |
100644 |
blob |
993 |
593f0411936cebc2b6ac12775f1b7c62e53e717c |
plot.py |
100644 |
blob |
2807 |
1feb1d43e90e027f35bbd0a6730ab18501cef63a |
plotly_plot.py |
100644 |
blob |
61709 |
379db4a6236832e448f387adb9063ab547e53e1f |
qt_plot.py |
100644 |
blob |
57475 |
645d9c4a2339f5a3997f1f16e61b58d0defba6cc |
qt_plot_old.py |
100644 |
blob |
6304 |
7fc6ac75e415df43af5b7aa9d6d1848aa5d0963d |
reader.py |
100644 |
blob |
4284 |
a0e0b4e593204ff6254f23a67652804db07800a6 |
samplebox.py |
100644 |
blob |
5553 |
bac994ae58f1df80c7f8b3f33955af5402f5a4f3 |
sball.py |
100644 |
blob |
2800 |
109ef02b48b0e735d9081be69bffd0471675bc98 |
simplex.py |
100644 |
blob |
21623 |
281aef80556b8d22842b8659f6f0b7dab0ad71af |
whitebox.py |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/iam-git/WellMet
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/iam-git/WellMet
Clone this repository using git:
git clone git://git.rocketgit.com/user/iam-git/WellMet
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main