On Jan 14, 2013, at 1:51 PM, Berry Boessenkool wrote:
>
>
> Hi,
>
> I'm curious about Tab stops in graphics:
>
> plot(1)
> text(1.2, 1.2, "Char\nMoreChar")
>
> works fine, but
>
> text(1.2, 0.8, "Char\tMoreChar")
>
> doesn't.
> Exporting with pdf tells me that the sign width is unknown.
O
Hi,
I'm curious about Tab stops in graphics:
plot(1)
text(1.2, 1.2, "Char\nMoreChar")
works fine, but
text(1.2, 0.8, "Char\tMoreChar")
doesn't.
Exporting with pdf tells me that the sign width is unknown.
I'm not into informatics, so I don't know how a tabstop actually works. Is this
at all
2 matches
Mail list logo