The gnuplot viewer classes were written a long time ago and we don't use them.
Any patches by knowledgeable gnuplot users would be welcome.
On Jul 15, 2010, at 3:51 PM, Benny Malengier wrote:
> Hi,
>
> I obtain a strange resulting figure with Gnuplot2DViewer, which is due to the
> line:
>
> self.g('set dgrid3d %i, %i, 2' % (ny, nx))
>
> It is more correct with
>
> self.g('set dgrid3d %i, %i, 16' % (ny, nx))
>
> I find the gnuplot explanation lacking however:
>
> http://www.nada.kth.se/cgi-bin/info?%28gnuplot.info%29set%20dgrid3d
>
> I would be interested if somebody could run his examples also for
> gnuplot2dviewer with norm 16 to see if there is a problem with changing this
> from 2 to 16 for all cases (as opposed to my hack for my specific problem).
> Or perhaps somebody is more knowledgable with gnuplot?
>
> Benny