Replies: 1 comment
-
In the newest version of circlize, such kind of "barplot" is by default supported. See the following example plot: Note you need to set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First at all, thanks for this amazing tool!
I generated a chord diagram showing migration between countries. Now, I would like to add an external circle with one rectangle for each country (aligned at the same position as the inner circle) showing the proportion of descendants that each introduction (migration) originated.
Below you can see an image of my chord diagram, generated with the following code:
The dataframe I would like to use to add the external circle has the following format:
Where the propDesc column means the proportion of descendants originated from migration coming from the country in the "from column". In other words, I would like to position bars like in the bar_plot below in a circular format and positioned according to the chord digram.
Would this be possible?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions