[ww-bugs] Bug 1701: One dynamically generated graph is blank

bugzilla-daemon at webwork.maa.org bugzilla-daemon at webwork.maa.org
Sun Dec 13 20:01:06 EST 2015


http://bugs.webwork.maa.org/show_bug.cgi?id=1701


Paul Pearson <paultpearson at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Paul Pearson <paultpearson at gmail.com>  2015-12-13 20:01:06 ---
Fixed by using the following code to define the @extra answers

  if (abs($x * $b) <= 5) { 
    $fy = $f->substitute(y=>$x);
  } else {
    $fy = $f->substitute(y=>1);
  }

-- 
Configure bugmail: http://bugs.webwork.maa.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the webwork-bugs mailing list