handwriting-generation icon indicating copy to clipboard operation
handwriting-generation copied to clipboard

No animation seen on mac

Open ishandutta2007 opened this issue 6 years ago • 1 comments

I see no difference, irrespective of wheather option --animation is given or not. Generative for pretrained model. My python version is 3.4.2 My OS-X version is 1.13.6

ishandutta2007 avatar Nov 20 '18 12:11 ishandutta2007

Went through the code . Found the issue(not reason yet though) Firstly the first plot which renders is the static one with or without info based on whatever option you give(line 161-206). On closing that window the animated plot was supposed to render. But it is not rendering on mac for the frameon=False (line 209), reverting it to frameon=True(default) solved the issue.

Keeping the issue open until I figure out why hiding frame is breaking the code.

ishandutta2007 avatar Nov 22 '18 17:11 ishandutta2007