- 23 Jan, 2019 1 commit
-
-
Yori Fournier authored
-
- 05 Oct, 2018 2 commits
-
-
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
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
-
- 07 May, 2018 1 commit
-
-
Philipp Gast authored
-
- 21 Mar, 2018 2 commits
-
-
Yori Fournier authored
-
Yori Fournier authored
-
- 20 Mar, 2018 1 commit
-
-
Yori Fournier authored
-
- 09 Mar, 2018 1 commit
-
-
Yori Fournier authored
-
- 28 Feb, 2018 1 commit
-
-
Yori Fournier authored
-
- 25 Feb, 2018 1 commit
-
-
Yori Fournier authored
-
- 23 Feb, 2018 1 commit
-
-
Yori Fournier authored
Now the keyword aliases is treated differently. MyFig.update does not replace the aliases but updates it. To allow the user to gives arguments without caring of keep track of the former aliases. to overwrite the attribute aliases completely the user now need to do: fig.aliases = replacement instead of fig.update(aliases=replacement)
-
- 18 Feb, 2018 1 commit
-
-
Yori Fournier authored
-
- 08 Feb, 2018 2 commits
-
-
Yori Fournier authored
-
Yori Fournier authored
This is meant to prevent the user from overseeing a typo in the functions names Added infrastructure for testsuites for myAxes and myFig myAxes Test suite started myFig Test suite not started
-