rougier / ten-rules

Ten simple rules for better figures
http://www.ploscompbiol.org/article/info:doi/10.1371/journal.pcbi.1003833
291 stars 72 forks source link

Small error in figure 7 #3

Open jnsturgis opened 1 year ago

jnsturgis commented 1 year ago

Thanks so much for this super article that I am enjoying and using in my teaching... Going over the figures and reworking some of them for my illustrations I notice that in the "nice" version of figure 7 the labels are inverted compared to the other one (i.e. Series 7 is in fact Series 1 in the first part!!!! (The spike at the end is on the black not the blue line)...

To fix it I modified the labeling statement to: label = "Series %d" % (7-i)

To make the point more clearly (and it is what showed me the error) I modified one of the series... Y[4] = 0.2 + Y[4]/2

rougier commented 1 year ago

Oh my god, you're right. Nobody noticed before you did! Can you make PR to correct it?