vcs icon indicating copy to clipboard operation
vcs copied to clipboard

png not respecting user dims if bigger than screen (Mac)

Open doutriaux1 opened this issue 7 years ago • 19 comments

import vcs
x=vcs.init(geometry={"width":8000,"height":4000})
x.open()
x.plot([1,2,3,4,3,2,1])
x.png("bad",width=8000,height=4000,units="pixels")

bad

doutriaux1 avatar Feb 23 '17 05:02 doutriaux1