repo.or.cz
/
PyX.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix cross-device link error
[PyX.git]
/
design
/
dtk
/
text.py
blob
7d142616c556f0419ef721a8c8e7674b3776fb6e
1
from
pyx
import
*
2
c
=
canvas
.
canvas
()
3
c
.
text
(
0
,
0
,
r
"Das ist eine Textausgabe mit \TeX."
)
4
c
.
writeEPSfile
(
"text"
)