Linear RDD graphic without 0 line

A RDD graphic show the memory usage of a computer system.
The value fluctuates between 60 and 90 %.
The graphic part between 0 ans 50 % is not used an therefore not interested.
If the graph shows only the values between 50 and 100 % then I see more details in the part between 50 and 100 %.
Is it possible in RDD to get a linear graphic (without the values between 0 and 50 %) with the values between 50 and 100 % ?

try as
value = value -50;

or use the map() function

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.