gnu plot integration still (partially) broken on OSX
Subject: gnu plot integration still (partially) broken on OSX
From: Jaime Villate
Date: Tue, 15 May 2012 13:54:10 +0100
On 05/15/2012 12:17 PM, Hermann Klocker wrote:
> I use to create 3d-graphics using gnuplot either via draw3d or via plot3d, both commands seem to fail:
> 1. draw3d shows nothing, it does work on windows.
> 2. plot3d shows a plot but does not interact with mouse to rotate the view.
>
> Do I miss something?
>
Hi,
I can't try to reproduce your problem because I do not have OSX, but I
suspect it has to do
with the default terminal used in gnuplot (I guess X11?) not having
mouse support and other
features required by draw3d. You could try changing the gnuplot_term
plot option to other
terminal in OSX's version of gnuplot (see "? gnuplo_term").
You could also try adding the option
[plot_format, xmaxima]
to your plot3d commands and see whether you like it.
Cheers,
Jaime