vanselm - 2012-11-21

What is to do in order to fix this bug:

1) LinearScale.sc :
In function "override public void PickScale( GraphPane pane, Graphics g, float scaleFactor )" comment out the block with "if ( _max - _min < 1.0e-30 )" check.

2) Scale.cs:
In function "internal void SetScaleMag( double min, double max, double step )" comment out the checks "if ( Math.Abs( _min ) > 1.0e-30 )" and "if ( Math.Abs( _max ) > 1.0e-30 )".

I hope you publish the new patch with this bugfix soon. Thanks.