-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sankey and chord plot error #133
Comments
Hi there, have you been able to solve this issue? I ran into the same issue as this one. |
No I didn’t. I ended up exporting the data from samap and making the plot in R with ggalluvial, which I find easier to use.On Dec 6, 2023, at 11:52 AM, amdqiao1 ***@***.***> wrote:
Hi there, have you been able to solve this issue? I ran into the same issue as this one.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I ran into the same issue as this one in vscode. |
@dsb66 Hey! I ran into the same issue as well and I am giving up on using sankey_plot from SAMap as well. But I am curious how do you plot the sankey plot using ggalluvial? Did you export the MappingTable to R and modify the table manually for ggalluvial? |
Yes, that is what I did. Here is my code for reference.
…On Sun, Apr 14, 2024 at 11:45 PM danielylup ***@***.***> wrote:
@dsb66 <https://github.com/dsb66> Hey! I ran into the same issue as well
and I am giving up on using sankey_plot from SAMap as well. But I am
curious how do you plot the sankey plot using ggalluvial? Did you export
the MappingTable to R and modify the table manually for ggalluvial?
—
Reply to this email directly, view it on GitHub
<#133 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALJFUTT37SYXI2TJSJQWU53Y5NZPPAVCNFSM6AAAAAA7EBRUMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJVGY2DKMJWHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@dsb66 Thank you very much for your reply! However I couldn't find the code that you mentioned. |
The code is the Rmd attached to my last email.On Apr 15, 2024, at 11:12 PM, danielylup ***@***.***> wrote:
@dsb66 Thank you very much for your reply! However I couldn't find the code that you mentioned.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Installing holoviews separately fixed the issue for me: |
How to use ggalluvial to plot a Sankey diagram of the MappingTable? |
micromamba install holoviews==1.18.3 -c conda-forge fixed the issue for me :) |
Any other solution? I am still getting the same error even after reinstalling holoviews. |
I'm also having the same issue, I tried with different approaches, but so far no results. I tried also plotting in R with ggalluvial but not getting the best results. Do you know any other alternatives or strategies that we can use ? |
I am trying to make a sankey plot and a chord plot using the commands shown in the SAMap tutorial. Both commands fail with the following error message:
However,
holoviews-samap
is already installed - see the output ofconda list
below. Any suggestions? Thank you.The text was updated successfully, but these errors were encountered: