Bug #1960
closedfscplot.php needs to be updated for Redux
0%
Description
Compare http://cronus3.scripps.edu/betamyamiweb/processing/index.php?expId=8556 to http://longboard.scripps.edu/betamyamiweb/processing/index.php?expId=8556
and notice the resolution plot under reconstruction info is missing from the Redux version.
Check http://longboard.scripps.edu/betamyamiweb/processing/fscplot.php?expId=8556&fscid=172&width=800&height=600&apix=3.26&box=80 to see that fscplot.php is creating the image.
Updated by Amber Herold about 12 years ago
- Status changed from New to In Code Review
- Assignee changed from Amber Herold to Anchi Cheng
I updated the name of an include file in 3 files that did not yet reflect a name change, also commented out reference to PlotLine. Checked the resulting graph and still looks good.
Updated by Anchi Cheng about 12 years ago
- Assignee changed from Anchi Cheng to Amber Herold
code reviewed and found that the reason for PlotLine class to disappear is because jpgraph 3.0.7 moved the class out of its main jpgraph.php script and put it in jpgraph_plotline.php which I didn't include when I updated to the newer version as a side effort of added redux.
This is committed to trunk as r17185 where I uncommented out the line addition. This should generate a horizonal line in the plot.
r17186 added the same to 2.2-redux branch.
Updated by Amber Herold over 10 years ago
- Status changed from In Code Review to Closed