repo.or.cz
/
PyX
/
mjg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use the original axis name in the adjustaxis method of the range style for absolute...
[PyX/mjg.git]
/
www
/
png
/
bend.py
blob
1e2b9cc3432d92d5a83b3449f760b84a8d510f01
1
from
pyx
import
*
2
text
.
set
(
mode
=
"latex"
)
3
4
c
=
canvas
.
canvas
()
5
c
.
text
(
0
,
0
,
r
"\font\manual=manfnt\manual\raisebox
{0pt}
[9pt][11pt]{\char127}"
)
6
c
.
writeEPSfile
(
"bend"
)