- Timestamp:
- Mar 20, 2009, 3:41:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/bioassaysets/view_bioassayset.jsp
r4669 r4825 524 524 String url = "../plotter/plot?ID="+ID+"&bioassay_id="+bioAssay.getId(); 525 525 url += "&type=scatter&width=400&height=300"; 526 url += "&cache=overview/bioassay." + bioAssay.getId() + "/maplot.png"; 526 527 url += "&x="+A+"&y="+M+"&xLabel="+xLabel+"&yLabel="+yLabel; 527 528 url += "&filter="+filter; … … 562 563 String url = "../plotter/plot?ID="+ID+"&bioassay_id="+bioAssay.getId(); 563 564 url += "&type=cfplot&width=400&height=300"; 565 url += "&cache=overview/bioassay." + bioAssay.getId() + "/cfplot.png"; 564 566 url += "&xLabel="+xLabel+"&yLabel="+yLabel; 565 567 url += "&title="+HTML.urlEncode(bioAssay.getName());
Note: See TracChangeset
for help on using the changeset viewer.