MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Dotted line plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53970] Re: [mg53911] Dotted line plot
  • From: "David Park" <djmp at earthlink.net>
  • Date: Sat, 5 Feb 2005 03:16:42 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Just use the PlotStyle option.

<< Graphics`Colors`

Plot[2x + 3, {x, -2, 4},
    PlotStyle -> AbsoluteDashing[{5}],
    Epilog -> Text[HoldForm[2x + 3], {2, 6}, {-1, 0}],
    Frame -> True,
    FrameLabel -> {x, y},
    PlotLabel -> "Drawing a Dashed Line",
    Background -> Linen,
    ImageSize -> 450];

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/ 


From: DJ Craig [mailto:spit at djtricities.com]
To: mathgroup at smc.vnet.net

How can I plot this linear equation with a dotted line for the line:
y = 2x + 3





  • Prev by Date: Re: Graphing sets of linear inequalities
  • Next by Date: Re: Graphing sets of linear inequalities
  • Previous by thread: Re: Dotted line plot
  • Next by thread: Graphing sets of linear inequalities