jkriege2
aebd4ec06d
improved code-comments for doxygen, added several doc-images
2019-01-12 16:01:55 +01:00
jkriege2
992c76f64f
improved readme-structure
2019-01-12 14:02:12 +01:00
jkriege2
1e0b37853c
some code refactoring (removed all remaining macro-defined getter/setter-functions and properties ...)
2019-01-09 21:23:24 +01:00
jkriege2
8ae0e20892
some code refactoring (removed some macro-defined getter-functions and properties ...)
2019-01-08 21:00:25 +01:00
jkriege2
5b910fc9b3
added example for geometric objects
2019-01-07 21:00:56 +01:00
Razi Alavizadeh
d310801b1c
Move similar preferences to common.pri
2018-12-31 13:17:49 +03:30
Jan W. Krieger
5beed78563
reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples)
2018-12-28 17:46:47 +01:00
Jan W. Krieger
9d43cd67cf
several improvements in build infrastructure + some tidying the code (made classes on data storeage non-virtual) + moved OpenCV interface to a separate header-only file
2018-12-28 15:17:40 +01:00
Jan W. Krieger
d795842477
more build bugfixes
2018-12-28 13:54:17 +01:00
Jan W. Krieger
0abc131943
clean up code, use override specifiers, prepare for plotObjects with different coordinate systems (e.g. relative ...)
2018-12-27 22:52:00 +01:00
Jan W. Krieger
877abaf2b8
add example for pointilistic image plot, using a scatter plot
2018-12-24 21:39:37 +01:00
Jan W. Krieger
d70c6cf377
tidied up code of parsed function graphs, added f(y) parsed function class (JKQTPyParsedFunctionLineGraph), improved examples
2018-12-24 15:07:14 +01:00
Jan W. Krieger
94acc1b7d5
JKQTPxFunctionLineGraph and JKQTPyFunctionLineGraph now allow for simplified functions without parameters + improved handling of special functions, improved example for parsed functions (with possibility to display sample points
2018-12-24 12:29:33 +01:00
Jan W. Krieger
4ac14ed871
improved parsed/evaluated function classes (made C++11-ready) and added examples for them
2018-12-23 20:27:24 +01:00
Razi Alavizadeh
5e9dd436aa
MSVC: Fix compile issues of JKQtFastPlotter
2018-12-20 03:22:41 +03:30
Razi Alavizadeh
8896eed69c
MSVC: Fix ambiguous call to JKQtBasePlotter::JKQtBasePlotter(void)
2018-12-19 05:02:38 +03:30
Razi Alavizadeh
6f1f1c9ddf
MSVC: Fix compile issue when exporting function from DLL
2018-12-19 04:55:34 +03:30
jkriege2
1737c83d42
restructured files in this lib further (splt into more files, made filenames more logical, ...)
2018-12-18 17:13:18 +01:00
jkriege2
e9ba3c0bd8
bugfix: linewidthColumn was not initialized (to -1)
2018-12-16 15:25:37 +01:00
jkriege2
4099cfcd7e
fixed some compiler warnings
...
added possibility to modify line width in JKQTPxyParametrizedScatterGraph
improved key symbols of JKQTPxyParametrizedScatterGraph
2018-12-16 14:59:39 +01:00
jkriege2
48c376fe1b
bugfix: symbol in key is drawn with anti-aliasing
2018-12-16 14:58:30 +01:00
jkriege2
c935df7923
fixed compile error with MINGW
2018-12-13 22:42:58 +01:00
Jan W. Krieger
21489d55f2
added copyright addendum
2018-12-13 22:33:42 +01:00
Jan W. Krieger
534f1599d5
Merge pull request #5 from srazi/unknown-symbols-instructions
...
Add unknown symbols and instructions to error list
2018-12-13 22:32:46 +01:00
jkriege2
66c469dc61
improvements to linking plots (synchronization can be done by JKQtBasePlotter::synchronizeToMaster()
2018-12-13 22:29:30 +01:00
jkriege2
8ced68f619
added a method that copies dtaa from a std::map/QMap into the datastore
2018-12-13 22:28:13 +01:00
Razi Alavizadeh
4578b66de8
Add unknown symbols and instructions to error_list
2018-12-13 01:15:38 +03:30
Razi Alavizadeh
ed8c136185
MTinstruction1Node: Move repeated code to a function
2018-12-13 01:15:38 +03:30
jkriege2
9debaae7fe
renamed impulse plot classes, so the names actually make sense
...
added example for impulse plots
2018-12-11 23:00:43 +01:00
jkriege2
5e0471d0eb
bugfix in JKQTPfilledCurveYGraph and example for JKQTPfilledCurveYGraph
2018-12-11 00:05:21 +01:00
jkriege2
49bac25809
improved data-access via JKQTPcolumn
...
added example for filled curves and data-access via JKQTPcolumn
2018-12-10 23:57:20 +01:00
Razi Alavizadeh
3ae8281804
MSVC: Fix ambiguous call to overloaded function fpclassify()
...
Its called by std::isnan(), std::isinf() and std::isfinite() that are
used in the following methods:
JKQTPimagePlot_getImageMin<T>()
JKQTPimagePlot_array2RGBimage<T>()
JKQTPimagePlot_array2image<T>()
2018-12-08 15:58:26 +03:30
Razi Alavizadeh
1b99daf7e0
Fix warning variable is initialized but not referenced
2018-12-08 15:58:25 +03:30
Razi Alavizadeh
12482b862a
Fix warning unreferenced formal parameter
2018-12-08 15:58:25 +03:30
Razi Alavizadeh
fac3bd744d
MSVC: Fix warning C4138: '*/' found outside of comment
2018-12-08 15:58:25 +03:30
Razi Alavizadeh
4ae796d98f
Fix expression did not evaluate to a constant
2018-12-08 15:58:24 +03:30
Razi Alavizadeh
559c5be2fe
MSVC: Define _CRT_NO_VA_START_VALIDATION
...
Defined to fix error: C2338: va_start argument must not have
reference type and must not be parenthesized
2018-12-08 15:58:24 +03:30
Razi Alavizadeh
656e066d25
MSVC: Define _USE_MATH_DEFINES to enable M_PI, M_E,...
2018-12-08 15:58:24 +03:30
Razi Alavizadeh
d160668bc6
MSVC: dirent.h is not available
...
Maybe we have to use an alternative Windows implementation
2018-12-08 15:58:23 +03:30
Razi Alavizadeh
76df3202a9
MSVC: Use io.h instead of unistd.h
2018-12-08 15:58:23 +03:30
Razi Alavizadeh
e5541392d5
MSVC: Use correct compiler option
2018-12-08 15:58:23 +03:30
jkriege2
367c1455a0
bugfixes/improvements to Latex renderer
2018-12-07 22:42:54 +01:00
jkriege2
c1b7164b64
added newer version of XITS fonts ( ed3d76219e
)
2018-12-06 21:49:28 +01:00
jkriege2
08d51390b3
improved step plots (JKQTPstepHorizontalGraph, JKQTPstepVerticalGraph) with 3 step-modes (left/center/right), instead of only two (right/center)
...
added example for step plots
2018-12-06 21:41:35 +01:00
jkriege2
a02d7ea3d2
fixed a rendering issue with some named symbols inside a math environment (reported in https://github.com/jkriege2/JKQtPlotter/issues/3 )
2018-12-06 18:41:06 +01:00
jkriege2
6b2ea6dc97
improvements to JKQTPImage, which may now also own an image and can receive a copy to this internally owned object from an external instance
...
added example that shows how to plot a QImage
2018-12-06 18:19:02 +01:00
jkriege2
9e172915a6
fixed one compiler warning
2018-12-05 23:17:38 +01:00
jkriege2
1cec52a373
improved compileability with MSVC (it had errors with deeply nested if-else-if-else-i-...)
2018-12-05 22:59:24 +01:00
jkriege2
dc36c6c90a
improved log-axis-example
2018-12-03 23:09:12 +01:00
jkriege2
4680106734
some bug-fixes (ressources from library were not loaded, compile order in projects was wrong)
2018-12-02 18:30:12 +01:00