Diff for /loncom/xml/lonplot.pm between versions 1.118.2.1 and 1.118.2.2

version 1.118.2.1, 2007/09/05 13:38:18 version 1.118.2.2, 2007/09/18 23:30:25
Line 493  my %curve_defaults = Line 493  my %curve_defaults =
  choices     => [keys(%linestyles)]   choices     => [keys(%linestyles)]
  },   },
      linewidth => {       linewidth => {
          default     => 4,           default     => 1,
          test        => $int_test,           test        => $int_test,
          description => 'Line width (may not apply to all line styles)',           description => 'Line width (may not apply to all line styles)',
          edit_type   => 'choice',           edit_type   => 'choice',

Removed from v.1.118.2.1  
changed lines
  Added in v.1.118.2.2


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