Groups
Groups
Sign in
Groups
Groups
ez4r
Conversations
About
Send feedback
Help
Change line width in ezPlot?
581 views
Skip to first unread message
or duek
unread,
May 28, 2012, 3:53:52 AM
5/28/12
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 ez4r
Hi,
Is there a way to change line width and/or color in ezPlot?
pulpo
unread,
May 31, 2012, 10:02:28 AM
5/31/12
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 ez...@googlegroups.com
you can change the color with
scale_colour_manual()
for example:
ezPlot(...)+
scale_colour_manual(
values
=c(
"#FF0000"
,
"#0000FF"
)
)
or duek
unread,
Jun 4, 2012, 4:23:54 AM
6/4/12
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 ez...@googlegroups.com
Thank you very much.
This is very helpful.
I understand there is no way to change line width... :(
Is there an option to set those color criteria as default?
Reply all
Reply to author
Forward
0 new messages