Skip to content

Graphics

18 built-in function(s) in this category.

  • Animate — Animate[expr, {t, tmin, tmax}, opts...] (Experimental)
  • BarChart — BarChart[{v1, v2, ..., vn}, opts...] (Experimental)
  • CMYKColor — CMYKColor[c, m, y, k] (Stable)
  • ComplexPlot — ComplexPlot[f, {z, zmin, zmax}, opts...] (Experimental)
  • ComplexPlot3D — ComplexPlot3D[f, {z, zmin, zmax}, opts...] (Experimental)
  • ContourPlot — ContourPlot[f, {x, xmin, xmax}, {y, ymin, ymax}, opts...] (Experimental)
  • DensityPlot — DensityPlot[f, {x, xmin, xmax}, {y, ymin, ymax}, opts...] (Experimental)
  • Histogram — Histogram[data, opts...] (Stable)
  • ListPlot — ListPlot[{y1, ..., yn}, opts...] (Stable)
  • ParametricPlot — ParametricPlot[{fx, fy}, {t, tmin, tmax}, opts...] (Stable)
  • ParametricPlot3D — ParametricPlot3D[{fx, fy, fz}, {t, tmin, tmax}, opts...] (Experimental)
  • Plot — Plot[f, {x, xmin, xmax}, opts...] (Stable)
  • Plot3D — Plot3D[f, {x, xmin, xmax}, {y, ymin, ymax}, opts...] (Stable)
  • PolarAxes — PolarAxes (Experimental)
  • PolarPlot — PolarPlot[r, {theta, tmin, tmax}, opts...] (Experimental)
  • Show — Show[graphics, opts...] (Stable)
  • StreamPlot — StreamPlot[{vx, vy}, {x, xmin, xmax}, {y, ymin, ymax}, opts...] (Experimental)
  • VectorPlot — VectorPlot[{vx, vy}, {x, xmin, xmax}, {y, ymin, ymax}, opts...] (Experimental)