how to implement a category plot with xybubblerenderer in JFreechart? I want to have a category plot which shows several bubbles for each category. These bubbles are placed on the y axis of the plot using the x value of the bubble and y value of the bubble determines its area. So there are bubbles within each category. Their x position on the plot can be random. One value controls their y position on the plot and another value controls their area.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It can be done using the SymbolAxis and XYBubbleRenderer. It has to be ensured that the x values of the bubbles are in the range [0,n] and [0,n] have been assigned proper labels in symbol axis. |
|||
|
|