how can I have more legends in size?How to put the legend out of the plotHow to make a great R reproducible exampleTwo geom_points add a legendggplot - change size of dotsR ggplot remove certain items from legendHow to plot several plots with same legend ggplot2, RHow to show more bubble sizes in legend of ggplot?Conditional legend symbols in ggplot2Printing an empty ggplot with a legendHow to adjust legend properties to display 2 characteristics?

Can a network vulnerability be exploited locally?

How could a self contained organic body propel itself in space

Why does the weaker C–H bond have a higher wavenumber than the C=O bond?

Why is 3/4 a simple meter while 6/8 is a compound meter?

RAID0 instead of RAID1 or 5, is this crazy?

Inspiration for failed idea?

Convert shapefille to KML

Why haven't the British protested Brexit as ardently like Hong Kongers protest?

Why do presidential pardons exist in a country having a clear separation of powers?

Idiomatic way to create an immutable and efficient class in C++?

Does Dovescape counter Enchantment Creatures?

Are spot colors limited and why CMYK mix is not treated same as spot color mix?

Scaling arrows.meta with tranform shape

Why doesn't Starship have four landing legs?

Coupling two 15 Amp circuit breaker for 20 Amp

Why can't I identify major and minor chords?

Necessity of tenure for lifetime academic research

How do I portray irrational anger in first person?

Is there a way to tell what frequency I need a PWM to be?

Why is "I let him to sleep" incorrect (or is it)?

Is the Amazon rainforest the "world's lungs"?

Board Chinese train at a different station (on-route)

What is the sound/audio equivalent of "unsightly"?

Is it unusual for a math department not to have a mail/web server?



how can I have more legends in size?


How to put the legend out of the plotHow to make a great R reproducible exampleTwo geom_points add a legendggplot - change size of dotsR ggplot remove certain items from legendHow to plot several plots with same legend ggplot2, RHow to show more bubble sizes in legend of ggplot?Conditional legend symbols in ggplot2Printing an empty ggplot with a legendHow to adjust legend properties to display 2 characteristics?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am doing balloon plot in ggplot. How could I make my size legend will me more. When I practice it in a book or online it always 4 at the legend and on mine only two. what is depends on and how could I change it?
my task. I am doing a ggplot and the size is the area.
I have countries expenses and area of the country and I have 3 years



gplot(data, aes(x=country, y=expenses, size=areakm2, fill=year))+
geom_point(shape=21) +
scale_x_continuous(breaks=seq(1,27, by=1)) +
scale_size(range = c(1,15)) +
scale_size_continuous(breaks=c(5000,10000,15000,20000))


I think I found a solution for the legend have more bouble but then my size range not works. How can I have bigger bouble then and make my size range works



and my other questions online every time I saw this kind of plot if the dots on each other then the smaller one always on top but for me the big one in top so can't see the small one.










share|improve this question





















  • 1





    can you include your data, your current plot and an example of what you would like? As it is this question is a little hard to understand

    – RAB
    Mar 27 at 22:13

















0















I am doing balloon plot in ggplot. How could I make my size legend will me more. When I practice it in a book or online it always 4 at the legend and on mine only two. what is depends on and how could I change it?
my task. I am doing a ggplot and the size is the area.
I have countries expenses and area of the country and I have 3 years



gplot(data, aes(x=country, y=expenses, size=areakm2, fill=year))+
geom_point(shape=21) +
scale_x_continuous(breaks=seq(1,27, by=1)) +
scale_size(range = c(1,15)) +
scale_size_continuous(breaks=c(5000,10000,15000,20000))


I think I found a solution for the legend have more bouble but then my size range not works. How can I have bigger bouble then and make my size range works



and my other questions online every time I saw this kind of plot if the dots on each other then the smaller one always on top but for me the big one in top so can't see the small one.










share|improve this question





















  • 1





    can you include your data, your current plot and an example of what you would like? As it is this question is a little hard to understand

    – RAB
    Mar 27 at 22:13













0












0








0








I am doing balloon plot in ggplot. How could I make my size legend will me more. When I practice it in a book or online it always 4 at the legend and on mine only two. what is depends on and how could I change it?
my task. I am doing a ggplot and the size is the area.
I have countries expenses and area of the country and I have 3 years



gplot(data, aes(x=country, y=expenses, size=areakm2, fill=year))+
geom_point(shape=21) +
scale_x_continuous(breaks=seq(1,27, by=1)) +
scale_size(range = c(1,15)) +
scale_size_continuous(breaks=c(5000,10000,15000,20000))


I think I found a solution for the legend have more bouble but then my size range not works. How can I have bigger bouble then and make my size range works



and my other questions online every time I saw this kind of plot if the dots on each other then the smaller one always on top but for me the big one in top so can't see the small one.










share|improve this question
















I am doing balloon plot in ggplot. How could I make my size legend will me more. When I practice it in a book or online it always 4 at the legend and on mine only two. what is depends on and how could I change it?
my task. I am doing a ggplot and the size is the area.
I have countries expenses and area of the country and I have 3 years



gplot(data, aes(x=country, y=expenses, size=areakm2, fill=year))+
geom_point(shape=21) +
scale_x_continuous(breaks=seq(1,27, by=1)) +
scale_size(range = c(1,15)) +
scale_size_continuous(breaks=c(5000,10000,15000,20000))


I think I found a solution for the legend have more bouble but then my size range not works. How can I have bigger bouble then and make my size range works



and my other questions online every time I saw this kind of plot if the dots on each other then the smaller one always on top but for me the big one in top so can't see the small one.







r legend






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 27 at 23:02









RAB

2,0145 silver badges23 bronze badges




2,0145 silver badges23 bronze badges










asked Mar 27 at 22:00









DezdiDezdi

15 bronze badges




15 bronze badges










  • 1





    can you include your data, your current plot and an example of what you would like? As it is this question is a little hard to understand

    – RAB
    Mar 27 at 22:13












  • 1





    can you include your data, your current plot and an example of what you would like? As it is this question is a little hard to understand

    – RAB
    Mar 27 at 22:13







1




1





can you include your data, your current plot and an example of what you would like? As it is this question is a little hard to understand

– RAB
Mar 27 at 22:13





can you include your data, your current plot and an example of what you would like? As it is this question is a little hard to understand

– RAB
Mar 27 at 22:13












0






active

oldest

votes










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55387133%2fhow-can-i-have-more-legends-in-size%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55387133%2fhow-can-i-have-more-legends-in-size%23new-answer', 'question_page');

);

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







Popular posts from this blog

SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해