2019-01-20 23:15:10 +08:00
# JKQTPlotter: Screenshots
2019-01-13 01:53:16 +08:00
## Scatter Plots and Boxplots
2019-01-12 21:21:18 +08:00
2019-01-12 20:43:12 +08:00
![Scatterplots ](./screen_scatter.png )
2018-11-25 22:02:02 +08:00
2019-01-13 01:53:16 +08:00
## Different Types of Barcharts
2019-01-12 21:21:18 +08:00
2019-01-12 20:43:12 +08:00
![Barcharts ](./screen_barcharts.png )
2018-11-25 22:02:02 +08:00
2019-01-13 01:53:16 +08:00
## Image Plots
2018-11-25 22:02:02 +08:00
You can plot C-arrays as images in different color-coding styles. Diferent Overlays/masks are also available. Finally you can use LaTeX markup to format any axis/plot/tick/... label. there is an internal LaTeX parser in this package.
2018-11-26 04:09:31 +08:00
2019-01-12 20:43:12 +08:00
![Scatterplots ](./screen_images_latex.png )
2018-11-25 22:02:02 +08:00
2019-06-21 04:24:47 +08:00
![Scatterplots ](./imageplot.png )
2018-11-26 04:09:31 +08:00
2018-11-25 22:02:02 +08:00
2019-01-13 01:53:16 +08:00
## Plotting a user-defined (parsed) function
2018-11-25 22:02:02 +08:00
Yes, a complete math expression parser is contained!
2019-01-12 21:21:18 +08:00
2019-01-12 20:43:12 +08:00
![Function Plot ](./screen_functionplot.png )
2018-11-25 22:02:02 +08:00
2019-01-13 01:53:16 +08:00
## Axis-Label styles in LogLog-Plot
2019-01-12 21:21:18 +08:00
2019-01-12 20:43:12 +08:00
![LogLog Plot ](./screen_loglog.png )
2018-11-25 22:02:02 +08:00
2019-01-13 01:53:16 +08:00
## Parametrized Scatter Plots and Data Viewer
2018-11-25 22:02:02 +08:00
Scatter Plots can have symbols where the shape/color/size is parametrized by a data column. Also the plotter is built around an internal datastore, which you can access (readonly!!!) by a data-viewer that is accessible from the contextmenu in any plot.
2018-11-26 04:09:31 +08:00
2019-01-12 20:43:12 +08:00
![LogLog Plot ](./screen_parmetrizedplots_datatable.png )
2018-11-25 22:02:02 +08:00
2019-01-13 01:53:16 +08:00
## Barcharts
2018-11-26 04:09:31 +08:00
2019-01-20 17:49:29 +08:00
![JKQTPBarVerticalGraphStacked ](../doc/images/JKQTPBarVerticalGraphStacked.png )
![JKQTPBarHorizontalGraphStacked ](../doc/images/JKQTPBarHorizontalGraphStacked.png )
2019-06-21 04:24:47 +08:00
![barchart ](./barchart.png )
2018-11-25 22:02:02 +08:00
2019-01-13 01:53:16 +08:00
## Screenshots of included LaTeX renderer
2019-01-12 21:21:18 +08:00
2019-01-12 20:43:12 +08:00
![LatexRender ](./mscreen_schroedinger.png )
![LatexRender ](./mscreen_rottaion.png )
![LatexRender ](./mscreen_maxwell.png )
![LatexRender ](./mscreen_cauchy.png )
![LatexRender ](./mscreen_sd.png )
2018-11-25 22:02:02 +08:00
2019-01-13 01:53:16 +08:00
## QuickFit 3.0 Screenshots
2019-01-20 23:15:10 +08:00
The library JKQTPlotter was developed initially as a central part of the data evaluation software for biophysics [QuickFit 3.0 ](https://github.com/jkriege2/QuickFit3 ). The latter makes heavy use of `JKQTPlotter` , `JKQTMathText` and `JKQTFastPlotter` :
2019-01-12 21:21:18 +08:00
![QuickFit 3.0 Screenshot ](./QF3_screen_dcalc.png )
![QuickFit 3.0 Screenshot ](./QF3_screen_fccsfit.png )
![QuickFit 3.0 Screenshot ](./QF3_screen_fcsfit.png )
![QuickFit 3.0 Screenshot ](./QF3_screen_imfccsfit.png )
![QuickFit 3.0 Screenshot ](./QF3_screen_imfcs.png )
![QuickFit 3.0 Screenshot ](./QF3_screen_imfcs_paramcorrelation.png )
![QuickFit 3.0 Screenshot ](./QF3_screen_imfcsfit.png )
![QuickFit 3.0 Screenshot ](./QF3_screen_lightsheet.png )
![QuickFit 3.0 Screenshot ](./QF3_screen_maxent.png )
![QuickFit 3.0 Screenshot ](./QF3_screen_msd.png )
![QuickFit 3.0 Screenshot ](./QF3_screen_spectra.png )
![QuickFit 3.0 Screenshot ](./QF3_screen_tableplot.png )
![QuickFit 3.0 Screenshot ](./QF3_linux_screen_fcsfit.png )
2018-11-25 22:02:02 +08:00