]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Adding barplot and stemplot to the cpp library; removing the old isDirac bool from...
authorjh777916 <juba.hamma@cea.fr>
Wed, 20 Sep 2023 12:40:28 +0000 (14:40 +0200)
committerjh777916 <juba.hamma@cea.fr>
Wed, 20 Sep 2023 12:40:28 +0000 (14:40 +0200)
commitddbc09e9c0e320184fd9495ddb3f3ed6aed08e75
tree857c947b929892920e218ca0672744985f41a155
parent26a322dabe5ecfd13e08b4e752da12c1f99023e4
Adding barplot and stemplot to the cpp library; removing the old isDirac bool from the barplots (now taken care of in stem plots); considering the width as the different between x and x+1 ticks
tools/CurvePlot/src/cpp/CurvePlot.cxx
tools/CurvePlot/src/cpp/CurvePlot.hxx
tools/CurvePlot/src/cpp/test/test_curveplot.cxx
tools/CurvePlot/src/python/controller/PlotController.py
tools/CurvePlot/src/python/model/BarModel.py
tools/CurvePlot/src/python/test/TestDesktop.py
tools/CurvePlot/src/python/views/BarView.py
tools/CurvePlot/src/python/views/XYView.py