Error in displaying graphics
I posted this error in stackoverflow assuming it was an R problem. However, more and more I'm inclined to believe it is linux related error. The moment I press enter after typical plot command a small window pops up but empty and I get the error
Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 11 could not be loaded
I updated the system, installed the packages suggested in the mentioned post yet without any succuss. could you please help?
Thank you
Edit:
I already tried the answer here but it didn't work.
display r
add a comment |
I posted this error in stackoverflow assuming it was an R problem. However, more and more I'm inclined to believe it is linux related error. The moment I press enter after typical plot command a small window pops up but empty and I get the error
Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 11 could not be loaded
I updated the system, installed the packages suggested in the mentioned post yet without any succuss. could you please help?
Thank you
Edit:
I already tried the answer here but it didn't work.
display r
Excuse me sir, but have you recently tried to download, build or debug any programs from the inter web
– hello moto
Jul 17 '18 at 10:52
check me out > askubuntu.com/questions/449578/…
– hello moto
Jul 17 '18 at 11:00
add a comment |
I posted this error in stackoverflow assuming it was an R problem. However, more and more I'm inclined to believe it is linux related error. The moment I press enter after typical plot command a small window pops up but empty and I get the error
Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 11 could not be loaded
I updated the system, installed the packages suggested in the mentioned post yet without any succuss. could you please help?
Thank you
Edit:
I already tried the answer here but it didn't work.
display r
I posted this error in stackoverflow assuming it was an R problem. However, more and more I'm inclined to believe it is linux related error. The moment I press enter after typical plot command a small window pops up but empty and I get the error
Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 11 could not be loaded
I updated the system, installed the packages suggested in the mentioned post yet without any succuss. could you please help?
Thank you
Edit:
I already tried the answer here but it didn't work.
display r
display r
edited Jul 17 '18 at 11:11
H.Hasani
asked Jul 17 '18 at 10:20
H.HasaniH.Hasani
112
112
Excuse me sir, but have you recently tried to download, build or debug any programs from the inter web
– hello moto
Jul 17 '18 at 10:52
check me out > askubuntu.com/questions/449578/…
– hello moto
Jul 17 '18 at 11:00
add a comment |
Excuse me sir, but have you recently tried to download, build or debug any programs from the inter web
– hello moto
Jul 17 '18 at 10:52
check me out > askubuntu.com/questions/449578/…
– hello moto
Jul 17 '18 at 11:00
Excuse me sir, but have you recently tried to download, build or debug any programs from the inter web
– hello moto
Jul 17 '18 at 10:52
Excuse me sir, but have you recently tried to download, build or debug any programs from the inter web
– hello moto
Jul 17 '18 at 10:52
check me out > askubuntu.com/questions/449578/…
– hello moto
Jul 17 '18 at 11:00
check me out > askubuntu.com/questions/449578/…
– hello moto
Jul 17 '18 at 11:00
add a comment |
1 Answer
1
active
oldest
votes
You need to set the bitmap to "cairo".
options(bitmapType="cairo")
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1056843%2ferror-in-displaying-graphics%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to set the bitmap to "cairo".
options(bitmapType="cairo")
add a comment |
You need to set the bitmap to "cairo".
options(bitmapType="cairo")
add a comment |
You need to set the bitmap to "cairo".
options(bitmapType="cairo")
You need to set the bitmap to "cairo".
options(bitmapType="cairo")
answered Feb 4 at 14:33
GariniGarini
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1056843%2ferror-in-displaying-graphics%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Excuse me sir, but have you recently tried to download, build or debug any programs from the inter web
– hello moto
Jul 17 '18 at 10:52
check me out > askubuntu.com/questions/449578/…
– hello moto
Jul 17 '18 at 11:00