Michael Seifert
Michael Seifert
Currently, the insets of a `Container` are given in absolute pixel values. To make it possible to automatically resize the insets, when the tick labels of an axis changes, for...
`DrawableContainer` objects should define a base font property. This font can be used in contained classes to calculate sizes relative to the base font of the `Container`. _Imported from trac...
Currently, the only way to configure `QuasiRandomColors` is to call `setColorVariance(float[])`. There should be additional configuration methods, such as `setHue(float minHue, float maxHue)`. _Imported from trac ticket #92, created by...
`Drawable` objects should have a property to indicate and set visibility. _Imported from trac ticket #84, created by mseifert on 12-29-2013 at 16:10, last modified: 12-29-2013 at 16:10_
DataTable supports appending rows, but there is no method to insert a row at a specified position. _Imported from trac ticket #76, created by mseifert on 12-18-2013 at 16:47, last...
TableLayout always creates a row-based table, i.e. ``` a b c d e f ``` It should however do the layout according to the container's orientation so that columns are...
When creating a new plot, axis labels are cut off and the user has to set the plot insets manually. Instead, there should be enough space for axis labels in...
Currently, creating a `PiePlot` with very small, labeled slices causes problems: The labels reach of the slices and overlap, which makes the numbers unreadable. There should be some possibility to...
The current `Label` works fine, but the calculation of the outline gets very slow as the number of lines increase. Larger texts should be supported as well as short snippets....
There should be support for brushing in parallel coordinates plots. The user should be able to select a subset of data points which are then highlighted. _Imported from trac ticket...