开发者

knot points at specific points in the chart

开发者 https://www.devze.com 2023-01-18 07:44 出处:网络
How do I mark knot points at specific points on the curve not all. For example, I plot the following curve -

How do I mark knot points at specific points on the curve not all. For example, I plot the following curve - (开发者_如何学Gox1,y1) (x2,y2) (x3,y3) (x4,y4) (x5,y5)

I want to mark knot points on x2 and x4. Is there some way to do this?


Make two data series, one with all points, another with the points you want marked. Format the first (all points) to display the line without markers, and the second (selected points) to display markers without the line.

0

精彩评论

暂无评论...
验证码 换一张
取 消