jkriege2
8558896f9b
split jkqtcommon into basic tools and jkqtcommon_statistics_and_math for advanced math tools not used by all libs
2022-07-23 15:31:56 +02:00
jkriege2
671e25b33b
removed some compiler warnings and fixed construction problems
2022-07-22 16:24:24 +02:00
jkriege2
fc7622e901
several minor bugfixes to QMake build system
2020-10-19 16:05:18 +02:00
jkriege2
22578725b7
added Mandelbrot Set Explorer and an Example
2020-09-11 23:22:04 +02:00
jkriege2
c57c672f78
new: a new graph class JKQTPXYFunctionLineGraph draws parametric 2D curves (f(t) -> [x,y])
2020-09-04 23:47:03 +02:00
jkriege2
e97c0a13fe
added simple geometric example, which produces the images fro teh documentation
2020-09-03 23:09:15 +02:00
jkriege2
77d799a742
- removed many compiler warnings
...
- enabled compiler-warnings in CMake-build
- several bugfixes (also to appveyor.yml)
- removed some function from JKQTBasePlotter, which were (messy) shortcuts to adding graphs
2019-06-21 21:48:14 +02:00
jkriege2
fb5b497356
- several bugfixes (doc etz.)
...
- decoration of library names in CMake-builds
- renamed advancedlineandfillstyling to advplotstyling to solve problems with too long filenames
2019-06-21 13:44:49 +02:00
jkriege2
7311948d53
using CMake now to build examples
...
restructuring/massive renaming to make this possible
2019-06-20 22:24:47 +02:00
jkriege2
f5abce1e6d
added violin plots and an example demonstrating their usage/generation from random data
2019-06-16 19:19:52 +02:00
jkriege2
2b5a30a668
statistics library: added functions for grouped statistics and adaptors for them
...
added example for grouped statistics
some improvements to documentation
2019-06-13 10:29:12 +02:00
jkriege2
8abb2492fa
statistics library: added functions for 2D histograms and 2D kernel density estimates
...
statistics library: added adaptor functions for 2D histograms and 2D kernel density estimates
added examples for the two above
2019-06-11 18:06:03 +02:00
jkriege2
2d0b1e7935
added regression, IRLS robust regression, weighted regression and polynomial fitting/evaluation to statistics library
...
added example for regression, IRLS robust regression, weighted regression and polynomial fitting
2019-06-01 18:15:04 +02:00
jkriege2
6fe42748ed
improvements to iterator interface (full random access iterators, erase-remove-idion)
...
added specific example for the iterator interface
2019-05-31 14:51:01 +02:00
jkriege2
356cc34349
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
...
new: iterator interface and improved documentation for JKQTPDatastore
reorganization of library (better separation of common code in jkqtpcommon and other code e.g. in jkqtplotter or jkqtmathtext)
2019-05-29 22:40:02 +02:00
jkriege2
5a4a778faf
improved contour plots + added example for contour plots
...
split contour plot into two variant, one for C-array-data and one for image column data
improved doxygen annotation
2019-05-19 15:22:56 +02:00
jkriege2
56e54baee9
new: rework/extension of the JKQTPDatastore interface (WIP)
...
new: Example simpletest_datastore, which demonstrates the extended interface of JKQTPDatastore
2019-05-16 21:28:15 +02:00
jkriege2
86ba47db9a
some bugfixes in build scripts/QMake projects
2019-05-11 16:09:44 +02:00
jkriege2
20352285ca
new: improved styling options of boxplots (options to style many more elements of the plot), moved JKQTPGraphBoxplotStyleMixin to its own file
...
new: notched boxplots
new: example for styling boxplots
2019-05-11 15:56:11 +02:00
jkriege2
1064050b65
added example for advanced filling and line options
2019-04-23 23:50:06 +02:00
jkriege2
3050debd16
- RGB-image plots now work properly with inverted axes (image is inverted, befor image was not shown at all)
...
- added example for simple RGB math image plot with RGB/CMY-color mapping
- fixed some of the OpenCV examples (improved QMake-project files)
2019-02-09 22:17:01 +01:00
jkriege2
d886757a1c
moved build-projects for libs into their own subdirectories (works better with QMake, when building different libs) + necessary docu updates
2019-02-09 15:25:16 +01:00
jkriege2
69ad2a0182
- added styling system for JKQTPlotter (+example app)
...
- improved documentation
- changed: using static const variables instead of \c #define for fixed default values (e.g. JKQTPImageTools::LUTSIZE, JKQTPImageTools::PALETTE_ICON_WIDTH, JKQTPlotterDrawinTools::ABS_MIN_LINEWIDTH, JKQTMathText::ABS_MIN_LINEWIDTH ...)
- new: added debugging option, which surrounds different regions with visible rectangles (JKQTBasePlotter::enableDebugShowRegionBoxes() )
- fixed: colorbars at top were positioned over the plot label
- new: frames (plot viewport, key/legend ...) may be rounded off at the corners
- new: diverse new styling options (default font name/size ...)
- speed improvements to JKQTMathText::useSTIX()
2019-02-09 12:43:12 +01:00
jkriege2
d35aa31584
improved documentation
...
started to add example for user-interactions in JKQTPlotter
2019-01-24 22:49:10 +01:00
Jan W. Krieger
605635c911
Update JKQtPlotterBuildAllExamples.pro
2019-01-21 09:29:35 +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
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
5beed78563
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
2018-12-28 17:46:47 +01:00
Jan W. Krieger
9d43cd67cf
several improvements in build infrastructure + some tidying the code (made classes on data storeage non-virtual) + moved OpenCV interface to a separate header-only file
2018-12-28 15:17:40 +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
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
49bac25809
improved data-access via JKQTPcolumn
...
added example for filled curves and data-access via JKQTPcolumn
2018-12-10 23:57:20 +01:00
Razi Alavizadeh
0023c05f51
Fix build after recent commit, also simplify project file
2018-12-08 02:47:32 +03:30
jkriege2
49e5c616bc
some renames for shorter directory/filenames
...
some improvements to README.md
2018-12-07 22:54:59 +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
6520e598a9
added speed-test
2018-12-02 18:30:29 +01:00
jkriege2
ca4065dae9
some reorganizations + QMake-build-projects with library
2018-12-02 14:08:43 +01:00