- 27 Aug, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
-
- 26 Aug, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
imports but not yet tested, see axTestServer and figTestServer (not yet)
-
- 03 Mar, 2017 1 commit
-
-
Philipp Gast authored
(this time with changes)
-
- 03 Feb, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
It is now possible to interactively design plots from text files. The file is going to be read and executes part of it as the place of key function of FigDesign and AxDesign Both of these classes are simulating behavior in an interactive environment. The result can be saved under the form of classes with the tool savePlot.
-
- 02 Feb, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
the structure is ready but not yet organized AxFullDesign FigFullDesign myDesignTool
-
- 27 Jan, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
Now when creating an Axes the __init__ function does not need to be overwritten, just plotting and formatRawData.
-
- 22 Jan, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
I now separates between MyFig and MyFig_base. MyFig_base can be used by overwritting the __init__ function and the plot function, very much like in v1.0.0, you just don't need update, remark the axes should be created in __init__ not in plot. The MyFig class however is smarter, and the user just need to overwrite defineKeywords and addAxes, yes, you don't need __init__! as their names suggests in defineKeywords you should update self.keywords, in addAxes you should add the objects MyAxes. Now the figure object reads a tuple of data object as argument (not optional anymore) each index for the axes. This behaviour can be overwritten in the function MyFig::formatRawdata, and MyFig::set_rawdata. Remark now the MyFig_base keywords became attributes: self.keywords['fignum'] -> self.fignum...
-
- 20 Jan, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
mypltlib is now restructured with tests in test. I also changed MyFig and MyAxes such that they can not be used alone. This is done such that now as seen in test figTest1 a figure consists only of an __init__ function. Nothing else is required. I also changed the refresh function of MyWins such that the figure does not destroy it axis but redraw them. So now the axes are create only ones. This has the side effect that when the window is resized the axes ratio is not respected anymore.
-
- 19 Jan, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
-
- 17 Jan, 2017 2 commits
-
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
-
- 10 Jan, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
-