diff --git a/README.md b/README.md index d1625f4205..6abcd2a0b7 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,7 @@ There are also some subpage of general intetest: There is a [large set of usage examples (with explanations for each) and tutorials](https://jkriege2.github.io/JKQtPlotter/example_tutorial_projects.html) in the folder [`./examples/`](./examples). All test-projects are Qt-projects that use tcmake to build. Some of them are also available with additional qmake build-files. -## [Screenshots](./screenshots/) -The [Screenshots-page](./screenshots/) contains several screenshots, partly taken from the provided examples, but also from other software using this libarary (e.g. [QuickFit 3.0](https://github.com/jkriege2/QuickFit3)) - -[![EXAMPLES-Page](./screenshots/screenshotsbanner.png)](./screenshots/README.md) +In addition: The [Screenshots-folder](./screenshots/) contains several screenshots, partly taken from the provided examples, but also from other software using this libarary (e.g. [QuickFit 3.0](https://github.com/jkriege2/QuickFit3)) ## Building Using CMake diff --git a/screenshots/README.md b/screenshots/README.md deleted file mode 100644 index 8d7f630bec..0000000000 --- a/screenshots/README.md +++ /dev/null @@ -1,65 +0,0 @@ -# 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](./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) -![barchart](./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) - - -## QuickFit 3.0 Screenshots -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`: - -![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) - - diff --git a/screenshots/examplesbanner.cpt b/screenshots/examplesbanner.cpt new file mode 100644 index 0000000000..be2428c0dc Binary files /dev/null and b/screenshots/examplesbanner.cpt differ diff --git a/screenshots/examplesbanner.png b/screenshots/examplesbanner.png index 58e7bb4f0d..ee4f83d3bb 100644 Binary files a/screenshots/examplesbanner.png and b/screenshots/examplesbanner.png differ diff --git a/screenshots/QF3_linux_screen_fcsfit.png b/screenshots/old_version_QF3Screenshots/QF3_linux_screen_fcsfit.png similarity index 100% rename from screenshots/QF3_linux_screen_fcsfit.png rename to screenshots/old_version_QF3Screenshots/QF3_linux_screen_fcsfit.png diff --git a/screenshots/QF3_screen_dcalc.png b/screenshots/old_version_QF3Screenshots/QF3_screen_dcalc.png similarity index 100% rename from screenshots/QF3_screen_dcalc.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_dcalc.png diff --git a/screenshots/QF3_screen_fccsfit.png b/screenshots/old_version_QF3Screenshots/QF3_screen_fccsfit.png similarity index 100% rename from screenshots/QF3_screen_fccsfit.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_fccsfit.png diff --git a/screenshots/QF3_screen_fcsfit.png b/screenshots/old_version_QF3Screenshots/QF3_screen_fcsfit.png similarity index 100% rename from screenshots/QF3_screen_fcsfit.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_fcsfit.png diff --git a/screenshots/QF3_screen_imfccsfit.png b/screenshots/old_version_QF3Screenshots/QF3_screen_imfccsfit.png similarity index 100% rename from screenshots/QF3_screen_imfccsfit.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_imfccsfit.png diff --git a/screenshots/QF3_screen_imfcs.png b/screenshots/old_version_QF3Screenshots/QF3_screen_imfcs.png similarity index 100% rename from screenshots/QF3_screen_imfcs.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_imfcs.png diff --git a/screenshots/QF3_screen_imfcs_paramcorrelation.png b/screenshots/old_version_QF3Screenshots/QF3_screen_imfcs_paramcorrelation.png similarity index 100% rename from screenshots/QF3_screen_imfcs_paramcorrelation.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_imfcs_paramcorrelation.png diff --git a/screenshots/QF3_screen_imfcsfit.png b/screenshots/old_version_QF3Screenshots/QF3_screen_imfcsfit.png similarity index 100% rename from screenshots/QF3_screen_imfcsfit.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_imfcsfit.png diff --git a/screenshots/QF3_screen_lightsheet.png b/screenshots/old_version_QF3Screenshots/QF3_screen_lightsheet.png similarity index 100% rename from screenshots/QF3_screen_lightsheet.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_lightsheet.png diff --git a/screenshots/QF3_screen_maxent.png b/screenshots/old_version_QF3Screenshots/QF3_screen_maxent.png similarity index 100% rename from screenshots/QF3_screen_maxent.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_maxent.png diff --git a/screenshots/QF3_screen_msd.png b/screenshots/old_version_QF3Screenshots/QF3_screen_msd.png similarity index 100% rename from screenshots/QF3_screen_msd.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_msd.png diff --git a/screenshots/QF3_screen_spectra.png b/screenshots/old_version_QF3Screenshots/QF3_screen_spectra.png similarity index 100% rename from screenshots/QF3_screen_spectra.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_spectra.png diff --git a/screenshots/QF3_screen_tableplot.png b/screenshots/old_version_QF3Screenshots/QF3_screen_tableplot.png similarity index 100% rename from screenshots/QF3_screen_tableplot.png rename to screenshots/old_version_QF3Screenshots/QF3_screen_tableplot.png diff --git a/screenshots/screen_barcharts.png b/screenshots/screen_barcharts.png deleted file mode 100644 index 4eb0a18acb..0000000000 Binary files a/screenshots/screen_barcharts.png and /dev/null differ diff --git a/screenshots/screen_functionplot.png b/screenshots/screen_functionplot.png deleted file mode 100644 index 057f43f728..0000000000 Binary files a/screenshots/screen_functionplot.png and /dev/null differ diff --git a/screenshots/screen_images_latex.png b/screenshots/screen_images_latex.png deleted file mode 100644 index d6865420e0..0000000000 Binary files a/screenshots/screen_images_latex.png and /dev/null differ diff --git a/screenshots/screen_loglog.png b/screenshots/screen_loglog.png deleted file mode 100644 index fc85c7f625..0000000000 Binary files a/screenshots/screen_loglog.png and /dev/null differ diff --git a/screenshots/screen_parmetrizedplots_datatable.png b/screenshots/screen_parmetrizedplots_datatable.png deleted file mode 100644 index d1ab4d5ae9..0000000000 Binary files a/screenshots/screen_parmetrizedplots_datatable.png and /dev/null differ diff --git a/screenshots/screen_scatter.png b/screenshots/screen_scatter.png deleted file mode 100644 index 99b37016f0..0000000000 Binary files a/screenshots/screen_scatter.png and /dev/null differ diff --git a/screenshots/screenshotsbanner.png b/screenshots/screenshotsbanner.png deleted file mode 100644 index 332444ee00..0000000000 Binary files a/screenshots/screenshotsbanner.png and /dev/null differ