Forum archive 2000-2006

Barbra Bannon - Shading Graphs

Barbra Bannon - Shading Graphs

by Arnold Pizer -
Number of replies: 0
inactiveTopicShading Graphs topic started 8/1/2002; 7:54:24 AM
last post 8/5/2002; 1:40:44 PM
userBarbra Bannon - Shading Graphs  blueArrow
8/1/2002; 7:54:24 AM (reads: 1132, responses: 1)
Is there a way to dynamically generate line intersection graphs that have an area shaded in?

-Barbra Bannon

<| Post or View Comments |>


userArnold K. Pizer - Re: Shading Graphs  blueArrow
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

<| Post or View Comments |>