MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Options[] does not list every option

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81605] Options[] does not list every option
  • From: zac <replicatorzed at gmail.com>
  • Date: Sat, 29 Sep 2007 02:26:02 -0400 (EDT)

Dear Group,

I'm completely clueless about why Options and AbsoluteOptions do not
list PlotJoined and PlotStyle options in case of passed graphics.
Evaluate code:

graph = ListPlot[Range[0, 10], PlotStyle -> Hue[1], PlotJoined ->
True];
Options[graph]
AbsoluteOptions[graph]

I want to access eg. the styles *after* I have the plot. Is it
possible?
Thank you in advance.

Istvan Zachar.



  • Prev by Date: Re: create a list with x,y,z coordinates
  • Next by Date: Interval, Range of a function
  • Previous by thread: Union[...options]
  • Next by thread: Re: Options[] does not list every option