RE: Draw Lines
Posted: Mon Oct 26, 2020 9:00 am
Hello!
I am trying to draw a horizontal line at the value 5.25 and 7 as measure on the left axis as follows: graph1.draw(line, left, rgb(0,0,127)) 5.25 and graph1.draw(line, left, rgb(0,0,127)) 7.
However, I need to draw a horizontal line at the value 5.25 for the particular period 2000-2012 (and there should be no line at 5.25 after 2012) and 7 for the period 2013-2020 (and there should be no line at 7 for the 2000-2012 period). How I can draw separate horizontal lines for different periods.
I appreciate any help. Thanks.
I am trying to draw a horizontal line at the value 5.25 and 7 as measure on the left axis as follows: graph1.draw(line, left, rgb(0,0,127)) 5.25 and graph1.draw(line, left, rgb(0,0,127)) 7.
However, I need to draw a horizontal line at the value 5.25 for the particular period 2000-2012 (and there should be no line at 5.25 after 2012) and 7 for the period 2013-2020 (and there should be no line at 7 for the 2000-2012 period). How I can draw separate horizontal lines for different periods.
I appreciate any help. Thanks.