SCM

Forum: help

Monitor Forum | Start New Thread Start New Thread
RE: Adding planetary symbols to a graph [ Reply ]
By: Super Leo on 2018-08-17 23:13
[forum:46222]
FYI the answer I have found, as I am confident this will help some. The trick is to pass the symbol through the Unicode, instead of all of the babbling here and there. Here is an example for Jupiter

plot(9,9)

text(9, 9, , label="\u2643", pos=1)



Adding planetary symbols to a graph [ Reply ]
By: Super Leo on 2018-08-15 16:52
[forum:46219]
Hello,

I am trying to add planetary symbols to a graph in R, while plotting planetray positions. Hershey seems to have those symbols embedded; e.g., demo(Hershey) gives the symbol \\JU for the planetary symbol of Jupiter.

The problem is that I cannot add those symbols to the function text().

Any trick to make me move forward?

Thanks in advance.

Thanks to:
Vienna University of Economics and Business Powered By FusionForge