2019-06-21 04:24:47 +08:00
|
|
|
cmake_minimum_required(VERSION 3.0)
|
|
|
|
|
|
|
|
message( STATUS )
|
|
|
|
message( STATUS "............................................................................." )
|
|
|
|
message( STATUS ".. BUILDING EXAMPLES" )
|
|
|
|
message( STATUS "............................................................................." )
|
|
|
|
|
|
|
|
add_subdirectory(jkqtfastplotter_test)
|
|
|
|
|
|
|
|
add_subdirectory(jkqtmathtext_simpletest)
|
|
|
|
add_subdirectory(jkqtmathtext_test)
|
|
|
|
|
2019-06-21 21:46:53 +08:00
|
|
|
add_subdirectory(jkqtplot_test)
|
2019-06-21 04:24:47 +08:00
|
|
|
|
2019-06-21 19:44:49 +08:00
|
|
|
add_subdirectory(advplotstyling)
|
2019-06-21 04:24:47 +08:00
|
|
|
add_subdirectory(barchart)
|
|
|
|
add_subdirectory(boxplot)
|
|
|
|
add_subdirectory(contourplot)
|
|
|
|
add_subdirectory(datastore)
|
|
|
|
add_subdirectory(datastore_groupedstat)
|
|
|
|
add_subdirectory(datastore_iterators)
|
|
|
|
add_subdirectory(datastore_regression)
|
|
|
|
add_subdirectory(datastore_statistics)
|
|
|
|
add_subdirectory(datastore_statistics_2d)
|
|
|
|
add_subdirectory(dateaxes)
|
|
|
|
add_subdirectory(distributionplot)
|
|
|
|
add_subdirectory(errorbarstyles)
|
|
|
|
add_subdirectory(filledgraphs)
|
|
|
|
add_subdirectory(functionplot)
|
|
|
|
add_subdirectory(geometric)
|
|
|
|
add_subdirectory(imageplot)
|
* reworked color-palette-system:
1. added several new (JKQTPMathImageBone, JKQTPMathImageCool, JKQTPMathImageCopper, JKQTPMathImageAutumn, JKQTPMathImageSeismic, JKQTPMathImageTerrain, JKQTPMathImageViridis, JKQTPMathImageMagma, JKQTPMathImageInferno, JKQTPMathImagePlasma)
2. reworked LUT-types (now a QVector, instead of a C-array, suing malloc)
3. reworked available functions to build LUTs (cleanup, more options, clearer names)
4. added functions to load palettes from files
5. Improved documentation
* added example for user-controlled color palettes
2019-07-28 20:59:09 +08:00
|
|
|
add_subdirectory(imageplot_userpal)
|
2019-06-21 04:24:47 +08:00
|
|
|
add_subdirectory(imageplot_modifier)
|
|
|
|
add_subdirectory(imageplot_nodatastore)
|
|
|
|
add_subdirectory(imageplot_opencv)
|
2019-11-16 20:50:43 +08:00
|
|
|
add_subdirectory(imageplot_cimg)
|
2019-06-21 04:24:47 +08:00
|
|
|
add_subdirectory(impulsesplot)
|
|
|
|
add_subdirectory(logaxes)
|
|
|
|
add_subdirectory(multiplot)
|
|
|
|
add_subdirectory(parametriccurve)
|
|
|
|
add_subdirectory(paramscatterplot)
|
|
|
|
add_subdirectory(paramscatterplot_image)
|
|
|
|
add_subdirectory(parsedfunctionplot)
|
|
|
|
add_subdirectory(rgbimageplot)
|
|
|
|
add_subdirectory(rgbimageplot_opencv)
|
2019-11-16 20:50:43 +08:00
|
|
|
add_subdirectory(rgbimageplot_cimg)
|
2019-06-21 04:24:47 +08:00
|
|
|
add_subdirectory(rgbimageplot_qt)
|
|
|
|
add_subdirectory(simpletest)
|
|
|
|
add_subdirectory(speed)
|
|
|
|
add_subdirectory(stackedbars)
|
|
|
|
add_subdirectory(stepplots)
|
|
|
|
add_subdirectory(styledboxplot)
|
|
|
|
add_subdirectory(styling)
|
|
|
|
add_subdirectory(symbols_and_errors)
|
|
|
|
add_subdirectory(symbols_and_styles)
|
|
|
|
add_subdirectory(ui)
|
|
|
|
add_subdirectory(user_interaction)
|
|
|
|
add_subdirectory(violinplot)
|
|
|
|
|
|
|
|
|