Revision history of "File:PythonSinEx36.png"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 05:46, 21 March 2021T (talk | contribs). . (1,283 bytes) (+1,283). . (Example of direct graphics from Python to EPS ==Description== <pre> import math f= open("36.eps","w+") def ado(x,y): f.write("%!PS-Adobe-2.0 EPSF-2.0\r\n%%") f.write("BoundingBox: 0 0 %d " %x) f.write("%d\r\n" %y) f.write("/RGB {setrgbco...)