Matlab: How to change the scaling of the legend on a wind rose plot -


this may simple problem appreciate help. have created direction/intensity plot using wind_rose function in matlab, however, change scaling of legend. plot produces legend has 12 colors go in 10 cm blocks, example blue = 0-0.1, light blue = 0.1-0.2, green = 0.2-0.3 etc. there far less colors , scaling more blue = 0-0.5, light blue = 0.5-1.0 etc. code use plot wind rose:

h = wind_rose(m,d,'dtype','meteo','n',12,'lablegend','hm0 (metres)','ci', 0:10:60,'quad',[4])

am able add simple code scale legend how want be?

figured out:

'di', 0:0.5:3 

very simple oops. looking remove white boxes appear around text on figure, ideas?


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -