|
Answer» Following table describes basic plots and graphs.
- Box - Axis border
- Errorbar - Plots error BARS along curve
- Hold - Retains current graph while ADDING new graphs
- Line - Creates line object
- LineSpec (Line Specification) - Syntax of Line Specification String
- Loglog - Log to log SCALE plot
- Plot - 2-D line plot
- Plot3 - 3-D line plot
- Plotyy - 2-D line plots with y-axis on both left and right side
- Polar - Polar coordinate plot
- SEMILOGX - Semilogarithmic plot
- Semilogy- Semilogarithmic plot
- Subplot- Creates axis in tiled positions
- Xlim - Sets or queries x-axis limits
- YLIM - Sets or queries y-axis limits
- Zlim - Sets or queries z-axis limits
Following table describes basic plots and graphs.
|