Where is the problem?

2021-02-25 Thread RD
Python 3.4.3 on WinXP. I create a Tk canvas and draw on it with create_text(), create_line(), and create_polygon with fill and stipple. So far, so good, looks fine on the screen. So I go to send it to a postsctript file: bmap.postscript(file="tmp.ps", colormode='color') It generates a file, n

Re: Where is the problem?

2021-02-27 Thread RD
nvas.postscript( >file = "image/ps/xyzzy.ps , >height = 400 , >width = 400 , >pagewidth = 400 , >pageheight = 400 , >colormode = "color" ) [snip] Wow! It worked! Thankyout