Main Content

Line Plots

Line plots, log plots, and function plots

Line plots are a useful way to compare sets of data or track changes over time. You can plot the data in a 2-D or 3-D view using either a linear or a logarithmic scale. Also, you can plot expressions or functions over specific intervals.

Functions

expand all

plot 2-D line plot
plot3 3-D point or line plot
stairs Stairstep graph
errorbar Line plot with error bars
area Filled area 2-D plot
stackedplot Stacked plot of several variables with common x-axis
loglog Log-log scale plot
semilogx Semilog plot (x-axis has log scale)
semilogy Semilog plot (y-axis has log scale)
fplot Plot expression or function
fimplicit Plot implicit function
fplot3 3-D parametric curve plotter

Properties

expand all

Line Plots

Line Properties Chart line appearance and behavior
Stair Properties Stair chart appearance and behavior
ErrorBar Properties Error bar chart appearance and behavior
Area Properties Area chart appearance and behavior
StackedLineChart Properties Stacked plot appearance and behavior
StackedAxesProperties属性 Appearance and behavior of individual axes in stacked plot
StackedLineProperties Properties Appearance and behavior of individual lines in stacked plot

功能块

FunctionLine Properties Line chart appearance and behavior
ImplicitFunctionLine Properties Implicit line chart appearance and behavior
ParameterizedFunctionLine Properties Parameterized line chart appearance and behavior

Topics