list a 11 12 13 14 | 21 22 23 24 | 31 32 33 34 | 41 42 43 44
xrange 0 3
yrange 0 3
for $x 0 3 1
for $y 0 3 1
text $x $y 'a($x,$y)=',a($x,$y)
next
next
or like this
list a 11 12 13 14 | 21 22 23 24 | 31 32 33 34 | 41 42 43 44
xrange 0 3
yrange 0 3
for $x 0 3 1
for $y 0 3 1
text $x $y '',a($x,$y)
next
next
list a 11 12 13 14 | 21 22 23 24 | 31 32 33 34 | 41 42 43 44xrange 0 3yrange 0 3font ['fnt'="size=-2]for $x 0 3 1for $y 0 3 1text $x $y a.nx.ny a.ny.nx '@@',(a($x,$y)) 'b'nextnextI am unable to reduce the font size of value either by using '@' or by using the fontsize function. Line 4 is wrong command
and @@ reduce the size of first digit of value only.
There are 2 queries1. How to reduce font size of complete value?
2. Can we convert value in text string?
You received this message because you are subscribed to the Google Groups "MathGL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathgl+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/mathgl/1063564914.804701.1751338046105%40mail.yahoo.com.