As of Version 6.0, PlotJoined has been superseded by Joined and ListLinePlot.
PlotLabel is an option for graphics functions that specifies an overall label for a plot.
PlotPoints is an option for plotting functions that specifies how many initial sample points to use.
PlotRangeClipping is an option for graphics functions that specifies whether graphics objects should be clipped at the edge of the region defined by PlotRange, or should be ...
PlotRangePadding is an option for graphics functions that specifies how much further axes etc. should extend beyond the range of coordinates specified by PlotRange.
PlotStyle is an option for plotting and related functions that specifies styles in which objects are to be drawn.
PodStates is an option for WolframAlpha that determines information about the states of the pods.
PodWidth is an option for WolframAlpha that determines the width parameters of the content returned by the Wolfram|Alpha API.
PointFigureChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a point and figure chart with prices p_i at date date_i.PointFigureChart[{" name", daterange}] makes a point and ...
Point
(Built-in Mathematica Symbol) Point[coords] is a graphics primitive that represents a point. Point[{coords_1, coords_2, ...}] represents a collection of points.