Shading Graphs | topic started 8/1/2002; 7:54:24 AM last post 8/5/2002; 1:40:44 PM |
|
Arnold K. Pizer - Re: Shading Graphs 8/5/2002; 1:40:44 PM (reads: 1362, responses: 0) |
Yes. Look at the examples in setGeometry4SubsetsOfR2. For example the command $graph1->fillRegion([1,1,'yellow']); fills the region containing (1,1) with yellow. Here is a more dynamic example $graph2->fillRegion([1,$fill_point_y,'yellow']); Arnie |