Why aboluteoptions doesn't work here?
- To: mathgroup at smc.vnet.net
- Subject: [mg49424] Why aboluteoptions doesn't work here?
- From: Daohua Song <ds2081 at columbia.edu>
- Date: Mon, 19 Jul 2004 07:46:15 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Dear Group,
p1=Plot[x,{x,0,2}];
p2=Plot[x+1,{x,0,2}];
p3=Plot[x+2,{x,0,2}];
p4=Plot[x+3,{x,0,2}];
kk=Show[p1,p2,p3,p4,Frame?True];
Show[kk,FrameTicks?(Ticks/.AbsoluteOptions[kk]),Frame?True];
(*i wanna see ticks on all 4 axes*)
You will get a graph without ticks! Why this happens after i use
"Show"? How to fix it? (I have to use show to put complex graphs
together)
Thanks
Daohua
- Follow-Ups:
- Re: Why aboluteoptions doesn't work here?
- From: Ramesh Raju Mudunuri <rmudunuri@uh.edu>
- Re: Why aboluteoptions doesn't work here?