plot edit page

Syntax

h = plot(sF, varargin)

Input

X x-coordinates
scalar | vector | matrix
Y y-coordinates
scalar | vector | matrix
LineSpec Line style, marker, and color
string scalar | character vector
tbl Source table
table | timetable
xvar Table variables containing x-coordinates
string array | character vector | cell array | pattern |
numeric scalar or vector | logical vector | vartype()
yvar Table variables containing y-coordinates
string array | character vector | cell array | pattern |
numeric scalar or vector | logical vector | vartype()
ax Target axes
Axes object | PolarAxes object | GeographicAxes object

Example

See also

   <plot3.html plot3>, <loglog.html loglog>, <Line.html Line> <Properties.html Properties>