[haskell-gnuplot] Set view command

Henning Thielemann lemming at henning-thielemann.de
Wed Feb 22 17:12:50 GMT 2012


On Wed, 22 Feb 2012, Grigory Sarnitskiy wrote:

>> 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.
>
> Is there a way to set it inside plotFunc3d?

You may consider using the Custom Attribute. But for more sophisticated 
stuff I recommend the Advanced interface as demonstrated in the Demo 
module.



More information about the Gnuplot mailing list