Skip to main content
1-Visitor
April 21, 2015
Solved

Accentuate single contour line on contour plot

  • April 21, 2015
  • 6 replies
  • 2357 views

Hi all,

I have plotted a angle of the function Omega(x,q). I want to be able to create highlighted contour lines at any given value. For example, the contour plot typically displays angle values from ~60 to 0 degrees and I want to clearly show the 30 degree line. I may want to show the 32.5 or 4.2 degree or whatever I choose. Is it possible in MathCAD 14? Thanks for any help.

Best answer by RichardJ

I think it's better to find the contour as a function of distance and angle from the highest point. It's faster, the points are more equally spaced around the contour, and you can draw the contour using a line. I just plotted the 30 contour.

6 replies

19-Tanzanite
April 21, 2015

You would have to calculate the contour and add it to the plot as another graph.

mfrink1-VisitorAuthor
1-Visitor
April 21, 2015

How would I go about calculating the contour, since it is a complex curve and undefined at various x and y coordinates?

19-Tanzanite
April 21, 2015

You could try something like the attached (far from perfect, but its suitability depends on your precise needs).

Alan