Ignore:
Timestamp:
Mar 20, 2009, 3:41:22 PM (14 years ago)
Author:
Nicklas Nordborg
Message:

References #1262: Overview and correction factor plots should use the static cache

The overview and correction factor plots now use the cache. Unless the cache API changes there is really not much more to do on this ticket.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/views/experiments/bioassaysets/view_bioassayset.jsp

    r4669 r4825  
    524524          String url = "../plotter/plot?ID="+ID+"&bioassay_id="+bioAssay.getId();
    525525          url += "&type=scatter&width=400&height=300";
     526          url += "&cache=overview/bioassay." + bioAssay.getId() + "/maplot.png";
    526527          url += "&x="+A+"&y="+M+"&xLabel="+xLabel+"&yLabel="+yLabel;
    527528          url += "&filter="+filter;
     
    562563          String url = "../plotter/plot?ID="+ID+"&bioassay_id="+bioAssay.getId();
    563564          url += "&type=cfplot&width=400&height=300";
     565          url += "&cache=overview/bioassay." + bioAssay.getId() + "/cfplot.png";
    564566          url += "&xLabel="+xLabel+"&yLabel="+yLabel;
    565567          url += "&title="+HTML.urlEncode(bioAssay.getName());
Note: See TracChangeset for help on using the changeset viewer.