Diff for /loncom/xml/lonplot.pm between versions 1.103 and 1.104

version 1.103, 2004/09/13 13:34:06 version 1.104, 2004/12/02 15:38:11
Line 246  my %gnuplot_defaults = Line 246  my %gnuplot_defaults =
      bmargin   => {       bmargin   => {
  default     => 'default',   default     => 'default',
  test        => sub {$_[0]=~/^(default|\d+)$/},   test        => sub {$_[0]=~/^(default|\d+)$/},
  description => 'Bottm margin width (pts):',   description => 'Bottom margin width (pts):',
  edit_type   => 'choice',   edit_type   => 'choice',
          choices     => $margin_choices,           choices     => $margin_choices,
          },           },

Removed from v.1.103  
changed lines
  Added in v.1.104


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