Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8443843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:14:53+00:00 2026-06-10T09:14:53+00:00

I would like to modify the legend in ggplot2 using the text geom. Example

  • 0

I would like to modify the legend in ggplot2 using the text geom. Example is shown below. I want to change the a’s to points (circles) and instead of 1, 2, 3 use custom names such as low, medium, high. Any suggestions would be greatly appreciated.

Example Data:

   x  y Freq colors
1 -2 32    2      1
2 -2 36    1      1
3 -2 37    1      1
4 -2 40    2      1
5 -1 32    2      1
6  0 29    2      1

Code:

  fit=ggplot(a1,aes(x,y,color=factor(colors)),col=colors)+
    geom_text(aes(label=Freq),size=5)+
    theme_bw()+
    opts(legend.position='top',
         legend.title=theme_blank(),
         legend.key=theme_rect(fill="white",colour="white"))
  print(fit)

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T09:14:55+00:00Added an answer on June 10, 2026 at 9:14 am

    Thanks to Tyler’s comments I found a solution (note the grid library needs to be loaded):

      fit=ggplot(a1,aes(x,y,color=factor(colors)),col=colors)+
        geom_text(aes(label=Freq),size=5)+
        theme_bw()+
        scale_color_hue(breaks=c("1", "2", "3"),
                          labels=c("Low", "Medium", "High"))+
        opts(legend.position='top',
             legend.title=theme_blank(),
             legend.key=theme_rect(fill="white",colour="white"))
      print(fit)
      grid.gedit("^key-[-0-9]+$", label = "*")
    

    I wish I could make the “*” bigger in the legend, I understand the next version of ggplot2 will have more legend controls.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to modify an object private variable class Example(): __myTest1 = 1
I'm using HighLine to write my console application and I would like to modify
I would like to select a node and modify its attributes and child-nodes using
I would like to load a HTML document and modify it's text in PHP.
i would like modify text of xml tag value i have used an xml
I'm new to Javascript and would like to modify a text string by clicking
I have the code below. I would like to modify the first three characters
I would like to modify my jQuery to not use $ because using the
I'm using the symfony plugin sfMultipleAjaxUploadGalleryPlugin , and I would like to modify it's
I would like to modify text in a document that is in the form

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.