ExtentSize
is an option to DiscretePlot and DiscretePlot3D that specifies how far to extend out from each plot point.
Details
- The following settings can be used:
-
None no extent Full fully extend to neighboring points All maximal equal size extents Left fully extend to the left in all dimensions Right fully extend to the right in all dimensions {sl,sr} specify left and right extents {specx,specy} use different specifications in different dimensions - The sizes si can be either in ordinary plot coordinates or Scaled[s] as a fraction of distance between neighboring points.
- In one dimension we have the equivalent specifications:
-
None {0,0} Full {Scaled[0.5],Scaled[0.5]} Left {Scaled[1.0],Scaled[0.0]} Right {Scaled[0.0],Scaled[1.0]} - In two dimensions, ExtentSize->spec is equivalent to ExtentSize->{spec,spec}, using the same extent specification along both the axis and axis.
Examples
Basic Examples (6)
Specify sizes that fill the regions between neighboring points:
Use absolute sizes centered on the plot point:
Use different sizes on either side of the plot point:
Use fractions of the distance to neighboring points:
ExtentSize->All uses the largest absolute size that will not cause overlapping regions:
ExtentSize in 3D accepts {{left,right},{front,back}}:
Text
Wolfram Research (2010), ExtentSize, Wolfram Language function, https://reference.wolfram.com/language/ref/ExtentSize.html.
CMS
Wolfram Language. 2010. "ExtentSize." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ExtentSize.html.
APA
Wolfram Language. (2010). ExtentSize. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ExtentSize.html