And then I want to add a little title, preferebly just above the red
line on the left side in the plot, that says something like "Current
value".
smu
unread,
Aug 5, 2009, 8:36:54 AM8/5/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jeroen, ggplot2
try:
+ annotate("text",x,y,label)
regards,
stefan
Jeroen Ooms
unread,
Aug 8, 2009, 11:28:46 AM8/8/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jeroen, ggplot2
Thank you! Is there an easy way to annotate a text in for example the upper left corner of my plot? I have difficulties arranging this with x and y, because both scales are highly variable, and x is a date. Furthermore positioning of the text seems to depend on the size of the output device.
Now I would like an annotation somewhere, for example in the left top
corner of the graph, that displays the result of Sys.time() (i.e. the
time at which the plot was made).