Contenido principal

Gráficas de distribución de datos

Histogramas, gráficas circulares y nubes de palabras, entre otras

Visualice la distribución de datos mediante gráficas, como histogramas, gráficas circulares o nubes de palabras. Por ejemplo, es posible utilizar un histograma para agrupar datos en contenedores y mostrar la cantidad de elementos de cada contenedor.

Funciones

expandir todo

histogramGráfica de histograma
histogram2Bivariate histogram plot
morebinsIncrease number of histogram bins
fewerbinsDecrease number of histogram bins
histcountsHistogram bin counts
histcounts2Bivariate histogram bin counts
boxchartBox chart (box plot)
violinplotViolin plot (Desde R2024b)
swarmchartSwarm scatter chart
swarmchart33-D swarm scatter chart
bubblechartBubble chart
bubblechart33-D bubble chart
bubblelimMap bubble sizes to data range
bubblesizeSet minimum and maximum bubble sizes in points
bubblelegendCreate legend for bubble chart
scatterDiagrama de dispersión
scatter3Diagrama de dispersión 3D
binscatterBinned scatter plot
scatterhistogramCreate scatter plot with histograms
spyVisualize sparsity pattern of matrix
plotmatrixScatter plot matrix
parallelplotCreate parallel coordinates plot
donutchartDonut chart (Desde R2023b)
piechartPie chart (Desde R2023b)
bubblecloudCreate bubble cloud chart (Desde R2021a)
wordcloudCreate word cloud chart from text data
heatmapCreate heatmap chart
sortxSort elements in heatmap row
sortySort elements in heatmap column
pieLegacy pie chart
pie33-D pie chart

Propiedades

expandir todo

Binscatter PropertiesBinscatter appearance and behavior
BoxChart PropertiesControl box chart appearance and behavior
BubbleChart PropertiesBubble chart appearance and behavior
BubbleCloud PropertiesBubble cloud appearance and behavior (Desde R2021a)
BubbleLegend PropertiesBubble legend appearance and behavior
DonutChart PropertiesDonut chart appearance and behavior (Desde R2023b)
HeatmapChart PropertiesHeatmap chart appearance and behavior
Histogram PropertiesHistogram appearance and behavior
Histogram2 PropertiesBivariate histogram appearance and behavior
Scatter PropertiesScatter chart appearance and behavior
ScatterHistogramChart PropertiesControl scatter histogram chart appearance and behavior
ParallelCoordinatesPlot PropertiesControl parallel coordinates plot appearance and behavior
PieChart PropertiesPie chart appearance and behavior (Desde R2023b)
ViolinPlot PropertiesViolin plot appearance and behavior (Desde R2024b)
WordCloudChart PropertiesControl word cloud chart appearance and behavior

Temas