Tagged Questions

1
vote
1answer
267 views

How to deal with SpiderWebPlot in JFreeChart?

Discovering JFreeChart, I hit a problem using SpiderWebPlot. This is what I have today My values are {2, 2, 1.5} By default max value is set to the max value of my dataset (here 2) but I want to ...
0
votes
1answer
921 views

java.awt.print.PrinterException: Invalid name of PrintService

I would ask it in the form of a question, but I have no idea why I'm getting this exception. I can't find any real documentation online either. To give you context although I don't think it's really ...