2019-01-19 16:40:52 +08:00
/*!
2019-01-20 23:15:10 +08:00
\mainpage JKQTPlotter - A Qt Plotting Library
2019-01-19 16:40:52 +08:00
2019-05-12 00:28:22 +08:00
- This is an extensive library of function/data plotter classes for Qt (>= 4.7, tested with Qt up to 5.11).
- This software is licensed under the term of the GNU Lesser General Public License 2.1
2019-01-19 16:40:52 +08:00
(LGPL 2.1) or above. See \ref licensesec for details.
2019-05-12 00:28:22 +08:00
- <a href="http://jkriege2.github.io/JKQtPlotter/index.html">Online-Documentation (http://jkriege2.github.io/JKQtPlotter/index.html)</a>
- <a href="https://github.com/jkriege2/JKQtPlotter">Source Code Repository</a>
- <a href="https://github.com/jkriege2/JKQtPlotter/releases">Tagged Releases</a>
2019-02-08 00:24:46 +08:00
2019-01-19 16:40:52 +08:00
\image html examplesbanner.png
\section jkqtp_main_features Main Features
2019-02-03 21:04:48 +08:00
- <b>Extensive Scientific 2D Plotting framework (JKQTPlotter / JKQTBasePlotter)</b>
2019-01-19 16:40:52 +08:00
- high-quality plotting
- no other dependencies than Qt >=4.7 (compatible with Qt 5.xx)
- highly customizable axes/grids (linear/log, date/time, custom ticks ...)
2019-01-20 17:49:29 +08:00
- integrated LaTeX parser/renderer JKQTMathText for axis labels, ticks, notes ...
2019-02-03 21:04:48 +08:00
- \ref JKQTPLOTTER_USERINTERACTION "extensive user-interactions pre-programmed (several zooming modes, selecting regions, custom context menus, switch graph visibility, ...)"
- \ref jkqtbaseplotter_dataexport_print "full print and export (PDF,PNG,...) support with preview and parametrization out-the-box "
2019-02-08 00:24:46 +08:00
- \ref jkqtpplotter_styling "highly customizable look and feel (styling system)"
2019-02-03 21:04:48 +08:00
- \ref JKQTBASEPLOTTER_SYNCMULTIPLOT "supports the Qt layout system for graphs and allows to symchronize several graphs with each other "
- <b>\ref jkqtpdatastorage "centralized data management in an internal datastore)":</b>
- data organized by columns, can also represent image data (row-major)
2019-01-19 16:40:52 +08:00
- allows to reuse a column in several graphs
2019-02-03 21:04:48 +08:00
- \ref JKQTPDatastoreModel "access via Qt's model view framework"
2019-01-19 16:40:52 +08:00
- external or internal datasets
- complete with GUI (table view)
- built-in export capabilities for datatables (e.g. to CSV, SYLK, ...)
2019-02-03 21:04:48 +08:00
- <b>\ref jkqtplotter_elements "large variety of graphs that can be added to a plot", e.g.:</b>
- \ref jkqtplotter_linesymbolgraphs_simple "scatter-plots" (also \ref jkqtplotter_linesymbolgraphs_param "parametrized color/size/symbol by a third data-column")
- \ref jkqtplotter_linesymbolgraphs "line graphs, step graphs", \ref jkqtplotter_barssticks "impulses"
- \ref jkqtplotter_filledgraphs "filled curves"
- \ref jkqtplotter_barssticks "barcharts (also stacked)"
2019-01-19 16:40:52 +08:00
- extensive support for different styles of error indicators
2019-02-03 21:04:48 +08:00
- \ref jkmp "integrated mathematical function parser for function plots (with intelligent rendering algorithm)"
- \ref jkqtplotter_functiongraphs "line/scatter graphs can also be based on C/C++ functions instead of data series (C++11 support!)"
- \ref jkqtplotter_statgraphs "statistical plots (e.g. boxplots)"
- \ref jkqtplotter_imagelots_elements "extensive library of image plots" (inclusing different color-scale modes, RGBA-plots, overlays/masks)
- \ref jkqtplotter_imagelots_contour "contour plots"
- \ref jkqtplotter_geoplots "geometric forms/annotations"
2019-01-20 17:49:29 +08:00
- can be easily extended by deriving a new graph from JKQTPPlotElement or JKQTPPlotObject
2019-02-03 21:04:48 +08:00
- <b>\ref jkqtpopencvinterface "optional: OpenCV interface"</b>
- <b>integrated LaTeX parser/renderer JKQTMathText :</b>
2019-01-19 16:40:52 +08:00
- pure C++
- no dependencies in particular no installed LaTeX required
2019-01-20 23:15:10 +08:00
- can be used independently of JKQTPlotter
2019-02-03 21:04:48 +08:00
- for more details, see: \ref jkqtmathtext
- <b>an additional, simplified but speed-optimized plotter widget JKQTFastPlotter :</b>
2019-01-20 23:15:10 +08:00
- is optimized for fast plotting, but is not as feature-rich as JKQTPlotter
- may be used independently of JKQTPlotter
2019-02-03 21:04:48 +08:00
- for more details, see: \ref jkqtfastplotter
- \ref exampleTutorialProjects "extensive set of Examples and Tutorials"
2019-02-03 22:54:41 +08:00
- extensive doxygen-generated <a href="http://jkriege2.github.io/JKQtPlotter/index.html">Online-Documentation (http://jkriege2.github.io/JKQtPlotter/index.html)</a>
- source code hosted&developed on GitHub <a href="https://github.com/jkriege2/JKQtPlotter">https://github.com/jkriege2/JKQtPlotter</a> (including continuous integration builds: <a href="https://ci.appveyor.com/project/jkriege2/jkqtplotter/branch/master">https://ci.appveyor.com/project/jkriege2/jkqtplotter/branch/master</a>)
2019-01-19 16:40:52 +08:00
2019-02-09 22:25:16 +08:00
\section jkqtplottertic Table Of Contents
- Documentation of Major Classes:
- JKQTPlotter / JKQTBasePlotter - Extensive Scientific 2D Plotting framework
- JKQTMathText - LaTeX parser and math renderer
- JKQTFastPlotter - additional, simplified but speed-optimized plotter widget with limited capabilities
- \ref licensepage
- \ref BUILDINSTRUCTIONS
- \ref WHATSNEW
- \ref exampleTutorialProjects
2019-01-19 16:40:52 +08:00
\image html screenshotsbanner.png
*/