[10704] in Athena Bugs
rsaix 7.5B: matlab4
daemon@ATHENA.MIT.EDU (fikhatri@Athena.MIT.EDU)
Tue Jul 27 14:53:38 1993
From: fikhatri@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU
Date: Tue, 27 Jul 93 14:53:26 EDT
System name: m16-034-16
Type and version: POWER 7.5B
Display type: POWER_Gt1
What were you trying to do?
simple plots.
What's wrong:
the dashed line option (as in plot(x,y1,'-',x,y2,'--'))
does not work properly. sometimes the dashed line works,
other times, it only plots half the line or some part
of the line. if you change the option to '-' instead of
'--', it works just fine (displaying a solid pink line
instead of a dashed pink line). i have not tried
'-.' or ':' options.
What should have happened:
it should have plotted the 2 curves y1 and y2 one with
y1 as a solid (yellow by default) line and y2 with
a dashed (pink by default) line. by the way, printing
out the plot reveals gives a normal plot (the dashed
line is entirely there) -- it just does not show up
correctly on the screen.
Please describe any relevant documentation references:
this is such a simple command! the matlab manual
is useful. so is command 'help plot'.