How can I change the properties of the y-axes in a scatter3 figure?

1 view (last 30 days)
Hello
I have a 31x24x5 matrix (5 pollutants for every hour of every day in march) and would like to plot it. The image shows how far I am at the moment.
For every species I have a y-axis, where the x-axis displays the hour in the day and the z-axis the amount of pollutant.
I would like to change the z-range for every axis of those 5 pollutants. Moreover I want every pollutant colored in a different colour. For example: the range for the NOx measurement should be from 0 to 8000 and in red, the CO should be shown in blue and from 0 to 12000

Answers (1)

David Sanchez
David Sanchez on 14 May 2013
Go to the property editor of your plot, you will find all you need. If you want to use commands, add the property and its value to the xlabel, ylabel or zlabel function:
xlabel('x_axis_string', 'property', 'value')
all properties can be found in the property inspector. Do some search to find the ones you need/want to change.

Categories

Find more on Graphics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!