I'm plotting my data in a bar chart and would like to draw vertical lines between particular bars to segment the plot into domains:
I haven't been able to find a library that can do this. jfreechart has so called domain markers but draws them through the middle of the bars, so you're really marking individual bars instead of domains:
Does anyone know a library that can do what I want?