Grafici di dati discreti
Visualizzare dati discreti utilizzando grafici come quelli a barre o a stelo. Ad esempio, è possibile creare un grafico a barre verticali o orizzontali in cui la lunghezza delle barre è proporzionale ai valori che rappresentano.
Funzioni
Proprietà
Argomenti
- Types of Bar Graphs
Bar graphs are useful for viewing results over a period of time, comparing results from different data sets, and showing how individual elements contribute to an aggregate amount.
- Modify Baseline of Bar Graph
This example shows how to modify properties of the baseline of a bar graph.
- Overlay Bar Graphs
This example shows how to overlay two bar graphs and specify the bar colors and widths.
- Grafico a barre con barre di errore
Creare un grafico a barre con barre di errore utilizzando entrambe le funzioni
bar
eerrorbar
. - Color 3-D Bars by Height
This example shows how to modify a 3-D bar plot by coloring each bar according to its height.
- Combine Line and Stem Plots
This example shows how to combine a line plot and two stem plots.
- Overlay Stairstep Plot and Line Plot
This example shows how to overlay a line plot on a stairstep plot.
- Interpolating Scattered Data
Interpolating scattered data using
scatteredInterpolant
.