- 29 Aug, 2019 5 commits
-
-
Yori Fournier authored
Resolve "[Bug] transmitting error message back to client fails" Closes #102 See merge request !71
-
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)
-
- 05 Oct, 2018 9 commits
-
-
Yori Fournier authored
Resolve "FEATURE: alias groupping" See merge request !61
-
Yori Fournier authored
# Conflicts: # mpl_fig.py
-
Yori Fournier authored
-
Yori Fournier authored
fashion. Aliases are not meant to be used as keywords, which may be misleading when looking at FigTestWithAliases in figures_tests.py I modified FigTestAxesAliases: now the alias y_range becomes y_range_alias so that the keyword y_range is not overwritten by the alias and does not gain priority.
-
Yori Fournier authored
now it should work.
-
Yori Fournier authored
-
Yori Fournier authored
as well as filtering out unknown keywords. Now priority is: 1. specific keyword 2. aliases 3. axes keywords Also added the tests for the priority and for the aliases
-
Yori Fournier authored
Resolve "FEATURE: add possibility to print into a notebook" Closes #94 See merge request !66
-
Yori Fournier authored
added an abstract function print_in_notebook renamed print_in_notebook to _print_in_notebook_local for the local case and made a copy for _print_in_notebook_client # Conflicts: # mpl_fig.py
-
- 21 Sep, 2018 3 commits
-
-
Yori Fournier authored
Resolve "MODIF: Make MyFig_client, _server, _local to become instance from a MyFig_Factory meta-class" Closes #90 See merge request !64
-
Yori Fournier authored
Resolve "MODIF: make a MyAxes_factory" Closes #91 See merge request !60
-
Yori Fournier authored
Resolve "CLEANNING: PEP8 compilance" Closes #88 See merge request !63
-
- 13 Jun, 2018 3 commits
-
-
Yori Fournier authored
Resolve "FEATURE: adding method dynamically to a given instance" See merge request !62
-
Yori Fournier authored
declare aliases or addAxes (which make less sence but what ever...) tested (by hand -- no unittest and no tutorial) and pass
-
Yori Fournier authored
-
- 07 May, 2018 1 commit
-
-
Philipp Gast authored
-
- 03 May, 2018 2 commits
-
-
Philipp Gast authored
Also put get_state() into SHARED METHODS.
-
Philipp Gast authored
-
- 20 Apr, 2018 3 commits
-
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
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.
-
- 19 Apr, 2018 1 commit
-
-
Yori Fournier authored
MyWin_TkAgg.py. Now it also work with mpl 2.0.0.
-
- 04 Apr, 2018 5 commits
-
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
Tests and tutorials are passing but clearly need some cleaning...
-
- 03 Apr, 2018 3 commits
-
-
Yori Fournier authored
-
Yori Fournier authored
it needs cleaning though and this is not compatible with python3 tests and tuto should pass
-
Yori Fournier authored
-
- 26 Mar, 2018 3 commits
-
-
Yori Fournier authored
-
Yori Fournier authored
Merge branch '88-cleanning-pep8-compilance' of gitlab.aip.de:yfournier/myplotlib into 88-cleanning-pep8-compilance
-
Yori Fournier authored
-
- 23 Mar, 2018 2 commits
-
-
Philipp Gast authored
Merge branch '88-cleanning-pep8-compilance' of gitlab:yfournier/myplotlib into 88-cleanning-pep8-compilance Conflicts: mpl_fig_client.py test/network/tests/test_com.py
-
Philipp Gast authored
-