Diff for /loncom/xml/lonplot.pm between versions 1.77 and 1.78

version 1.77, 2002/06/13 17:58:47 version 1.78, 2002/10/11 13:06:46
Line 319  my %axis_defaults = Line 319  my %axis_defaults =
      color   => {       color   => {
  default => 'x000000',    default => 'x000000', 
  test => $color_test,   test => $color_test,
  description => 'color of axes (x000000)',   description => 'color of grid lines (x000000)',
  edit_type   => 'entry',   edit_type   => 'entry',
  size        => '10'   size        => '10'
  },   },

Removed from v.1.77  
changed lines
  Added in v.1.78


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