[haskell-gnuplot] Set view command
Henning Thielemann
lemming at henning-thielemann.de
Wed Feb 22 09:51:06 GMT 2012
On Wed, 22 Feb 2012, Grigory Sarnitskiy wrote:
> How do I specify "set view" command with the gnuplot package?
>
> I need
>
> set view equal xyz
>
> to have a non-distorted isometry in 3d plots.
I cannot find these options in my gnuplot info page. You may use
> import qualified Graphics.Gnuplot.Frame.OptionSet as OptionSet
> import qualified Graphics.Gnuplot.Frame.Option as Option
> OptionSet.add Option.view ["equal", "xyz"]
but that will conflict with other uses of OptionSet.view.
More information about the Gnuplot
mailing list