I have stacked bar chart in which the number of columns is dynamic, can change from 1 to n columns. I want the spacing between the charts and width of the ...
I have a problem with CategoryPlot vs BarCharts. I have data structures like this: Category 1: A B D Z Category 2: A C E X Y Z Category 2: B G Z etc... They are sorted nicely as I want. E.g. if there's Z it is always at the end. Now I add them in same order as they are ...
private class NotEqualString implements Comparable { private String s; public NotEqualString( final String s ) { this.s = s; } public int compareTo( final NotEqualString ...