3

So I have been using JFreeChart to try and create spiderWebPlot and it's been working well so far:

enter image description here

I was wondering if it was possible to add circles for the possibles values, so it looks more like an actual spider web, something like:

enter image description here

CoqPwner
  • 913
  • 1
  • 11
  • 24

2 Answers2

3

As suggested here, a background grid is not yet implemented. A patch is cited and discussed in this forum thread.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045
2

After adding above code patch you will get rings like below image.

enter image description here

hering
  • 1,956
  • 4
  • 28
  • 43
Harsh
  • 46
  • 7