- 08 Mar, 2017 9 commits
-
-
Yori Fournier authored
Compatibility python2.6 Closes #35 See merge request !37
-
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)
-
-
Yori 'AGy' Fournier authored
created myWin_MacOsx
-
- 07 Mar, 2017 9 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
-
Yori Fournier authored
add usage to mytool See merge request !30
-
Yori Fournier authored
Resolve "BUG: if you give keywords to an Axes in constructor rise error" Closes #32 See merge request !31
-
Yori 'AGy' Fournier authored
inlined looping, and make use of matplotlib.axes.update function
-
- 06 Mar, 2017 4 commits
-
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
see issue 32 - in short matplotlib is a ****
-
Yori Fournier authored
new suggestion on MyFig.update(). See merge request !27
-
Philipp Gast authored
-
- 03 Mar, 2017 11 commits
-
-
Yori Fournier authored
Update README See merge request !29
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
Version numbers update? See merge request !28
-
Yori 'AGy' Fournier authored
now can use in mytool module usage() or usage(<fct-name'>)
-
Philipp Gast authored
(this time with changes)
-
Philipp Gast authored
-
Philipp Gast authored
-
Philipp Gast authored
MyAxes.update() allows to write the MyFig.update() shorter and clearer. I vote to make use of that.
-
- 02 Mar, 2017 7 commits
-
-
Yori Fournier authored
Add specific config See merge request !26
-
Yori 'AGy' Fournier authored
-
Yori Fournier authored
be stored. Added one for newton, since GTKAgg is the only one that work and latex is not supported because of dvipng not installed.
-
Yori Fournier authored
in case matplotlib has a version number with more than 3 numbers like on newton (0.99.1.1) the former version gave: 9911 that is larger than 150... eventhough 0.99 is older than 1.5 I correct by comparing only the 3 first numbers: now return 99 < 150
-
Yori Fournier authored
On the way to v3 See merge request !25
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
-