Commit Graph

45 Commits

Author SHA1 Message Date
jkriege2
0e2237e92f - more refactorings to modernize C++
- fixed JKQTPColumnMathImage with modifiers
- improved documentation
- make use of link_prl/create_prl in QMake projects (see http://doc.qt.io/qt-5/qmake-advanced-usage.html)
2019-01-26 18:00:42 +01:00
jkriege2
2d08250db6 - added new graph: JKQTPSingleColumnSymbolsGraph
- fixed additional renames JKQTPLotter->JKQTPlotter
- improved documentation (boxplots, JKQTMathText)
- added several examples
2019-01-20 16:15:10 +01:00
jkriege2
86c2f3fa76 extensive renaming of classes --> using a unified CamelCase-Scheme now for class/function names 2019-01-20 10:49:29 +01:00
jkriege2
306436f770 corrected documentation 2019-01-19 18:06:30 +01:00
jkriege2
488df45829 improved code and files for doxygen documentation 2019-01-12 23:11:08 +01:00
jkriege2
615b25e871 added QuickFit3 screenshots 2019-01-12 14:21:18 +01:00
jkriege2
283cb7116b added missing documentation images 2019-01-12 14:08:32 +01:00
jkriege2
992c76f64f improved readme-structure 2019-01-12 14:02:12 +01:00
jkriege2
828afb1138 added example that explains how to use JKQtPlotter from the Qt Form Designer 2019-01-08 20:02:05 +01:00
jkriege2
5b910fc9b3 added example for geometric objects 2019-01-07 21:00:56 +01:00
Jan W. Krieger
877abaf2b8 add example for pointilistic image plot, using a scatter plot 2018-12-24 21:39:37 +01:00
Jan W. Krieger
d70c6cf377 tidied up code of parsed function graphs, added f(y) parsed function class (JKQTPyParsedFunctionLineGraph), improved examples 2018-12-24 15:07:14 +01:00
Jan W. Krieger
94acc1b7d5 JKQTPxFunctionLineGraph and JKQTPyFunctionLineGraph now allow for simplified functions without parameters + improved handling of special functions, improved example for parsed functions (with possibility to display sample points 2018-12-24 12:29:33 +01:00
Jan W. Krieger
4ac14ed871 improved parsed/evaluated function classes (made C++11-ready) and added examples for them 2018-12-23 20:27:24 +01:00
jkriege2
743a1865bd added example that shows how to draw parametric curves 2018-12-16 15:35:50 +01:00
jkriege2
f4ce4c875b added simple example for JKQTPxyParametrizedScatterGraph 2018-12-16 15:00:19 +01:00
jkriege2
6c975db771 added example for arranging plots in a QGridLayout 2018-12-13 22:29:37 +01:00
jkriege2
9debaae7fe renamed impulse plot classes, so the names actually make sense
added example for impulse plots
2018-12-11 23:00:43 +01:00
jkriege2
5e0471d0eb bugfix in JKQTPfilledCurveYGraph and example for JKQTPfilledCurveYGraph 2018-12-11 00:05:21 +01:00
jkriege2
49bac25809 improved data-access via JKQTPcolumn
added example for filled curves and data-access via JKQTPcolumn
2018-12-10 23:57:20 +01:00
jkriege2
08d51390b3 improved step plots (JKQTPstepHorizontalGraph, JKQTPstepVerticalGraph) with 3 step-modes (left/center/right), instead of only two (right/center)
added example for step plots
2018-12-06 21:41:35 +01:00
jkriege2
6b2ea6dc97 improvements to JKQTPImage, which may now also own an image and can receive a copy to this internally owned object from an external instance
added example that shows how to plot a QImage
2018-12-06 18:19:02 +01:00
jkriege2
dc36c6c90a improved log-axis-example 2018-12-03 23:09:12 +01:00
jkriege2
6520e598a9 added speed-test 2018-12-02 18:30:29 +01:00
jkriege2
cdf76539b3 added example project for error indicator styles 2018-12-02 11:38:27 +01:00
jkriege2
97f8b48642 improved main page 2018-12-01 16:08:33 +01:00
jkriege2
46d8a65bd3 improved main page 2018-12-01 16:06:32 +01:00
jkriege2
18a3a9857a added y-range-plot JKQTPfilledVerticalRangeGraph and example for it + date/time axes 2018-12-01 16:02:04 +01:00
jkriege2
2724b007aa added example for log axes 2018-11-29 22:48:31 +01:00
jkriege2
4949176229 modified example a bit 2018-11-29 22:06:58 +01:00
jkriege2
ffb70ace09 some renames and new example for line styles and symbols 2018-11-29 21:57:35 +01:00
jkriege2
46fce925d3 added missing image 2018-11-28 23:12:03 +01:00
jkriege2
db1d0cf102 added more examples and explanations for image plots, fixed some bugs in large example/test 2018-11-28 23:10:14 +01:00
jkriege2
a446de1ff5 added RGB image plot example/test 2018-11-27 22:49:27 +01:00
jkriege2
08ab0bb78d reformated examples markdown-pages 2018-11-26 22:35:21 +01:00
jkriege2
6cfc3dba59 added OpenCV-support 2018-11-26 22:14:41 +01:00
jkriege2
9ff25f4b0d added example for MathImagePLot 2018-11-25 21:09:31 +01:00
jkriege2
1598c45fa7 fixed mixed up files 2018-11-25 15:02:55 +01:00
jkriege2
f01b9b6d6f split screenshots into its own markup page 2018-11-25 15:02:02 +01:00
jkriege2
f6a6fb763b added simple JKQTmathText example 2015-08-02 15:42:09 +02:00
jkriege2
604f59fd0d added barchart example (+minor improvements) 2015-08-02 15:04:37 +02:00
jkriege2
b36a021f13 added new, but simple example 2015-08-02 14:10:55 +02:00
jkriege2
c4a217a500 * improved class interface
* added simple example (also to documentation!)
2015-08-02 13:36:54 +02:00
JanK
da0c0fbac1 w 2015-07-11 18:06:49 +02:00
JanK
ae62711101 w 2015-07-11 17:47:57 +02:00