Re: one question about draw graph in frame
- To: mathgroup at smc.vnet.net
- Subject: [mg49016] Re: [mg49001] one question about draw graph in frame
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Tue, 29 Jun 2004 04:49:42 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Show[p1 = Plot[x^2, {x, 0, 1},
DisplayFunction -> Identity],
Frame -> True,
FrameTicks -> (Ticks /. AbsoluteOptions[p1]),
DisplayFunction -> $DisplayFunction];
Bob Hanlon
>
> From: Daohua Song <ds2081 at columbia.edu>
To: mathgroup at smc.vnet.net
> Date: 2004/06/28 Mon AM 04:13:44 EDT
> To: mathgroup at smc.vnet.net
> Subject: [mg49016] [mg49001] one question about draw graph in frame
>
> Dear group,
> i draw a graph in frame model and can use framticks to let the upper
> and right have some scale you want. My question is that if it is possible
> to let the mathematics to do it automatically? you know, to write down
> every ticks is annoying.
> e.g
> \!\(Plot[x\^2, {x,
> 0, 1}, Frame -> True, FrameTicks -> {{0, .5, .7, 1}, {0, .5,
> 1}}]\)
> Any suggestion will be appreciated!
> daohua
>
>