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 question.(5)

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

ITtutoria

ITtutoria Logo ITtutoria Logo

ITtutoria Navigation

  • Python
  • Java
  • Reactjs
  • JavaScript
  • R
  • PySpark
  • MYSQL
  • Pandas
  • QA
  • C++
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Python
  • Science
  • Java
  • JavaScript
  • Reactjs
  • Nodejs
  • Tools
  • QA
Home/ Questions/Ways to resolve the error - error in grid.call(c_textbounds, as.graphicsannot(x$label), x$x, x$y, : polygon edge not found
Next
Answered
Chloë Etienne
  • 18
Chloë Etienne
Asked: May 12, 20222022-05-12T11:38:09+00:00 2022-05-12T11:38:09+00:00In: r

Ways to resolve the error – error in grid.call(c_textbounds, as.graphicsannot(x$label), x$x, x$y, : polygon edge not found

  • 18

. Advertisement .

..3..

. Advertisement .

..4..

In the process of completing my work, I encountered the following problem:

Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : 
  Polygon edge not found
 In addition: Warning messages:
 1: In grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
  no font could be found for family "Arial"
 2: In grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
  no font could be found for family "Arial"

Below is the code I ran:

library(ggplot2)
 qplot(mpg, wt, data=mtcars)

What’s causing it, and how can it be resolved in the “error in grid.call(c_textbounds, as.graphicsannot(x$label), x$x, x$y, : polygon edge not found“ in the r?

ggplot2
  • 2 2 Answers
  • 218 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook
  • Report

2 Answers

  • Voted
  • Oldest
  • Recent
  • Random
  1. Best Answer
    lyytutoria Expert
    2022-05-31T23:24:01+00:00Added an answer on May 31, 2022 at 11:24 pm

    The cause: This error occurs because the arial font file had been disabled.

    Solution: First you need to check to see whether Arial.ttf has been moved to the disabled fonts directory from the terminal:

    ls /Library/Fonts\ Disabled
    

    Then, let’s move it back to the active fonts directory.

    sudo mv /Library/Fonts\ Disabled/Arial.ttf /Library/Fonts

    You can log in, log out, then open the ‘Font Book’ application. Arial had been there before in my case, but it was the Microsoft version stored in /Library/fonts/Microsoft/. A yellow triangle may be shown next to the font name by Font Book, indicating that multiple copies of the font exist. Highlight the font name and chose the Resolve Duplicates command from the Edit menu. This will disable the Microsoft copy, which you can confirm by choosing one of the arial type faces (click the expand triangle next to the font name), click right on the one labelled Off, and choose Reveal in Finder, it will open a window to Microsoft fonts directory.

     

    • 12
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Liam Antoine
    2022-05-25T19:46:10+00:00Added an answer on May 25, 2022 at 7:46 pm

    This happened to me, and I discovered that the arial font had been disabled. First, check if Arial.ttf was moved to the Disabled Fonts directory. From the terminal:

    ls /Library/Fonts\ Disabled

    If so, you can move it back into the active fonts directory.

    sudo mv /Library/Fonts\ Disabled/Arial.ttf /Library/Fonts

    Log out, log back in, and then open the Font Book application. In my case, although arial was already present, it was actually the Microsoft version stored in /Library/fonts/Microsoft/. Font Book might now display a yellow triangle near the font name. This indicates that multiple copies exist. Highlight the font name, and then choose the Resolve Duplicates command in the Edit menu. This should disable Microsoft copy. To confirm, click the expand triangle next the font name, right-click on Off and choose Reveal in Finder. You will then be able to open the Microsoft fonts directory.

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

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question
  • How to Split String by space in C++
  • How To Convert A Pandas DataFrame Column To A List
  • How to Replace Multiple Characters in A String in Python?
  • How To Remove Special Characters From String Python

Explore

  • Home
  • Tutorial

Footer

ITtutoria

ITtutoria

This website is user friendly and will facilitate transferring knowledge. It would be useful for a self-initiated learning process.

@ ITTutoria Co Ltd.

Tutorial

  • Home
  • Python
  • Science
  • Java
  • JavaScript
  • Reactjs
  • Nodejs
  • Tools
  • QA

Legal Stuff

  • About Us
  • Terms of Use
  • Privacy Policy
  • Contact Us

DMCA.com Protection Status

Help

  • Knowledge Base
  • Support

Follow

© 2022 Ittutoria. All Rights Reserved.

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.