~ubuntu-branches/debian/sid/pyx/sid

« back to all changes in this revision

Viewing changes to manual/connector.py

  • Committer: Package Import Robot
  • Author(s): Stuart Prescott
  • Date: 2012-12-17 13:45:12 UTC
  • mto: (9.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: package-import@ubuntu.com-20121217134512-q85pr3q75fxii7mq
Tags: upstream-0.12.1
ImportĀ upstreamĀ versionĀ 0.12.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
 
120
120
# write everything
121
121
c1.insert(c2, [trafo.translate(6.5, 0)])
122
 
c1.writeEPSfile("connector", paperformat=document.paperformat.A4)
123
 
c1.writePDFfile("connector")
 
122
c1.writePDFfile()
124
123
 
125
124
# vim:foldmethod=marker:foldmarker=<<<,>>>