Davide Fioriti
Davide Fioriti
Thanks @EmreYorat for your comment. As discussed, for the moment I suggest you and your team to focus on the other regions and without northern Cyprus, at least temporarily. The...
Interestingly, we could have a preliminary pre-processing of the countries list to translate whatever list is passed to a standard output, e.g. 3-digit. the code may also be revised to...
I think that it would make much sense! A validation for this purpose is not needed and will be done naturally with pypsa-earth and alike. I'm personally on favor of...
Any hint would be much apprecciated
I updated the figures so to clarify the impact of the issue: nodes 3,7,8,9,15,17,19 and 20 completely changed their colors; moreover, the weird shaping occurs.
The smallest example reproducing the error is shown below: notice the change in the color of "Node 12". ``` using Plots, SankeyPlots data = [ 10.0 12.0 0.2233846 1.0 13.0...
I tested plotly and pyplot backends and the error does not occur, thus it is likely a Plots.jl problem; I added the issue in Plots accordingly: https://github.com/JuliaPlots/Plots.jl/issues/3446
Sorry for the delay, below you can find the example. ``` data = [1.0 12.0 0.970741 2.0 11.0 0.099867 2.0 10.0 0.0874267 10.0 12.0 0.0233846 2.0 12.0 0.542539 1.0 13.0...
Thanks @Mastomaki for the suggestion, that may be interesting, let's keep the issue open. Currently, I have no time to work on that, but feel free to add a pull...
@Mastomaki thank you for the suggestion; indeed it can be made; do you wish to make the contribution? To do so, you just need to fork the repo, make the...