Open martin-raden opened 5 years ago
both for time and memory line plots
I fixed it. Then I found a bug. It should not have 15 entries. It should have 30 entries. organism*sRNAs. I fixed this. But how should it be labeled now ? 0-30 with a step size of 2 ? (meaning that the data starts with 1 and ends with 30, but the labeling starts with 0) or differently ? I will commit the bugfree version and change the xticks next.
https://github.com/BackofenLab/IntaRNA-benchmark/blob/a43eabf8da11c34710c62273a5da63e918914773/bin/plot.py#L244
please add 1-based x-labels by explicitely putting x values eg using something like (not sure about the correct syntax)
range(1,1+timeDict[key].len())
ping @Fulanko