06-19-2018 05:20 PM
Suppose I am using PlotIntensity to plot a 2D function (like a Gaussian), and I'd like to draw on top of it some other information (like contour lines for the 1/e and 1/e^2 curves).
Perhaps importantly, the PlotIntensity data may be coarsely sampled (say a 64 x 64 grid) but I'd like the superimposed curves to have a narrow/thin line thickness.
Is there any way to accomplish this?
Solved! Go to Solution.
06-20-2018
05:10 PM
- last edited on
08-21-2026
04:34 PM
by
Content Cleaner
I've never tried it but you may be able to set multiple PlotAttributes. Have you tried seeing what happens if you just tried to use PlotIntensity then, for example, PlotPolygon?
"SetPlotAttribute": https://www.ni.com/docs/en-US/bundle/labwindows-cvi/page/cvi/uiref/cvisetplotattribute.htm
06-27-2018 10:19 AM
Thank you, Daniel! Worked like a charm!