How to customize ring size in sunburst chart using R? - sunburst-diagram

Please find the sunburst chart created using R. There are 6 rings in total. How to customize the width of each ring? For example, first, third and fifth ring to be of bigger size when compared to the even numbered rings.
Sunburst Chart
Appreciate your help and thanks in advance!!

Related

Matplotlib how to have a segment of a pie always on the right

So i have a Matplotlib pie chart that i need the second wedge to always be positioned to the right.
Example of problem
My issue is I can manually change the start angle when generating the pie but I am generating hundreds of pies with different data each time so this isn't really practical, does anyone know of a way to do this automatically?

Is there a way to condense the spacing between points on a bubble plot?

Hopefully this is a quick answer. I just created a bubble plot in ggplot2 to showcase abundances of taxa in certain environments, snapshot shown below:
Is there a way I may "condense" all this white space?
Thanks in advance,
J
With the help of chemdork123 and an hour of messing around, I would like to post the solution to my question!
Two ways to make bubble plots more aesthetically pleasing by minimizing white space:
ggsave() parameters width, height, and dpi.
scale_size_continuous(range = c(1,15))with manual adjustment of circle sizes.

How to draw grouped bar chart in dimple js if x-axis is timeAxis and y-axis is measureAxis

Please help me out for drawing grouped bar chart in dimple js.
I have to draw the graph where x-axis is timeAxis and y-axis is measureAxis.
I have seen many code snippets when they have done this. But, i am unable to do this with x-axis as timeAxis.
Any help would be appreciated.
I'm afraid the time axis doesn't support grouping. If you want to use dimple the only way is to use a category axis (which does work with time dimensions, but will evenly space and size each time value regardless of real interval).

Core Plot Multiple Selection

i'm creating a stock chart, where i need to be able to select a period range from a chart and display that period on other chart. To do that i need to be able to have 2 select points on first chart to select values.
I saw this similar question, but it doesn't have enough explanation on how to do it, since i'm a newbie regarding to Core Plot and chart manipulation.
Can someone provide some sample code about this question?
thanks in advance.
Use scatter plots to draw the selection lines. You can draw them both with the same plot if you want the same line style. The Mac version of the CPTTestApp example app includes a selection demo that uses a scatter plot to draw a cross shape over the selected point. You could easily modify that to draw only the vertical line.
Ended up using HighStocks Chartsand embedded it on a webview and load HTML pages with JS.
Thank You all for your help.

Velocity charts in Rally

In Rally, what is the difference between the iteration velocity chart and the enhanced velocity chart?
It looks to me that the dark green and light green bars are the same in both, and that the iteration velocity's red bar is the same as the enhanced velocity's clear. Is this true?
What are the differences between these two charts - i.e. why are there two different charts for seemingly the same thing?
Thanks in advance.