Optuma Forums › Optuma Scripting › shading region above 70 and below 30 on RSI › Reply To: shading region above 70 and below 30 on RSI
May 18, 2020 at 10:04 am
#58143

- Topics: 5
- Replies: 337
- Posts: 342
Hi,
You can do this using two plots and the Shade() function (would need two scripts, one for each shaded range).
For example, to shade 70 – 100 you could use the following:
1 2 3 4 5 |
plot1 = 70; plot2 = 100; SHADE(plot1, plot2, SHADEALPHA=35) |
Then setup a similar script for the 0 – 30 range. Once done add the script to a Show View and have it sit on top of an RSI. The end result looks like this:
Example workbook attached.
Attachments:
You must be logged in to access attached files.