Re: Draw straight line, but display zigzag line!
- To: mathgroup at smc.vnet.net
- Subject: [mg17617] Re: [mg17600] Draw straight line, but display zigzag line!
- From: "JOHN C ERB" <JOHN_C_ERB at prodigy.net>
- Date: Tue, 18 May 1999 02:45:19 -0400
- Sender: owner-wri-mathgroup at wolfram.com
It looks fine on my machine.
My video resolution is 1024 x 768.
One can get better resolution of plots by increasing the number of points
that are
plotted; for example:
Plot[Plot[2*x+1,{x,0,10}, PlotPoints->100];
John C. Erb
-----Original Message-----
From: bickel <bickel at ms17.hinet.net>
To: mathgroup at smc.vnet.net
Subject: [mg17617] [mg17600] Draw straight line, but display zigzag line!
>I have a problem about drawing a straight.
>
>When I draw a straight ,ex: y=2x+1.
>
>I use Plot[2*x+1,{x,0,10}], it actually draw a line.
>
>But the line is like zigzag line.
>
>Can I do about this problem, setup some graphic option
>
>or ....?
>
>
>
>