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.
- Follow-Ups:
- Re: Options[] does not list every option
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: Options[] does not list every option