Page 1 of 1

Multi-layer 2D Contour Plot

Posted: Mon Nov 22, 2021 12:26 pm
by PaulHolden
In the Help page for RCharts I read that TContourPlot does not support more than one layer. Am I correct in thinking that this means that I cannot produce a chart with a set of 2D countours and an overlay of XY lines?

Re: Multi-layer 2D Contour Plot

Posted: Sat Dec 04, 2021 4:50 pm
by hlohning
Hi Paul,
you cannot put two contour plots on top of each other (in the sense of stacked transparent films).
However, if you want to draw your own custom lines on top of a contour plot you can use the event "OnDataRendered".
See http://www.lohninger.com/helpcsuite/ond ... urplot.htm for the details.

Regards,
Hans