Is there a way to make a nice disk radius legend (with linear or log scale) for a BubbleChart[]? Something like the following example should be built in!

|
Is there a way to make a nice disk radius legend (with linear or log scale) for a BubbleChart[]? Something like the following example should be built in!
|
||||
|
|
|
Since
or with labels shifted to appear in the bubbles:
A note on combining BubbleChart graphics with other graphics You might have noticed the above use of For instance, let's see what happens if we start from scratch and want to have a cartographic projection different from the simple "Equirectangular" lat,long coordinate system used above.
You can prevent this from happening by borrowing the background graphics' options when making the
|
|||||
|
|
Many legends can be easily created using combination of Row and Column, where for example, each Row contains two elements: a Graphics expression, and a text label which need not be wrapped in However, since the label you want involves size coding, this method doesn't work. Further, you want to match the size of The basic layout of the legend itself is straightforward, up to scaling:
The scaling factor is up to you. For area-coding, the Here's a more compact legend using stacked Circles:
|
||||
|
|