Graphing Lines and Dots
-
Jules89
- Posts: 140
- Joined: Thu Jul 14, 2016 5:32 am
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
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
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).
-
Jules89
- Posts: 140
- Joined: Thu Jul 14, 2016 5:32 am
Re: Graphing Lines and Dots
Works fine!
Thank you
Best Jules
Thank you
Best Jules