help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Coloarbar


From: Mishal0488
Subject: Coloarbar
Date: Tue, 20 Oct 2020 05:18:05 -0500 (CDT)

Hi Guys

Is there anyway the set bounds for the "colorbar" function?

Have a look at the attached plot, the yellow region and blue (maybe purple)
regions don't have numerical values to them. Can these be added in?

My code is below

figure(5)
hold on
title('Resultant Stress Due to Moments');
contourf(X,Y,Combined_Mx_My,50,'LineStyle','none')
colorbar
#contour(X,Y,Resultant_shear)
fill(Mx1,My1,'w','linestyle','none')
fill(Mx2,My2,'w','linestyle','none')
fill(Mx3,My3,'w','linestyle','none')
fill(Mx4,My4,'w','linestyle','none')
fill(Mx5,My5,'w','linestyle','none')
hold off <https://octave.1599824.n4.nabble.com/file/t373111/Untitled.jpg> 



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]