Plot• Plot[f, {x, xmin, xmax}] generates a plot of f as a function of x from xmin to xmax. • Plot[{ , , ... }, {x, xmin, xmax}] plots several functions . • Plot[f, {x, xmin, xmax}, "style"] generates a plot of f in the designated style. • Plot[f, {x, xmin, xmax}, "style1", "style2"] generates a plot of f in the primary style, "style1" and the secondary style, "style2". • Primary plot styles for 2D plots include: Default, Technical, Minimal, Business, and Colorful. • Secondary plot styles for 2D plots include: Frame, NoFrame, Grid, NoGrid, SmallPoints, LargePoints, Tall, Wide, ViewLeft, ViewRight, and ViewCenter. • Plot[f, {x, xmin, xmax}, {ymin, ymax}] generates a plot of f over the specified y-axis range from ymin to ymax. • Plot[f, {x, xmin, xmax}, "style", {ymin, ymax}] combines both specifications for plot style and y-axis range. • See also: ListPlot, Plot3D.
Examples Using InstantCalculatorsHere are the InstantCalculators for the Plot function. Enter the parameters for your calculation and click Calculate to see the result.
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the Plot Function Controller. Here are plots of some trigonometric functions and exponential functions.
|