| changeset 9384 | 44300eb51817 |
| parent 9318 | 282968d49949 |
| child 9416 | 7ed8182b783d |
1.1 --- a/src/graphics.cc Tue Jun 09 06:33:10 2009 +0200 1.2 +++ b/src/graphics.cc Thu Jul 16 11:56:44 2009 -0400 1.3 @@ -472,7 +472,7 @@ 1.4 if (e > emax) 1.5 emax = e; 1.6 1.7 - if (e >= 0 && e < eminp) 1.8 + if (e > 0 && e < eminp) 1.9 eminp = e; 1.10 } 1.11 } 1.12 @@ -3364,7 +3364,6 @@ 1.13 array_property& ticks, 1.14 bool limmode_is_auto, bool is_logscale) 1.15 { 1.16 - 1.17 // FIXME -- add log ticks and lims 1.18 1.19 if (lims.get ().is_empty ())