We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6393c87 commit cc9d77bCopy full SHA for cc9d77b
src/plot2d.c
@@ -1,5 +1,5 @@
1
#ifndef lint
2
-static char *RCSid() { return RCSid("$Id: plot2d.c,v 1.435 2017-07-18 21:30:07 sfeam Exp $"); }
+static char *RCSid() { return RCSid("$Id: plot2d.c,v 1.436 2017-07-19 03:25:26 sfeam Exp $"); }
3
#endif
4
5
/* GNUPLOT - plot2d.c */
@@ -2809,9 +2809,6 @@ eval_plots()
2809
if (CB_AXIS.autoscale & AUTOSCALE_MAX)
2810
CB_AXIS.max = 255;
2811
}
2812
- if (this_plot->plot_style == TABLESTYLE) {
2813
- Y_AXIS.min = Y_AXIS.max = not_a_number();
2814
- }
2815
if (polar) {
2816
polar_range_fiddling(this_plot);
2817
0 commit comments