Skip to content

Commit

Permalink
remove unnecessary browser cache
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnilorton committed Feb 25, 2022
1 parent 6400d6d commit 0fbdc2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ add_functions($graph, "$slope1*(x-$x1)+$y1 for x in <$x1,$x2>".
add_functions($graph, "$slope2*(x-$x2)+$y2 for x in <$x2,$x3>".
" using color:blue and weight:3");
$graph->stamps(open_circle($x1,$y1,'blue'), open_circle($x2,$y2,'blue'), open_circle($x3, $y3,'blue') );
$in=time();
$graph->gifName($graph->gifName()."$in");

$piecewise =
BeginTable().
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ add_functions($graph, "$slope1*(x-$x1)+$y1 for x in <$x1,$x2>".
add_functions($graph, "$slope2*(x-$x2)+$y2 for x in <$x2,$x3>".
" using color:blue and weight:3");
$graph->stamps(open_circle($x1,$y1,'blue'), open_circle($x2,$y2,'blue'), open_circle($x3, $y3,'blue') );
$in=time();
$graph->gifName($graph->gifName()."$in");

$piecewise =
BeginTable().
Expand Down

0 comments on commit 0fbdc2c

Please sign in to comment.