view test/@Gork/subsref.m @ 9554:bda3513e7ba9

Fix test for setting of datasource properties. Add the edgecolor property to contours
author David Bateman <dbateman@free.fr>
date Sat, 22 Aug 2009 21:48:27 +0200
parents f9ab19428cd8
children
line wrap: on
line source

function x = subsref(g, s)

  switch s.type
  case '.'
    switch s.subs
    case 'gyrk'
      x = g.gyrk;
  end
end