Graphing Lines and Dots
Graphing Lines and Dots
Dear Tom,
I have a series of test values saved in "b" and I have two series which show the upper ("up") and the lower("down") thresholds of the test. What I want to do now is to graph those series in a special way. I want to the "up" and "down" series to be solid lines, while the test values "b" should be dots (not a dotted line!).
So the graph should look like a bunch of dots between two solid lines. Is that possible?
Best Jules
I have a series of test values saved in "b" and I have two series which show the upper ("up") and the lower("down") thresholds of the test. What I want to do now is to graph those series in a special way. I want to the "up" and "down" series to be solid lines, while the test values "b" should be dots (not a dotted line!).
So the graph should look like a bunch of dots between two solid lines. Is that possible?
Best Jules
Re: Graphing Lines and Dots
Sounds like using STYLE=LINES with OVERLAY=DOTS and OVSAMESCALE. See, for instance, some of the examples in Brockwell and Davis (such as https://estima.com/textbooks/brockwell- ... f2p306.rpf, near the end).
Re: Graphing Lines and Dots
Works fine!
Thank you
Best Jules
Thank you
Best Jules