~ubuntu-branches/ubuntu/trusty/pyx/trusty

« back to all changes in this revision

Viewing changes to manual/epsfile.tex

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2006-11-26 14:04:53 UTC
  • mfrom: (2.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061126140453-1dq3cycpspmlik2t
Tags: 0.9-3
* New maintainer. Thank you for more than three years of
  maintenance,  Graham! Closes: #400087
* Don't hard-code python 2.3 in manual/Makefile.
  Thanks to Matthias Klose for the bug report and patch.
  Closes: #392634
* Remove obsolete dh_python call from debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
\begin{tabularx}{\linewidth}{l>{\raggedright\arraybackslash}X}
20
20
argument name&description\\
21
21
\hline
22
 
\texttt{x} & $x$-coordinate of position (measured in user
23
 
units by default).\\
24
 
\texttt{y} & $y$-coordinate of position (measured in user
25
 
units by default).\\
 
22
\texttt{x} & $x$-coordinate of position.\\
 
23
\texttt{y} & $y$-coordinate of position.\\
26
24
\texttt{filename} & Name of the EPS file (including a possible
27
25
extension).\\
28
26
\texttt{width=None} & Desired width of EPS graphics or \texttt{None}
29
27
for original width. Cannot be combined with scale specification.\\
30
 
\texttt{heigth=None} & Desired height of EPS graphics or \texttt{None}
 
28
\texttt{height=None} & Desired height of EPS graphics or \texttt{None}
31
29
for original height. Cannot be combined with scale specification.\\
32
30
\texttt{scale=None} & Scaling factor for EPS graphics or \texttt{None}
33
31
for no scaling. Cannot be combined with width or height specification.\\