ExtentElementFunction

ExtentElementFunction

is an option to DiscretePlot and DiscretePlot3D that gives a function to use to generate the primitives for rendering each extent element.

Details

  • ExtentElementFunction->f specifies that each extent element should be rendered with the graphics primitives given by f[region,point].
  • ExtentElementFunction->"name" uses a named function for generating extent elements.
  • In ExtentElementFunction->f, the region argument to f is given as follows:
  • DiscretePlot{{xmin,xmax},{ymin,ymax}}
    DiscretePlot3D{{xmin,xmax},{ymin,ymax},{zmin,zmax}}
  • In ExtentElementFunction->f, the point argument to f is given as follows:
  • DiscretePlot{x,y}
    DiscretePlot3D{x,y,z}

Examples

Basic Examples  (3)

Use functions from ChartElementData:

Specify appearances for 3D plots:

Construct a custom rendering function:

Wolfram Research (2010), ExtentElementFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/ExtentElementFunction.html.

Text

Wolfram Research (2010), ExtentElementFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/ExtentElementFunction.html.

CMS

Wolfram Language. 2010. "ExtentElementFunction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ExtentElementFunction.html.

APA

Wolfram Language. (2010). ExtentElementFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ExtentElementFunction.html

BibTeX

@misc{reference.wolfram_2023_extentelementfunction, author="Wolfram Research", title="{ExtentElementFunction}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/ExtentElementFunction.html}", note=[Accessed: 18-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_extentelementfunction, organization={Wolfram Research}, title={ExtentElementFunction}, year={2010}, url={https://reference.wolfram.com/language/ref/ExtentElementFunction.html}, note=[Accessed: 18-March-2024 ]}