mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +08:00
improved documentation
This commit is contained in:
parent
2d0b1e7935
commit
456fd644bf
@ -22,7 +22,7 @@ This software is licensed under the term of the [GNU Lesser General Public Licen
|
||||
- complete with GUI (table view)
|
||||
- export capabilities (e.g. to CSV, SYLK, ...)
|
||||
- C++ standard iterator interface
|
||||
- statistics library
|
||||
- statistics library (basic statistics, boxplots, histograms, kernel density estimates, regression analysis, polynomial fitting)
|
||||
- large variety of graphs that can be added to a plot, e.g.:
|
||||
- scatter-plots (also parametrized color/size/symbol by a third data-column)
|
||||
- line graphs, step graphs, impulses
|
||||
|
@ -28,6 +28,8 @@
|
||||
- external or internal datasets
|
||||
- complete with GUI (table view)
|
||||
- built-in export capabilities for datatables (e.g. to CSV, SYLK, ...)
|
||||
- C++ standard iterator interface
|
||||
- \ref jkqtptools_math_statistics (basic statistics, boxplots, histograms, kernel density estimates, regression analysis, polynomial fitting)
|
||||
- <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"
|
||||
|
Loading…
Reference in New Issue
Block a user