Skip to content

Commit cc9d77b

Browse files
author
sfeam
committed
plot with table should not invalidate yrange
1 parent 6393c87 commit cc9d77b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/plot2d.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef lint
2-
static char *RCSid() { return RCSid("$Id: plot2d.c,v 1.435 2017-07-18 21:30:07 sfeam Exp $"); }
2+
static char *RCSid() { return RCSid("$Id: plot2d.c,v 1.436 2017-07-19 03:25:26 sfeam Exp $"); }
33
#endif
44

55
/* GNUPLOT - plot2d.c */
@@ -2809,9 +2809,6 @@ eval_plots()
28092809
if (CB_AXIS.autoscale & AUTOSCALE_MAX)
28102810
CB_AXIS.max = 255;
28112811
}
2812-
if (this_plot->plot_style == TABLESTYLE) {
2813-
Y_AXIS.min = Y_AXIS.max = not_a_number();
2814-
}
28152812
if (polar) {
28162813
polar_range_fiddling(this_plot);
28172814
}

0 commit comments

Comments
 (0)