Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.