Data distribution plots in MatLab -- MatLab

 Data distribution plots in MatLab -- MatLab

type of data distribution plots

histogram
histogram2
pie
pie3
scatterhistogram
swarmchart
swarmchart3
wordcloud
bubblecloud
heatmap
parallelplot
plotmatrix


2D

histogram

pie

scatterhistogram

swarmchart

wordcould

bubblecloud

heatmap

parallel plot

plotmatrix


3D

histogram3

pie3

swarmchart3


[NOTE]

histogram2 does not plot in 2D spaces. It plots in 3D spaces.


more details on:

Types of MATLAB Plots - MATLAB & Simulink (mathworks.com)

Comments

Popular posts from this blog

How to hold plots in MatLab? - hold -- MatLab

How to check whether point is changed or not in MatLab? - ischange -- MatLab