FunctionApproximations`
FunctionApproximations`
OrderStarLegend
is an option to OrderStarPlot that specifies whether to display the legend of symbols used to represent zeros, poles, and interpolation points.
Details and Options
- To use OrderStarLegend, you first need to load the Function Approximations Package using Needs["FunctionApproximations`"].
- Valid settings are True, False, or {{xmin,ymin},{xmax,ymax}}, where the x,y values are scaled coordinates ranging from 0 to 1. The default setting is False.
- The setting {{xmin,ymin},{xmax,ymax}} specifies the bottom-left and top-right coordinates of the legend.