[Thread Prev][Thread Next][Index]

Re: [ferret_users] Re: [ferret_users] pyferret aliasing in jupyter notebooks



Hi,

I have released a new version of ferretmagic to expose a new option
called --outline to control the behaviour proposed by pyferret from the qualifier /outiline=

/OUTLINE=
shade i[i=1:100]*j[j=1:100]*0
frame/xpixel=800/file=tyty.png/format=PNG
 
$ pyferret -script simple.jnl
produces a correct image ok.png
 
whereas
$ pyferret -unmapped -script simple.jnl
produces a aliased image (horizontal lines are visible) aliased.png
[Thread Prev][Thread Next][Index]