On Sep 12, 2010, at 4:11 PM, Paul Murrell wrote:
Hi
On 13/09/2010 7:57 a.m., baptiste auguie wrote:
Oh, right I see. I was completely off then. Maybe it's not so easy to
add<> delimiters after all, I'll have to look at the list of symbol
pieces to see if these can be constructed too.
The p
I see, thanks. Looking at this table I guess the short answer is no,
these cannot be made to scale and the only ones that could have
already been implemented in bgroup().
Thanks,
baptiste
On 12 September 2010 22:11, Paul Murrell wrote:
> Hi
>
> On 13/09/2010 7:57 a.m., baptiste auguie wrote:
>
Hi
On 13/09/2010 7:57 a.m., baptiste auguie wrote:
Oh, right I see. I was completely off then. Maybe it's not so easy to
add<> delimiters after all, I'll have to look at the list of symbol
pieces to see if these can be constructed too.
The plotmath stuff assumes a font with an Adobe Symbol en
Oh, right I see. I was completely off then. Maybe it's not so easy to
add <> delimiters after all, I'll have to look at the list of symbol
pieces to see if these can be constructed too.
Thanks,
baptiste
On 12 September 2010 21:42, David Winsemius wrote:
>
> On Sep 12, 2010, at 6:15 AM, baptiste
On Sep 12, 2010, at 6:15 AM, baptiste auguie wrote:
Thanks everyone. I've also had a look at plotmath.c where bgroup is
defined for "[", "{", "(", "." but not "<". It seems quite trivial to
add it, at first sight, however there is a part that I don't
understand in the RenderDelim routine,
stat
Thanks everyone. I've also had a look at plotmath.c where bgroup is
defined for "[", "{", "(", "." but not "<". It seems quite trivial to
add it, at first sight, however there is a part that I don't
understand in the RenderDelim routine,
static BBOX RenderDelim(int which, double dist, int draw, ma
On Sep 11, 2010, at 9:00 PM, Peter Ehlers wrote:
On 2010-09-11 16:14, Dennis Murphy wrote:
Hi Baptiste,
You need to use the symbol("\nnn") concept, where nnn denotes the
octal
symbol number. For< it's 074 and for> it's 076. This little test
seemed to
work:
plot(1, 1, main = expression
On 2010-09-11 16:14, Dennis Murphy wrote:
Hi Baptiste,
You need to use the symbol("\nnn") concept, where nnn denotes the octal
symbol number. For< it's 074 and for> it's 076. This little test seemed to
work:
plot(1, 1, main = expression(symbol("\074")~'x, y'~symbol("\076")))
HTH,
Dennis
It
Hi Baptiste,
You need to use the symbol("\nnn") concept, where nnn denotes the octal
symbol number. For < it's 074 and for > it's 076. This little test seemed to
work:
plot(1, 1, main = expression(symbol("\074")~'x, y'~symbol("\076")))
HTH,
Dennis
On Sat, Sep 11, 2010 at 10:01 AM, baptiste augu
What do people use to show angle brackets < > in R graphics? Have I
missed something obvious?
Thanks,
baptiste
On 9 September 2010 17:57, baptiste auguie
wrote:
> Dear list,
>
> I read in ?plotmath that I can use bgroup to draw scalable delimiters
> such as [ ] and ( ). The same technique fails
Dear list,
I read in ?plotmath that I can use bgroup to draw scalable delimiters
such as [ ] and ( ). The same technique fails with < > however, and I
cannot find a workaround,
grid.text(expression(bgroup("<",atop(x,y),">")))
Error in bgroup("<", atop(x, y), ">") : invalid group delimiter
Regar
11 matches
Mail list logo