help-octave
[Top][All Lists]
Advanced

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

How to implement in a colorbar legend a decreasing scale


From: Beginner1
Subject: How to implement in a colorbar legend a decreasing scale
Date: Sat, 12 Oct 2019 10:29:51 -0500 (CDT)

Hi,

I wonder how to implement a decreasing scale in a colorbar legend. The scale
should start at 25 and finish at 1. I tried with the command caxis([25,1]),
but the console gave me an error:
"error: caxis: LIMITS must be a numeric 2-element vector where LIM1 < LIM2"

So I guess the problem is with the fact that the scale is decreasing. If I
reverse the limits, caxis([1,25]), this works properly but I need to show
the variation in a decreasing tendency...

Any advice?


Thanks




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



reply via email to

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