colorbar()
and hide_colorbar()
has unexpected side-effect on line traces
#1196
Labels
colorbar()
and hide_colorbar()
has unexpected side-effect on line traces
#1196
This gives results as expected
hide_colorbar()
andcolorbar(limits=c(1,10))
add markers to the lineThe two expressions below have the same behavior.
The following warning is printed to the console in both cases:
And markers are added to the line trace for both cases.
hide_colorbar()
outputcolorbar(limits=c(1,10))
outputThe text was updated successfully, but these errors were encountered: