Home | History | Annotate | Download | only in examples

Lines Matching refs:rescale

239 my$oneresize=$temp=$graph_shell->Checkbutton(-text=>"rescale",-variable=>\$onecrop,
248 my$tworesize=$temp=$graph_shell->Checkbutton(-text=>"rescale",-variable=>\$twocrop,
295 my$rescale=0;
312 $rescale=1;
317 $rescale=1 if($1>$graph->{"maxx"});
318 $rescale=1 if($1<$graph->{"minx"});
319 $rescale=1 if($2>$graph->{"maxy"});
320 $rescale=1 if($2<$graph->{"miny"});
334 $rescale=1 if(!defined($graph->{"width"}) ||
345 if($rescale){