I'm working on project where we are using jFreeChart. I need to use XYDifferenceRenderer and I need it to display difference graph of two functions. These functions don't need to be defined for all X-values. When these functions are not defined I would like to display nothing. So, the graph would look like there are gaps in it.
Does anyone know how to do something like this? I tried to pass null values to both functions, but it did not work. Do I need to extend XYDifferenceRenderer?