|
From: Vince D. <vi...@sa...> - 2002-07-11 19:07:49
|
I have one more suggestion. The error you are getting is because of the
call to 'pldefaults' in plplot.tcl (whichever version of plplot.tcl is
being picked up load; I'm not sure if that will be the one in pwd or in
/usr/..). Replace the single line with 'pldefaults' with:
catch {pldefaults}
and see if that helps. At the very least you should not get the same
error message!
-- Vince
<http://www.santafe.edu/~vince>
|