pyx-project / pyx

Repository of PyX, a Python package for the creation of PostScript, PDF, and SVG files.
https://pyx-project.org/
GNU General Public License v2.0
109 stars 18 forks source link

How to crop a picture? #42

Closed gaopeng-nreal closed 1 year ago

gaopeng-nreal commented 1 year ago

If I draw a picture and want to crop its edges, is there a related function? We are expecting a reply!

joerg-lehmann commented 1 year ago

Please have a look at the example https://pyx-project.org/examples/drawing2/clipping.html in order to see how cropping works.