That's actually one of my main motivations ;) In computer vision, it was really annoying going forth and back between 3D displays and 2D displays, different datatypes, different syntax, etc, just to plot two slightly different things. But as long as no one starts implementing 2D plotting capabilities in parallel with my framework, this is more something for the future (at least for more complex things). Which actually wouldn't be too complicated, as soon as I cleaned up my API a little. Styled rectangles and text is already implemented, with styled circles, polygons and lines to follow ;)
2014-05-19 14:43 GMT+02:00 Yuuki Soho <[email protected]>: > I wish for 2D and 3D plots to be unified in the same package and use the > same syntax, as it would be quite awkward to have to change you code when > going from plot to plot3. >
