You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe we should consider copying the code for bar plots to CoDa.jl (with appropriate credits) and drop UnicodePlots.jl from our list of dependencies. I didn't have time to investigate the code yet, but it is good way forward to make this package more slim and self-contained in the future.
The text was updated successfully, but these errors were encountered:
There are too many types and hacks in UnicodePlots.jl that make it difficult to isolate the plot recipe. Therefore, I removed the dependency and added a note to the README in case someone wants to reproduce the bar plot.
juliohm
changed the title
Copy code from UnicodePlots.jl
Implement unicode plot for compositions without UnicodePlots.jl
Jan 25, 2023
juliohm
changed the title
Implement unicode plot for compositions without UnicodePlots.jl
Unicode plot for compositions without UnicodePlots.jl
Jan 25, 2023
Alternatively, we can now rely on package extensions in Julia v1.9 to load the code whenever the UnicodePlots.jl package is loaded in the same session. I don't know if it addresses the issue properly, but at least we get a nice output while a lighter approach is not proposed.
The UnicodePlots.jl has become a heavy dependency as explained here:
JuliaPlots/UnicodePlots.jl#291
Maybe we should consider copying the code for bar plots to CoDa.jl (with appropriate credits) and drop UnicodePlots.jl from our list of dependencies. I didn't have time to investigate the code yet, but it is good way forward to make this package more slim and self-contained in the future.
The text was updated successfully, but these errors were encountered: