|
| <prev next> |
RE: hp2ps: MARKs wrongly placed unless x-axis starts at zero: msg#00086lang.haskell.glasgow.bugs
> The following seems to do the trick. > > N > > > *** Marks.bad.c 2003-07-30 18:00:12.000000000 +0100 > --- Marks.c 2003-07-30 18:00:15.000000000 +0100 > *************** > *** 16,22 **** > floatish m; > > for (i = 0; i < nmarks; i++) { > ! m = (markmap[i] / xrange) * graphwidth; > Caret(xpage(m), ypage(0.0), 4.0); > } > } > --- 16,22 ---- > floatish m; > > for (i = 0; i < nmarks; i++) { > ! m = ((markmap[i] - samplemap[0]) / xrange) * graphwidth; > Caret(xpage(m), ypage(0.0), 4.0); > } > } Committed; thanks. Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: hp2ps: MARKs wrongly placed unless x-axis starts at zero, Nicholas Nethercote |
|---|---|
| Previous by Thread: | RE: hp2ps: MARKs wrongly placed unless x-axis starts at zero, Nicholas Nethercote |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |