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
Hi, thanks for noticing this, and for the clear report!
The issue is arising as the individual line segments that together comprise the legend line are overlapping. As an immediate workaround you can add the parameter lend = "butt" to the function call. I'll update the code to make this the default setting anon.
r-base 4.2.3
r-plottools 0.2.0
r-ggplot2 3.4.3
Tested using jupyterlab
I think that SpectrumLegend is displaying the wrong alpha values.
This is the code that I used to compare with ggplot2:
Comparisons with ggplot2:
With alpha=0.5
SpectrumLegend
ggplot2
With alpha=0.1
SpectrumLegend
ggplot2
The text was updated successfully, but these errors were encountered: