annotate arrows/@vplotter/tostring.m @ 0:672052bd81f8

Initial partial import.
author samer
date Wed, 19 Dec 2012 22:38:28 +0000
parents
children
rev   line source
samer@0 1 function s=tostring(a)
samer@0 2 s=sprintf('vplotter<%s>',tostring(a.agraph));