JKQtPlotter/lib/jkqtplotter
jkriege2 ae157d928b FIXED fix implementation for issue #110 from commit 99ff39a3d6
The solution did not work with half-open absoluteRanges!
2023-12-22 12:56:09 +01:00
..
graphs NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
gui NEW: Using Q_SIGNALS/Q_SLOTS instead of signals/slots MOC-keywords ... this allows for interoperability with other signals/slots frameworks 2023-07-22 14:26:02 +02:00
private split jkqtcommon into basic tools and jkqtcommon_statistics_and_math for advanced math tools not used by all libs 2022-07-23 15:31:56 +02:00
resources NEW: added JKQTBasePlotterStyle::plotLabelTopBorder and made plot labels BOLD 2023-08-16 14:04:04 +02:00
CMakeLists.txt NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
jkqtpbaseelements.cpp updated copyright notice 2022-07-19 13:40:43 +02:00
jkqtpbaseelements.h updated copyright notice 2022-07-19 13:40:43 +02:00
jkqtpbaseplotter.cpp FIXED/REWORKED issue https://github.com/jkriege2/JKQtPlotter/issues/111 : Can't write to PDF files with JKQTPlotter::saveImage() when passing a filename ending in ".pdf" (thanks to https://github.com/fpalazzolo for reporting) 2023-12-21 12:24:30 +01:00
jkqtpbaseplotter.h FIXED/REWORKED issue https://github.com/jkriege2/JKQtPlotter/issues/111 : Can't write to PDF files with JKQTPlotter::saveImage() when passing a filename ending in ".pdf" (thanks to https://github.com/fpalazzolo for reporting) 2023-12-21 12:24:30 +01:00
jkqtpbaseplotterstyle.cpp NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
jkqtpbaseplotterstyle.h NEW: added JKQTBasePlotterStyle::plotLabelTopBorder and made plot labels BOLD 2023-08-16 14:04:04 +02:00
jkqtpcoordinateaxes.cpp BUGFIX: JKQTPCoordinateAxis::tickUnitName was not shown in some cases, when using fractions 2023-12-19 11:04:19 +01:00
jkqtpcoordinateaxes.h improve doc 2023-12-19 11:18:28 +01:00
jkqtpcoordinateaxesstyle.cpp fixed compile issues 2023-07-01 23:33:57 +02:00
jkqtpcoordinateaxesstyle.h added example image for JKQTPCoordinateAxisStyle::tickLabelAngle 2023-08-22 17:34:50 +02:00
jkqtpdatastorage.cpp fixed several (pedantic) compiler warnings 2022-07-23 16:05:13 +02:00
jkqtpdatastorage.h fixed compile issues 2023-08-15 19:08:19 +02:00
jkqtpgraphsbase.cpp NEW: secondary axes: added functionality to manage additional secondary axes in a JKQTPBasePlotter and to select which x-/y-Axis to use for drawing a JKQTPPlotElement, see also issue #87 2023-03-23 13:55:18 +01:00
jkqtpgraphsbase.h NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
jkqtpgraphsbaseerrors.cpp NEW: secondary axes: added functionality to manage additional secondary axes in a JKQTPBasePlotter and to select which x-/y-Axis to use for drawing a JKQTPPlotElement, see also issue #87 2023-03-23 13:55:18 +01:00
jkqtpgraphsbaseerrors.h updated copyright notice 2022-07-19 13:40:43 +02:00
jkqtpgraphsbasestyle.cpp CHANGED: updated default palette_MatlabLegacy_step.png 2023-07-30 22:30:09 +02:00
jkqtpgraphsbasestyle.h NEW: you can use any (preferably stepped/categorial) JKQTPMathImageColorPalette as default graph colors list in a style.ini file, by setting <tt>auto_styles/use_color_from_palette=PALETTE_NAME</tt> 2023-07-25 22:20:00 +02:00
jkqtpgraphsbasestylingmixins.cpp added several setter variants for colors that have the alpha transparency value as separate parameter 2022-09-25 15:23:52 +02:00
jkqtpgraphsbasestylingmixins.h NEW: barcharts and impulse graphs may now draw their baseline as stylable line (default: off) 2022-10-31 20:34:01 +01:00
jkqtpimagetools.cpp NEW: added JKQTPLabelMinBesides and JKQTPLabelMaxBesides to JKQTPLabelPosition, so labels can be set besides the axes 2023-08-24 21:49:39 +02:00
jkqtpimagetools.h updated copyright notice 2022-07-19 13:40:43 +02:00
jkqtpinterfacecimg.h diverse code improvements, increased copyright year to 2020 2020-08-26 12:58:23 +02:00
jkqtpinterfaceopencv.h diverse code improvements, increased copyright year to 2020 2020-08-26 12:58:23 +02:00
jkqtpkey.cpp fixed even more compile errors 2023-12-19 16:22:06 +01:00
jkqtpkey.h improved documentation 2023-12-19 15:23:44 +01:00
jkqtpkeystyle.cpp NEW/BREAKING: rework layouting of keys/legends: new classes JKQTPBaseKey, JKQTPMainKey ... and removed several styling function for the main key from JKQTBasePlotter and JKQTPlotter (these are now accessible via JKQTBasePlotter::getMainKey() 2023-12-18 22:24:59 +01:00
jkqtpkeystyle.h improved documentation 2023-12-19 15:23:44 +01:00
jkqtplotter_configmacros.h fixed several doxygen errors 2022-07-24 14:50:28 +02:00
jkqtplotter_imexport.h fixed several doxygen errors 2022-07-24 14:50:28 +02:00
jkqtplotter.cpp FIXED fix implementation for issue #110 from commit 99ff39a3d6 2023-12-22 12:56:09 +01:00
jkqtplotter.h FIXED issue mentioned in https://github.com/jkriege2/JKQtPlotter/pull/110: Lock the panning action to certain values: View zooms in, when panning close to AbosluteXY</a> (thanks to https://github.com/sim186 for reporting) 2023-12-21 15:10:20 +01:00
jkqtplotterstyle.cpp IMPROVED/REWORKED: zomm/pan by mouse-wheel: now there are modes that support zoomin AND panning by trakpad and mouse-wheel simultaneously! 2023-06-16 13:41:47 +02:00
jkqtplotterstyle.h updated documentation (better structure & more info) 2022-09-24 20:18:08 +02:00
jkqtptools.cpp fixed compile errors (using QString instead of std::string, where appropriate) 2023-12-19 10:38:58 +01:00
jkqtptools.h improved documentation 2023-12-19 15:23:44 +01:00
LibTarget.cmake.in renamed sub-library JKQTCommonMathAndStatistics to JKATMath. This results in shorter filenames 2023-03-15 14:59:34 +01:00