Clear Filters
Clear Filters

How to make Draftsman's plots?

4 views (last 30 days)
Has anyone written a code for making Draftsman's plots in Matlab? (For anyone unfamiliar, a Draftsman's plot is a matrix of 2d scatterplots. Every combination of 2 variables is displayed. One diagonal is blank, because it represents the matrix cell for an X by X graph, which is not useful.)
It seems tedious to code each plot by hand, especially since I have six variables and would thus need 30 plots (6 x 5 = number of scatterplot combinations.)

Accepted Answer

Steven Lord
Steven Lord on 7 Jun 2018
I think you're looking for either plotmatrix or gplotmatrix, both of which are part of Statistics and Machine Learning Toolbox.
  1 Comment
Cynthia Dickerson
Cynthia Dickerson on 7 Jun 2018
Thank you! That is it! I still need to play around with titling this.

Sign in to comment.

More Answers (0)

Categories

Find more on Discrete Data Plots in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!