- 01 Oct, 2019 4 commits
-
-
Yori Fournier authored
Resolve "FEATURE: add FormatterDictToLines in mpl_toolbox" Closes #106 See merge request !79
-
Yori authored
- FormatterDictToLines formats a dictionary into data for Ax2dPlots. - contains tests and tutorials
-
Yori authored
-
Yori authored
-
- 30 Sep, 2019 13 commits
-
-
Yori Fournier authored
Add the git version (last tag) in setup.py See merge request !78
-
Yori authored
modify README.md
-
Yori Fournier authored
Resolve "[Feature] switching context after importing" Closes #100 See merge request !77
-
Yori authored
- set AUTO_CONTEXTUALIZE to False in config.json - call myplotlib.mpl_contextualize(context) This can be useful while designing remote figures preventing always to reload mpl module after modifying config file.
-
Yori Fournier authored
Resolve "MODIF: load config dynamically" Closes #107 See merge request !75
-
Yori authored
from json file. ``config.json``. json format was choosen because it is part of default python distribution and does not require extra dependancy. Alternative could YAML but requires PyYAML.
-
Yori Fournier authored
mid-mergeing for further developpment new base branch See merge request !73
-
Yori authored
-
Yori authored
-
Yori authored
-
Yori authored
-
Yori authored
-
Yori authored
-
- 10 Sep, 2019 1 commit
-
-
Yori authored
added a tutorial for it (tuto006.py) no tests.
-
- 30 Aug, 2019 2 commits
- 29 Aug, 2019 13 commits
-
-
Yori Fournier authored
Resolve "[BUG] in client context the status of format_rawdata is alway True event when failed" See merge request !72
-
Yori authored
in mpl_client.sync_fig_format_rawdata(): if server returns an error datas is set to None and error message is printed in mpl_fig._format_rawdata_client(): if datas returned from the client is None then return False.
-
Yori Fournier authored
Resolve "[Bug] transmitting error message back to client fails" Closes #102 See merge request !71
-
Yori Fournier authored
Resolve "[Bug] transmitting error message back to client fails" See merge request !70
-
Yori Fournier authored
cast all e.args to string where printted.
-
Yori authored
add a WARNING in case the Error message has a <success Flag> (Status.value == True)
-
Yori authored
Merge branch '102-transmitting-error-message-fails' of gitlab.aip.de:yfournier/myplotlib into 102-transmitting-error-message-fails
-
Yori Fournier authored
cast all e.args to string where printted.
-
Yori authored
add a WARNING in case the Error message has a <success Flag> (Status.value == True)
-
Yori Fournier authored
Resolve "[BUG]: de_sync_fig failing: ID is not string" Closes #101 See merge request !69
-
Yori Fournier authored
in mpl_server.py: get_fig_by_id(): fig_id -> str(fig_id)
-
Yori Fournier authored
Resolve "[BUG]: de_sync_fig failing: ID is not string" See merge request !67
-
Yori Fournier authored
in mpl_server.py: get_fig_by_id(): fig_id -> str(fig_id)
-
- 27 Aug, 2019 2 commits
- 26 Aug, 2019 2 commits
-
-
Yori authored
Now print_in_notebook should work
-
Yori Fournier authored
add print_in_notebook function I am afraid that the as_seen feature won't work since it seems that they call fig.plot before rendering... I need to dig more.
-
- 23 Aug, 2019 1 commit
-
-
Yori Fournier authored
in mpl_client.py: in read_data(): add a test to check that the io_function is a String and not a function object. The problem with function objects is that it may be a security issue. The server has a limited allowed functions (known_functions). If io_function is not a string, a WARNING is thrown and io_function is replaced with io_function.__name__.
-
- 21 Aug, 2019 2 commits
-
-
Yori Fournier authored
-
Yori authored
-