complete != combined
This commit is contained in:
parent
90a4c464e4
commit
7b1862a23e
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ makeplot = function(x, # the DataFrame to plot
|
|||
plot_data = x[x$resampling==resampler,]
|
||||
y_coord_min = min(plot_data[selection], na.rm=TRUE)
|
||||
|
||||
if (y_coord_min >= 0) {
|
||||
if (y_coord_min > 0) {
|
||||
y_coord_min = 0
|
||||
}
|
||||
if (display_infobox) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue