Info on FullOptions and Graphics
- To: mathgroup at christensen.cybernetics.net
- Subject: [mg1646] Info on FullOptions and Graphics
- From: lcharbon at mathlab01.unl.edu (Larry Charbonneau)
- Date: Sat, 8 Jul 1995 04:35:32 -0400
- Organization: University of Nebraska--Lincoln
Hi. I am currently having problems with Mathematica. I have been trying to
have Mathematica read the yrange on a graphics output to be used on a
PlotRange for another graphic. The problem is that I am using the Arrow
package and the graphics all are generated with Show. Then when I use
FullOptions I get the same PlotRange no matter what. I would appreciate any
help any one can give. I have included a sample of the code below to show
the problem. Thanks!
Needs["Graphics`Arrow`"]
eplot= Table[Graphics[Arrow[{0,0}, {5,6}],
PlotRange -> {{0,6}, All},
Axes -> True], {i,0,0}];
g=Show[eplot]
FullOptions[eplot, PlotRange]
FullOptions[g, PlotRange]
--
= = = /| Larry Charbonneau |\ = = =
[>----|-|-|-----/ | | \-----|-|-|----<]
(___|_|_|____)\ | lcharbon at math.unl.edu | /(____|_|_|___)
" " " \| |/ " " "
"A man does not show his greatness by being at one extremity, but
rather by touching both at once." -- Albert Camus
My thoughts are in no way related to UNL. In fact, each of
us is convinced the other doesn't think at all.