JKQtPlotter/screenshots/README.md
2019-01-12 14:02:12 +01:00

49 lines
1.7 KiB
Markdown

[Back to JKQTPlotter main page](../README.md)
# JKQTPlotter
## Screenshots
### Scatter Plots and Boxplots
![Scatterplots](./screen_scatter.png)
### Different Types of Barcharts
![Barcharts](./screen_barcharts.png)
### Image Plots
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.
![Scatterplots](./screen_images_latex.png)
![Scatterplots](./jkqtplotter_simpletest_imageplot.png)
### Plotting a user-defined (parsed) function
Yes, a complete math expression parser is contained!
![Function Plot](./screen_functionplot.png)
### Axis-Label styles in LogLog-Plot
![LogLog Plot](./screen_loglog.png)
### Parametrized Scatter Plots and Data Viewer
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.
![LogLog Plot](./screen_parmetrizedplots_datatable.png)
### Barcharts
![JKQTPbarVerticalGraphStacked](../doc/images/JKQTPbarVerticalGraphStacked.png)
![JKQTPbarHorizontalGraphStacked](../doc/images/JKQTPbarHorizontalGraphStacked.png)
![jkqtplotter_simpletest_barchart](./jkqtplotter_simpletest_barchart.png)
### Screenshots of included LaTeX renderer
![LatexRender](./mscreen_schroedinger.png)
![LatexRender](./mscreen_rottaion.png)
![LatexRender](./mscreen_maxwell.png)
![LatexRender](./mscreen_cauchy.png)
![LatexRender](./mscreen_sd.png)
[Back to JKQTPlotter main page](../README.md)