Re: Re: graph
- To: mathgroup at smc.vnet.net
- Subject: [mg39684] Re: [mg39663] Re: graph
- From: Dr Bob <drbob at bigfoot.com>
- Date: Sat, 1 Mar 2003 22:04:50 -0500 (EST)
- References: <200303010747.CAA09821@smc.vnet.net>
- Reply-to: drbob at bigfoot.com
- Sender: owner-wri-mathgroup at wolfram.com
At this machine, that doesn't work AT ALL. It works well when Module is replaced with Block, though. Bobby On Sat, 1 Mar 2003 02:47:12 -0500 (EST), <BobHanlon at aol.com> wrote: > > In a message dated 2/28/03 7:42:00 AM, rodolphe_lampe at yahoo.fr writes: > > >> I want to put a graph but without function since I must trace myself the >> function so I want the graduations but no functions ... >> >> > > It appears that you want graph paper. Tailor this to your specific > ranges/scales: > > Needs["Graphics`Colors`"]; > > > > Module[{maxV = 10.35, maxVi = Round[maxV], gl}, > > Plot[maxV, {x,-maxV,maxV}, > PlotRange -> {{-maxV, maxV}, {-maxV, maxV}}, > GridLines -> { > > gl = Join[{#, {LightBlue}}& /@ Range[-maxVi,maxVi, 1/2], > > {#, {Blue}}& /@ Range[-maxVi,maxVi, 5]], > gl}, > > Frame->True, Axes -> False, > AspectRatio -> 1, ImageSize -> 450]]; > > > Bob Hanlon > > > -- majort at cox-internet.com Bobby R. Treat
- References:
- Re: graph
- From: BobHanlon@aol.com
- Re: graph