How to plot four dimensional data in a single plot

2 vues (au cours des 30 derniers jours)
Hirak
Hirak le 2 Mar 2018
Commenté : Akira Agata le 4 Mar 2018
Hello Everyone, I have a four-dimensional data to plot, where each dimension is independent of the others, i.e. they do not bear any functional relationship. I have attached the data herewith. Please find me a way to achieve it.
  1 commentaire
Pawel Jastrzebski
Pawel Jastrzebski le 2 Mar 2018
If they are bearing no relation to each other why do you want to plot them on a single plot?
In my view you have to options:
  • Plot all of your data on the scatter plot (4 individual lines - they will all fit the same scale)
  • Use 2x2 subplot to present the data as a scatter plot or as a bar chart

Connectez-vous pour commenter.

Réponses (2)

Akira Agata
Akira Agata le 2 Mar 2018
One possible solution would be using scatter plot with changing marker color and/or marker size to represent 4th dimension value. Here is my initial try:

Hirak
Hirak le 4 Mar 2018
Thanks for the reply. I wanted to plot the data in 3-D bar plots, where x and y-axis should follow the data set of column 1 and 2, z-axis will follow column 3, and the colour code will follow column 4, respectively. Could it be done?
  1 commentaire
Akira Agata
Akira Agata le 4 Mar 2018
Looking at your data, the same column 1 and 2 values appears multiple times. So, if you plot this data in 3-D bar, several bars will be placed in the same x and y point. Would you still like to plot the data in 3-D bar style?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Scatter Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by