1

Why does

AbsoluteOptions[
 Plot[Sin[x], {x, 0, 2 Pi}, 
 PlotRange -> Automatic, 
 PlotStyle -> Red], 
 PlotRange]

(properly) return {PlotRange -> {{0., 6.28319}, {-1., 1.}}}

but

AbsoluteOptions[
 Plot[Sin[x], {x, 0, 2 Pi}, 
 PlotRange -> Automatic, 
 PlotStyle -> Red], 
 PlotStyle]

not return the Red?

J. M.'s missing motivation
  • 124,525
  • 11
  • 401
  • 574
David G. Stork
  • 41,180
  • 3
  • 34
  • 96

0 Answers0