1 | initial version |
The print output is as intended, but gl plot ignores "\n"
It seems that neither text
nor text3d
translate \n
as a newline. However, this is not mentioned in their respective documentation...
Is there a special syntax for strings in plots?
It seems that text{3d}
ignores control characters.
Do I really have to add (and position) each line separately?
It seems so...
I wanted to provide portable and multiple HTML plot pages facilitating comparing plots, and provide enough information in the plots so that they describe themselves; more or less. So the id's don't get forgotten and lost.
Create wrapper functions, which compute their labels, use default values if not passed.
Now that I think about it; there are special functions that, I think, said they would combine html "fragments" (what ever they are). Does anybody know about these programs? References are fine.
I doubt it :in Sage label positions are computed in the problem space ; in HTML, they are interpreted as relative to the display space....
HTH,