- 28 Aug, 2017 3 commits
-
-
Yori Fournier authored
Merge branch '49-make-myaxes-client' of gitlab.aip.de:yfournier/myplotlib into 49-make-myaxes-client Conflicts: server.py
-
Yori Fournier authored
-
Yori 'AGy' Fournier authored
add the serverInterface modified server modified __init__ under testing phase
-
- 27 Aug, 2017 2 commits
-
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
should be ok like that, let's see.
-
- 26 Aug, 2017 6 commits
-
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
imports but not yet tested, see axTestServer and figTestServer (not yet)
-
Yori 'AGy' Fournier authored
But not yet MyAxes and MyFig because need the server version
-
- 18 Jun, 2017 2 commits
-
-
Yori 'AGy' Fournier authored
Merge branch 'BUG-aliases-now-defined-before-addAxes' of gitlab.aip.de:yfournier/myplotlib into BUG-aliases-now-defined-before-addAxes
-
Yori 'AGy' Fournier authored
suppress the reinitialisation of fig.aliases in declareAliases
-
- 17 Jun, 2017 1 commit
-
-
Yori Fournier authored
# Conflicts: # myFig.py
-
- 30 May, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
If the Axes is of type MyAxes but deriving from Another class It won't pass the isinstance(ax, MyAxes) test However it will pass issubclass(ax.__class__, MyAxes) But if ax is derived from MyAxes from another namespace: ax.__class__ = some_namespace.MyAxes MyAxes = some_other_namespace.MyAxes It won't pass neither... Therefore I commented this test before I find a solution
-
- 06 Apr, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
size of the figure.
-
- 24 Mar, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
-
- 09 Mar, 2017 3 commits
-
-
Yori Fournier authored
update the .configs files with new backends See merge request !39
-
Yori 'AGy' Fournier authored
-
Yori Fournier authored
Add Qt4 backend See merge request !38
-
- 08 Mar, 2017 14 commits
-
-
Philipp Gast authored
# Conflicts: # __init__.py # config-default.py
-
Philipp Gast authored
-
Yori Fournier authored
Compatibility python2.6 Closes #35 See merge request !37
-
Philipp Gast authored
-
Yori Fournier authored
Now compatible with python2.6 Also tested with matplotlib < 143 test203 fail because in that version the function set_xlim was not yet existing. All version of matplotlib < 143 are not considered as stable therefore not supported. I add a message in __init__ I also corrected a bug I added in a former commit: I prevent myplotlib.__init__ from importing tests but just testList. This prevented `python myplotlib --test <test name>` to work because no tests were in myplotlib.__dict__ So I change the import from: from . import __dict__ to from .test import __dict__ Now `python myplotlib --test <test name>` works
-
Yori 'AGy' Fournier authored
In MyAxes.update we wrote some inline loops that are not compatible with python2.6 I just wrote them in not inline mode, it shoudl work
-
Yori Fournier authored
Macosx backend See merge request !36
-
Yori Fournier authored
added axColorbar See merge request !35
-
Philipp Gast authored
-
Detlef Elstner authored
test203 failing: error unknown maybe due to matplotlib old version (1.3)
-
Philipp Gast authored
-
-
Philipp Gast authored
-
Yori 'AGy' Fournier authored
created myWin_MacOsx
-
- 07 Mar, 2017 6 commits
-
-
Yori Fournier authored
Update README.md See merge request !34
-
Yori Fournier authored
-
Yori Fournier authored
add config for newton virtual env See merge request !33
-
Yori Fournier authored
-
Yori Fournier authored
add test203 and 204 See merge request !32
-
Yori 'AGy' Fournier authored
test203 tests Axes constructor with direct keywords test204 tests Axes.update function also changed the way myplotlib import tests
-