Commit Graph

  • 3b598f49e8 FIXED: missing #include FIXED: jkqtpstatSum() and jkqtpstatSumSqr() did not work, as a non-existing function is called internally jkriege2 2024-01-05 00:01:11 +0100
  • 591f0dfe64 FIXED: using QSharedPointer for automatic memory management jkriege2 2024-01-04 23:59:46 +0100
  • 194a3b0ab0 Fix custom labels draw #115 FalsinSoft 2024-01-04 21:36:54 +0100
  • 24bebf1490 fixed https://github.com/jkriege2/JKQtPlotter/issues/113: bug in CMake install()-commmand for jkqtplotter (some headers were missing) v4.0.1 #114 jkriege2 2024-01-03 21:15:49 +0100
  • dfe72aa073 Deploying to gh-pages from @ d4930d7729 🚀 jkriege2 2023-12-22 20:14:35 +0000
  • d4930d7729 IMPROVED: JKQTPGraphsModel generated High-DPI Icons, if necessary jkriege2 2023-12-22 21:09:41 +0100
  • db6e27199f Deploying to gh-pages from @ 4017852df4 🚀 jkriege2 2023-12-22 20:01:52 +0000
  • 4017852df4 improved documentation and method grouping in JKQTBasePlotter jkriege2 2023-12-22 20:58:43 +0100
  • 36947a4bca REWORKED JKQTBasePlotter::saveData() with a more consistent interface and a bool return value to indicate success or failure + improved documentation NEW: added two functions to JKQTPSaveDataAdapter jkriege2 2023-12-22 20:34:32 +0100
  • 8c01738359 add TODO jkriege2 2023-12-22 20:32:08 +0100
  • 0595fef048 BREAKING/DEPRECATED: deprecated JKQTBasePlotter::zoom() and JKQTPlotter::zoom(), use JKQTBasePlotter::setXY() and JKQTPlotter::setXY() instead NEW: improved documentation of class methods jkriege2 2023-12-22 20:21:01 +0100
  • 40388abe3b Deploying to gh-pages from @ ae157d928b 🚀 jkriege2 2023-12-22 11:59:32 +0000
  • ae157d928b FIXED fix implementation for issue #110 from commit 99ff39a3d6 The solution did not work with half-open absoluteRanges! jkriege2 2023-12-22 12:56:09 +0100
  • 0830c000d2 Deploying to gh-pages from @ 99ff39a3d6 🚀 jkriege2 2023-12-21 14:13:51 +0000
  • 99ff39a3d6 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) jkriege2 2023-12-21 15:10:20 +0100
  • c9567d7ab4 Deploying to gh-pages from @ 995ca92033 🚀 jkriege2 2023-12-21 11:27:29 +0000
  • 995ca92033 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) IMPROVED/REWORKED: The functions JKQTBasePlotter::saveImage(), JKQTBasePlotter::saveAsPixelImage(), JKQTBasePlotter::saveAsPDF(), JKQTBasePlotter::saveSVG(), ... gained a bool return value to indicate whether sacing was successful. IMPROVED/REWORKED: More <code>save...()</code> functions will appear in the API of JKQTPlotter, so you don't have to go via JKQTPlotter::getPlotter(). These are merely forwarding the call to the internel JKQTBasePlotter instance. jkriege2 2023-12-21 12:24:30 +0100
  • 22588d106b Deploying to gh-pages from @ abad0b01c3 🚀 jkriege2 2023-12-19 15:25:45 +0000
  • abad0b01c3 fixed even more compile errors jkriege2 2023-12-19 16:22:06 +0100
  • ba13528a52 Deploying to gh-pages from @ 2913a9af48 🚀 jkriege2 2023-12-19 14:26:41 +0000
  • 2913a9af48 improved documentation jkriege2 2023-12-19 15:23:44 +0100
  • a44304e508 Deploying to gh-pages from @ 83c980384c 🚀 jkriege2 2023-12-19 10:47:36 +0000
  • 83c980384c fix more compile errors (QList::emplaceback/emplace_back() did not exist in Qt 5.15 jkriege2 2023-12-19 11:43:36 +0100
  • 774e8a9a86 Deploying to gh-pages from @ 5dcd73222b 🚀 jkriege2 2023-12-19 10:43:05 +0000
  • 5dcd73222b fix typo jkriege2 2023-12-19 11:40:13 +0100
  • 774c9017ab Deploying to gh-pages from @ 0080f07bda 🚀 jkriege2 2023-12-19 10:21:27 +0000
  • 0080f07bda improve doc jkriege2 2023-12-19 11:18:28 +0100
  • 61ca14863f BUGFIX: JKQTPCoordinateAxis::tickUnitName was not shown in some cases, when using fractions jkriege2 2023-12-19 11:04:19 +0100
  • aa48051828 Deploying to gh-pages from @ f4ac9374d4 🚀 jkriege2 2023-12-19 09:42:21 +0000
  • f4ac9374d4 fixed compile errors (using QString instead of std::string, where appropriate) jkriege2 2023-12-19 10:38:58 +0100
  • 4553d70d22 Deploying to gh-pages from @ f2004a6f66 🚀 jkriege2 2023-12-18 21:28:57 +0000
  • f2004a6f66 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() IMPROVED/REWORKED: legend/key positioning as combination of 3 values, e.g. \c JKQTPKeyOutsideTop|JKQTPKeyTop|JKQTPKeyRight or \c JKQTPKeyInside|JKQTPKeyTopJKQTPKeyRight jkriege2 2023-12-18 22:24:59 +0100
  • 2ee2062ede Deploying to gh-pages from @ 9dbff5cee1 🚀 jkriege2 2023-11-21 11:54:34 +0000
  • 9dbff5cee1
    Merge pull request #108 from chengben1104/master Jan W. Krieger 2023-11-21 12:50:46 +0100
  • 96426e73fb Fix the issue of setDrawMode1 affecting tick drawing for modes 0 and mode2 #108 chengben 2023-11-21 10:52:08 +0800
  • 258125c9a1
    Merge 7c4c53feb2 into e3cfac3f1d #107 chengben1104 2023-11-21 02:27:08 +0000
  • 7c4c53feb2 modify the issue of not displaying minor tick marks #107 chengben 2023-11-21 10:25:39 +0800
  • 3e78b4dd7b modify the issue of not displaying minor tick marks #106 chengben 2023-11-21 09:44:41 +0800
  • e6a594a5e6 Deploying to gh-pages from @ e3cfac3f1d 🚀 jkriege2 2023-10-25 21:26:38 +0000
  • e3cfac3f1d
    Update FindCImg.cmake (#103) Alexander Neumann 2023-10-25 23:22:17 +0200
  • c502c2e517
    Merge branch 'jkriege2:master' into patch-2 #103 Alexander Neumann 2023-10-25 22:07:39 +0200
  • 6d7d948cef Deploying to gh-pages from @ afbc565762 🚀 jkriege2 2023-10-25 16:44:13 +0000
  • afbc565762 modify appveyor-build ... still does not work for CImag jkriege2 2023-10-25 18:39:28 +0200
  • 9cdafb6226
    Update FindCImg.cmake Alexander Neumann 2023-10-25 13:55:39 +0200
  • 67ae526b42 Deploying to gh-pages from @ 536a6e6d92 🚀 jkriege2 2023-10-25 11:49:08 +0000
  • 536a6e6d92 Merge branch 'master' of https://github.com/jkriege2/JKQtPlotter jkriege2 2023-10-25 13:43:48 +0200
  • 8b1c7c093d added whatsnew-messages for merged PRs jkriege2 2023-10-25 13:43:25 +0200
  • d3be88dded Deploying to gh-pages from @ a462164324 🚀 jkriege2 2023-10-25 11:42:45 +0000
  • a462164324
    Merge pull request #101 from fpalazzolo/feature/disable_resize_delay Jan W. Krieger 2023-10-25 13:38:39 +0200
  • 5cf7d4100c Deploying to gh-pages from @ 50c4ea06ed 🚀 jkriege2 2023-10-25 11:31:53 +0000
  • 50c4ea06ed
    Merge pull request #102 from Neumann-A/patch-1 Jan W. Krieger 2023-10-25 13:27:33 +0200
  • 2b8c2cb5c5 FIX: Appveyor didn't find CImg von Ubuntu jkriege2 2023-10-25 13:26:45 +0200
  • 24eed3f553
    Update FindCImg.cmake Alexander Neumann 2023-10-25 09:15:12 +0200
  • 5972eeee9d
    Fix C&P error #102 Alexander Neumann 2023-10-25 09:10:58 +0200
  • 58197d19c5 Add option to disable resize delay feature by setting the delay to zero. #101 Frank Palazzolo 2023-10-24 13:32:26 -0400
  • 2b83753f57 Deploying to gh-pages from @ a9bfcab4b9 🚀 jkriege2 2023-09-26 12:08:12 +0000
  • a9bfcab4b9 bugfix doxygen markup jkriege2 2023-09-26 14:03:34 +0200
  • eb0fe7753b Deploying to gh-pages from @ cf058ccf54 🚀 jkriege2 2023-09-26 08:50:31 +0000
  • cf058ccf54 docu layout fixed jkriege2 2023-09-26 10:46:15 +0200
  • 9fd500fc8f DEPRECATED JKQtFastPlotter & QMake-build jkriege2 2023-09-26 10:45:59 +0200
  • e73344a413 using doxygen 1.9.8 for autobuilt docs jkriege2 2023-09-26 09:21:58 +0200
  • deffa3a407 FIXED: reversed some palettes, so the names match the color order jkriege2 2023-09-26 08:28:40 +0200
  • 0654b1958d typo fix jkriege2 2023-09-25 23:06:37 +0200
  • 264593cc45 Deploying to gh-pages from @ 3d60d4f2ef 🚀 jkriege2 2023-09-25 21:02:40 +0000
  • 3d60d4f2ef NEW: even more color palettes jkriege2 2023-09-25 22:58:28 +0200
  • 3f60d40390 typo fixed jkriege2 2023-09-19 17:34:46 +0200
  • 3c82bf3f13 Deploying to gh-pages from @ 08cc844343 🚀 jkriege2 2023-09-19 12:43:37 +0000
  • 08cc844343 MODIFIED: simplified palette generation code + added several missing derived palettes + legacy names/renames jkriege2 2023-09-19 14:38:01 +0200
  • f0624c6328 Deploying to gh-pages from @ 134739c5a5 🚀 jkriege2 2023-08-24 20:16:00 +0000
  • 134739c5a5 FIXED: Height of one-column key/legend was too large jkriege2 2023-08-24 22:11:44 +0200
  • 5cc0b65d9a NEW: added JKQTPLabelMinBesides and JKQTPLabelMaxBesides to JKQTPLabelPosition, so labels can be set besides the axes jkriege2 2023-08-24 21:49:39 +0200
  • f8290deaca Deploying to gh-pages from @ cc242dfa1a 🚀 jkriege2 2023-08-23 15:50:06 +0000
  • cc242dfa1a added more auto-generated example images (here for JKQTPLabelPosition) + some improved images jkriege2 2023-08-23 17:45:59 +0200
  • 74bb1ba201 Deploying to gh-pages from @ 84270e49b0 🚀 jkriege2 2023-08-22 16:12:53 +0000
  • 84270e49b0 improvement to fix for #99: add even more space in some cases jkriege2 2023-08-22 18:02:00 +0200
  • acafd7d2cc Deploying to gh-pages from @ 53fa433387 🚀 jkriege2 2023-08-22 15:57:55 +0000
  • 53fa433387 updated auto-generated images jkriege2 2023-08-22 17:53:47 +0200
  • 2a0792ab28 Deploying to gh-pages from @ af29fa4ffa 🚀 jkriege2 2023-08-22 15:38:54 +0000
  • af29fa4ffa added example image for JKQTPCoordinateAxisStyle::tickLabelAngle jkriege2 2023-08-22 17:34:50 +0200
  • 22d8bdd674 partly fixed issue #99: for horizontal axes, additional space at the left and/or right of the plot is allowed so labels are no longer clipped (thanks to user:allenbarnett5 for reporting) jkriege2 2023-08-22 17:32:00 +0200
  • 82171e635a Deploying to gh-pages from @ 3bd49100fe 🚀 jkriege2 2023-08-16 13:41:05 +0000
  • 3bd49100fe doc-fix jkriege2 2023-08-16 15:35:44 +0200
  • bee6e02da2 Deploying to gh-pages from @ fa50c3c130 🚀 jkriege2 2023-08-16 12:08:26 +0000
  • fa50c3c130 NEW: added JKQTBasePlotterStyle::plotLabelTopBorder and made plot labels BOLD jkriege2 2023-08-16 14:04:04 +0200
  • 122371e743 NEW: Added JKQTMathText::setFontOptions(), which allows to make fonts initially e.g. bold, italic, ... and extended JKQTMathText::setFontSpecial() accordingly jkriege2 2023-08-16 13:49:16 +0200
  • 36afc04dd4 Deploying to gh-pages from @ a4b4e484bc 🚀 jkriege2 2023-08-15 17:16:37 +0000
  • a4b4e484bc went back to doxygen 1.9.6, because 1.9.7 has bugs with subpages from markdown jkriege2 2023-08-15 19:12:14 +0200
  • 11abcd1e77 fixed compile issues jkriege2 2023-08-15 19:08:19 +0200
  • 7d9865d447 Deploying to gh-pages from @ 49d79e610d 🚀 jkriege2 2023-08-15 13:30:38 +0000
  • 49d79e610d FIXED/NEW: placement of plot-title (was not centerd in its box, but glued to the bottom) by adding a plotstyle parameter JKQTBasePlotterStyle::plotLabelOffset jkriege2 2023-08-15 15:26:06 +0200
  • e66abc47ac update plot imaged for tutorials: datastore, datastorw_groupstat, datastore_regression, datastore_iterators, datastore_statistics jkriege2 2023-08-15 09:01:36 +0200
  • 1cf16249cf fixed JKQTPExampleApplication implementation jkriege2 2023-08-14 14:26:13 +0200
  • 4edaa3e1e2 BREAKING/FIXED: JKQTPXFunctionLineGraph and JKQTPYFunctionLineGraph do no longer contribute to auto-scaling, as that depends on the current plot-axes (hen-egg-problem). jkriege2 2023-08-14 13:51:18 +0200
  • fc969e2bae added JKQTPExampleApplication::addExportStepPlotFunctor() and JKQTPExampleApplication::addExportStepPlot() jkriege2 2023-08-14 13:50:21 +0200
  • c2d6df29ef updated Doxyfile to new doxygen-version jkriege2 2023-08-14 12:39:16 +0200
  • e386cb97a7 FIXED: fixed impleentations of JKQTPlotter::beginGraphs(), which actually returned the end-iterator (COPY-PASTE-ERROR!!!) jkriege2 2023-08-14 12:38:58 +0200
  • 474e511073 auto-create doc-iages from datastore example jkriege2 2023-08-14 12:37:22 +0200
  • ec429c9bb1 Deploying to gh-pages from @ b1954af38b 🚀 jkriege2 2023-08-04 13:38:01 +0000
  • b1954af38b updated auto-generated doc images jkriege2 2023-08-04 15:33:03 +0200
  • c0d8a1082d Deploying to gh-pages from @ d14ea9971f 🚀 jkriege2 2023-08-04 12:27:52 +0000