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
add support for pfm font matrices
[PyX.git]
/
examples
/
hello.py
blob
df944a2c9ee035e5659d2212939f4145fedda892
1
from
pyx
import
*
2
3
c
=
canvas
.
canvas
()
4
c
.
text
(
0
,
0
,
"Hello, world!"
)
5
c
.
stroke
(
path
.
line
(
0
,
0
,
2
,
0
))
6
c
.
writeEPSfile
()
7
c
.
writePDFfile
()