Diff for /loncom/xml/lonplot.pm between versions 1.93 and 1.94

version 1.93, 2003/10/30 20:52:54 version 1.94, 2004/01/07 18:16:02
Line 244  my %gnuplot_defaults = Line 244  my %gnuplot_defaults =
  test        => sub {$_[0]=~/^(Polar|Cartesian)$/},   test        => sub {$_[0]=~/^(Polar|Cartesian)$/},
  description => 'Plot type:',   description => 'Plot type:',
  edit_type   => 'choice',   edit_type   => 'choice',
          choices     => ['Polar','Cartesian']           choices     => ['Cartesian','Polar']
          },           },
      );       );
   

Removed from v.1.93  
changed lines
  Added in v.1.94


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>