Open dsb66 opened 11 months ago
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 https://github.com/atarashansky/SAMap/issues/133#issuecomment-2055645168, 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:
mamba install -c pyviz holoviews
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.