JKQtPlotter/examples
2024-01-08 21:18:58 +01:00
..
advplotstyling updated impulse plots & doc 2022-09-26 02:08:01 +02:00
barchart NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
barchart_customdrawfunctor NEW: you can provide a custom draw functor to barcharts to completely customize their look 2022-10-28 21:48:42 +02:00
barchart_errorbars bugfix 2022-09-11 07:52:19 +02:00
barchart_functorfill NEW: you can provide a custom draw functor to barcharts to completely customize their look 2022-10-28 21:48:42 +02:00
barchart_twocolor bugfix 2022-09-11 07:52:19 +02:00
boxplot updated impulse plots & doc 2022-09-26 02:08:01 +02:00
cmake_link_example added more auto-generated screenshots 2022-08-26 22:32:48 +02:00
contourplot NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks 2023-07-22 14:26:02 +02:00
datastore update plot imaged for tutorials: datastore, datastorw_groupstat, datastore_regression, datastore_iterators, datastore_statistics 2023-08-15 15:02:39 +02:00
datastore_groupedstat NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
datastore_iterators fixed compile issues 2023-08-15 19:08:19 +02:00
datastore_regression NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
datastore_statistics NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
datastore_statistics_2d NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
dateaxes IMPROVED/REWORKED: reworked JKQTPCADrawMode and coordinate axis drawing so the draw mide can be specified as ORed combination of flags from JKQTPCADrawModeElements, added flags to draw arrows at the end of the axis line 2022-09-23 20:43:53 +02:00
distributionplot added more auto-generated screenshots 2022-08-26 22:32:48 +02:00
errorbarstyles added more auto-generated screenshots 2022-08-26 22:32:48 +02:00
evalcurve added more auto-generated screenshots 2022-08-26 22:32:48 +02:00
filledgraphs updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
filledgraphs_errors bugfix 2022-09-11 07:52:19 +02:00
functionplot updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
geo_arrows updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
geo_coordinateaxis0 NEW: added option to draw a zero axis to JKQTPCoordinateAxis, which draws an axis at the origin of the coordinate system 2022-09-25 15:34:05 +02:00
geo_simple updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
geometric updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
imageplot updated auto-generated doc images 2023-08-04 15:33:03 +02:00
imageplot_cimg added more auto-generated screenshots 2022-08-26 22:32:48 +02:00
imageplot_modifier updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
imageplot_nodatastore updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
imageplot_opencv added more auto-generated screenshots 2022-08-26 22:32:48 +02:00
imageplot_userpal updated auto-generated doc images 2023-08-04 15:33:03 +02:00
impulsesplot NEW: barcharts and impulse graphs may now draw their baseline as stylable line (default: off) 2022-10-31 20:34:01 +01:00
jkqtfastplotter_test NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks 2023-07-22 14:26:02 +02:00
jkqtmathtext_simpletest removed some compiler warnings and fixed construction problems 2022-07-22 16:24:24 +02:00
jkqtmathtext_test NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks 2023-07-22 14:26:02 +02:00
jkqtplot_test BREAKING/DEPRECATED: deprecated JKQTBasePlotter::zoom() and JKQTPlotter::zoom(), use JKQTBasePlotter::setXY() and JKQTPlotter::setXY() instead 2023-12-22 20:31:25 +01:00
libexampletools FIX: JKQTPExampleApplication does no longer complain, if additional commmand line options are present (additionally to those declared in JKQTPExampleApplication) 2024-01-05 00:13:39 +01:00
logaxes updated auto-generated doc images 2023-08-04 15:33:03 +02:00
mandelbrot NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks 2023-07-22 14:26:02 +02:00
multiplot NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks 2023-07-22 14:26:02 +02:00
multithreaded updated multithreaded test measurement 2024-01-08 21:18:58 +01:00
parametriccurve updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
paramscatterplot NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
paramscatterplot_customsymbol JKQTPlotter: added examples for custom symbols 2022-09-07 21:38:29 +02:00
paramscatterplot_image updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
parsedfunctionplot updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
rgbimageplot updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
rgbimageplot_cimg added more auto-generated screenshots 2022-08-26 22:32:48 +02:00
rgbimageplot_opencv added more auto-generated screenshots 2022-08-26 22:32:48 +02:00
rgbimageplot_qt docfix 2022-10-30 21:52:30 +01:00
scatter fixed issue #73: Symbol thickness differs in actual plot and legend 2022-08-30 09:44:40 +02:00
scatter_customsymbol JKQTPlotter: added examples for custom symbols 2022-09-07 21:38:29 +02:00
second_axis Update README.md 2023-03-27 15:25:46 +02:00
simpletest updated documentation (better structure & more info) 2022-09-24 20:18:08 +02:00
speed NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks 2023-07-22 14:26:02 +02:00
stackedbars NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
stepplots updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
styledboxplot updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
styling NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
symbols_and_errors updated impulse plots & doc 2022-09-26 02:08:01 +02:00
symbols_and_styles NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
ui NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks 2023-07-22 14:26:02 +02:00
user_interaction NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks 2023-07-22 14:26:02 +02:00
violinplot renamed sub-library JKQTCommonMathAndStatistics to JKATMath. This results in shorter filenames 2023-03-15 14:59:34 +01:00
wiggleplots updated many documentation images to auto-generated ones 2022-08-28 22:48:14 +02:00
CMakeLists.txt NEW/REWORKED JKQTBasePlottercan be used is re-entrant, i.e. different instances can be used from different threads in parallel (although there is significant overhead due to shared caches between the threads!). 2024-01-05 00:12:48 +01:00