JPlotter
JPlotter copied to clipboard
OpenGL based 2D Plotting Library for Java using AWT and LWJGL
When resizing the canvas holding a `CoordSysRenderer` its coordinate view stays the same but is stretched visually to span over the available area. This distorts the contents of the coordinate...
## Branches This issue provides an overview of the different branches currently being developed and their progress. ### rope-selection **Additional Information:** The rope selection uses the ColorScheme API and the...
For data that corresponds to time, a TickMarkGenerator that translates numerical values (possibly seconds) to a formatted date string has to be implemented.
Are there any plans for supporting logarithmic axes? (base 10 is fine).
Legend elements should support highlighting (e.g. posiibility to change font type plain -> bold, color maybe) selection model under legend items, so that clicking an item fires a selection event...
When creating a line chart in JPlotter, the usual setup works something like this: 1. create `Lines` objects and fill with line segment from data/sampled function 1. for figuring out...
The Legend can only list line modalities and glyphs at the moment to explain the visual mappings. For ColorMaps (e.g. when used for isolines or bands) a way to show...
GL resources are non-heap objects that are allocated through the application's GL context and are somewhere in memory but are not destroyed via Java's garbage collection. Examples of such objects...