changing graphic atributes
Posted: Sat Dec 17, 2011 5:56 pm
Hi: I am plotting price data (O,H,L,C bars and indicators, etc) and I would like to find an easier way to change attributes of parts of the graphic (like line color, line size, etc). Currently, it is ONE graphic:
set the points of graphic "MyData" to pPoints
and then scale graphic "MyData" to fit into a frame. The only way to isolate parts of the graphic to change color, etc, is to make a copy of the MyData graphic, change the attributes of the copy and delete the points that aren't to be colored. This works, but I have scaling problems because the copied graphic with isolated data is not exactly the same as the original, and scaling to match the frame results in two differently scaled graphics and they don't overlay.
It would be convenient if there was some way to specify a change in attributes in the same graphic.
set the points of graphic "MyData" to pPoints
and then scale graphic "MyData" to fit into a frame. The only way to isolate parts of the graphic to change color, etc, is to make a copy of the MyData graphic, change the attributes of the copy and delete the points that aren't to be colored. This works, but I have scaling problems because the copied graphic with isolated data is not exactly the same as the original, and scaling to match the frame results in two differently scaled graphics and they don't overlay.
It would be convenient if there was some way to specify a change in attributes in the same graphic.