Open kotik-coder opened 1 year ago
Using this example, I am unable reproduce this result with v1.5.3 or v1.5.4. As you encounter the problem only "sometimes" and subplotAreas
changes dynamically during rendering, I'd look at possible incorrect synchronization, discussed here and here.
Hi there
When using CombinedDomainXYPlot in v1.5.4, sometimes I get this exception:
Upon further examination, it appears to be linked with this code:
Apparently, the length of the subplotAreas array can be different from subplots.size().
Could you fix that please?
Thank you.