|
From: Dan J. <ji...@ji...> - 2004-05-18 23:44:29
|
H> [Please restrict yourself to posting to *one* mailing list.
I was guessing that it was another project that bounces bugs from
non-subscribers, so I tried full power mode. Glad to know that isn't
the case.
H> best be done as a demo script.
good idea
>> Splotting a sphere looks squashed.
H> set size square
H> set ticslevel 0
Odd that you squash by default. A rather one sided decision :-)
H> In spite of the docs saying 'set size square' doesn't affect 3D plots, it
H> does.
glad I didn't RTFM.
Ok, instant sphere on Debian
#show _evenly spaced_ points on a sphere
dxfsphere 5|dxf2vrml|
perl -nlwe "BEGIN{print q{unset key;set size square;set ticslevel 0;splot '-'}};
print if (/point/../Indexed/)&&/\d/"|
gnuplot -persist #not from emacs' compile mode though still
|