repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'rtoy-html-support-external-docs'
[maxima.git]
/
doc
/
info
/
figures
/
draw_label_orientation.mac
blob
dd1330666d453c4988d897a14f4dd1f90e971e60
1
load("docdraw.mac");
2
docdraw2d("figures/draw_label_orientation",
3
xrange = [0,10],
4
yrange = [0,10],
5
point_size = 0,
6
points([[5,5]]),
7
color = navy,
8
label(["Horizontal orientation (default)",5,2]),
9
label_orientation = 'vertical,
10
color = "#654321",
11
label(["Vertical orientation",1,5])
12
)$