MichaelS Posted December 27, 2004 Report Share Posted December 27, 2004 I could not find a property inside a graph property node that would allow for the plot style change (e.g., changing from default "line" style to "point only" style). I would need to do that programmatically and not by right-clicking the plot legend. Could someone point to a way to do that? Thanks a lot, Michael Quote Link to comment
dswaine Posted December 28, 2004 Report Share Posted December 28, 2004 I could not find a property inside a graph property node that would allow for the plot style change (e.g., changing from default "line" style to "point only" style). 3213[/snapback] To get rid of the line, set Plot interpolation = 0. Quote Link to comment
torekp Posted March 31, 2006 Report Share Posted March 31, 2006 To get rid of the line, set Plot interpolation = 0. You should also change the Plot.PointStyle to a number > 0. Quote Link to comment
Mike Ashe Posted June 9, 2006 Report Share Posted June 9, 2006 The Plot Point style numbers are mapped to the styles on the shortcut popup for point style. There are 17 total, one in the top line then a 4x4 grid. The numbers are from from top-left to bottom-right. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.