how to create scatter and histogram plots in the same graph?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I want to combine scatter and histogram plots in the same graph. I also do not want to show the histogram data in the y axis, and only show the scatter data. please see the attached figure. For instance, I want to combine the following plots:
scatter (x1, y, x2, y)
hist (z)
I appreciate any suggestions. Thanks in advance.
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!