Commit Graph

349 Commits

Author SHA1 Message Date
Martin Pernollet 82319ab910 tester project 2018-02-24 22:15:36 +01:00
Martin Pernollet 15c28a492c repair 2018-02-24 22:14:17 +01:00
Martin Pernollet 16e796e371 adding tester module, change renderer2d interface 2018-02-24 19:07:11 +01:00
Martin Pernollet 0b657b05cd improve polygon methods 2018-02-10 19:53:51 +01:00
Martin Pernollet 4c068e7c02 enhance lines methods 2018-02-10 11:21:35 +01:00
Martin Pernollet 47d8558e82 remove static default update view 2018-01-01 17:02:36 +01:00
Martin Pernollet efddd0843c let drawable text have screen offset property 2017-12-30 00:56:33 +01:00
Martin Pernollet a8121d3bf0 coordinate uitlities 2017-12-25 18:50:28 +01:00
Martin Pernollet cc66e3b0ea allow configuring line strip stippling mode 2017-12-24 18:38:03 +01:00
Martin Pernollet 9cb81a43d7 add method 2017-12-17 15:14:22 +01:00
Martin Pernollet 9b5ff7e042 cleanly test coord2d equality 2017-12-17 09:27:34 +01:00
Martin Pernollet 0fe160ba26 Merge branch 'master' of https://github.com/jzy3d/jzy3d-api 2017-12-17 08:44:41 +01:00
Martin Pernollet 5da0d9dfed painters started, enhance coordinates 2017-12-17 00:45:05 +01:00
jzy3d 2c93f6f0bd
Merge pull request #88 from jacobfilik/squarifier
Squarifier interface, standard implementations and demp
2017-12-09 22:24:47 +01:00
Jacob Filik 9dc5119f3e Add some doc strings 2017-11-24 22:18:09 +00:00
Jacob Filik 685aabcc7d Add sensible squarifier implementations, just need to check consistent 2017-11-24 22:18:08 +00:00
Jacob Filik d2dc79cc57 Initial Squarifier commit 2017-11-24 22:18:08 +00:00
jzy3d bbe14e13af Merge pull request #86 from jacobfilik/waterfall_bug_fix
Fix waterfall draw in Windows10 by reversing add of fill and outline
2017-09-16 16:56:25 +02:00
Jacob Filik 4ba6bbc803 Fix draw in Windows10 by reversing add of fill and outline 2017-09-05 09:48:45 +01:00
Martin Pernollet 0775ab5fb2 initialize version 1.0.2 2017-08-27 02:13:19 +02:00
Martin Pernollet f8fcb681a9 release 1.0.1 in progress 2017-08-27 01:12:27 +02:00
Martin Pernollet 66a93c12a1 prepare release 2017-08-27 00:01:15 +02:00
Martin Pernollet a517ce9bc0 pre-release cleanup 2017-08-26 23:49:43 +02:00
Martin Pernollet c97f83256e Extend Surface helper 2017-08-14 08:22:15 +02:00
Martin Pernollet 1e933e7028 Fix axis label position with space transform. 2017-08-13 18:21:59 +02:00
Martin Pernollet 568e3727f9 Add missing Override annotations 2017-08-13 17:02:53 +02:00
Martin Pernollet 0e2a4b14fc Clean imports. 2017-08-13 15:02:39 +02:00
Martin Pernollet 992fa79a46 Ensure FeedbackBufferAxeBox still override the appropriate AxeBox
method.
2017-08-13 15:02:19 +02:00
Martin Pernollet 337472a936 Cleanup all logarithmic primitives since their capabilities are now
integrated in base primitives.
2017-08-12 18:10:07 +02:00
Martin Pernollet 00bf1a1f20 Clean Views, add @Override annotations. 2017-08-12 17:08:17 +02:00
Martin Pernollet 1fe6119e09 refactor view and axis 2017-08-11 19:42:11 +02:00
Martin Pernollet 4c4541165c refactor scatter GL instructions 2017-08-11 16:52:54 +02:00
Martin Pernollet c9e6bdad64 clean logarithmic. Better Coord3d tests 2017-08-09 22:11:35 +02:00
Martin Pernollet 5b5016515e Let FileDataset load coordinates by specifying column ID for X, Y and Z
dimension.
2017-08-09 14:42:24 +02:00
Martin Pernollet 82d23a2992 Added Coord3d.minmax to process min and max in one pass. 2017-08-09 13:57:16 +02:00
Martin Pernollet c17c358feb clean pom 2017-08-07 22:56:15 +02:00
Martin Pernollet 1fe8fb8f0b cleanup 2017-08-07 17:14:15 +02:00
Martin Pernollet 1b8dafb514 Coord3d has more static method to add, sub, mul, div on list of
coordinates. More convenient ImagePanel and ChartGroupWindow.
2017-08-05 17:38:42 +02:00
Martin Pernollet 1be45a5f63 clean setAnimated 2017-07-30 22:28:35 +02:00
Martin Pernollet a084ef8084 allow disabling animators 2017-07-30 16:06:15 +02:00
Martin Pernollet 38d78d44a1 animator and helper method on chart group 2017-07-30 15:18:41 +02:00
Martin Pernollet 9b942921f9 chart2d groups and window 2017-07-30 00:48:07 +02:00
Martin Pernollet 7eb12e8421 annotation with camera 2017-07-29 12:54:37 +02:00
jzy3d ecbe5ef53d Merge pull request #83 from mrpew/patch-1
bug in #getSerie - new series not added to the map
2017-07-14 17:19:48 +02:00
Marcelo Reyes 34b6a602f1 bug in #getSerie - new series not added to the map
#getSerie checks if a serie for the given name already exists, but does not add newly created series to the HashMap.
2017-07-10 12:39:38 +02:00
jzy3d f627d21157 Merge pull request #82 from gkolsen/master
Use module version
2017-06-30 09:36:18 +02:00
Geir Kyrre Olsen 735bdbc5e4 Use module version 2017-06-29 15:07:17 +02:00
Martin Pernollet 9cdb0ab89e using factory to initialize colorbar image generator 2017-06-25 20:58:24 +02:00
Martin Pernollet 89ef2db229 refactor 2017-06-24 17:15:40 +02:00
Martin Pernollet 4ab0b21a5c Refactors and cleanups 2017-06-23 19:50:03 +02:00