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
I'm using .Net interactive notebooks(v1.0.2409020) in Visual studio code and trying to reproduce bubble-scatter-plots but colors are not not being applied on bubbles.
Colors the way plotly.js are using them are quite difficult to handle in F#, as it can be a single color or an array. For now the easiest way to get around this when using color arrays is setting the color property manually on the Marker used in the charts:
Color is so central that we would like it to be easily used from C# as well. But yes, a DU would solve this on the F# side and might be the solution we go for eventually if we do not find something better.
Description
I'm using .Net interactive notebooks(v1.0.2409020) in Visual studio code and trying to reproduce bubble-scatter-plots but colors are not not being applied on bubbles.
This is code
Expected behavior
This is Example From plotly python here colors are working fine.

Actual behavior
But here colors are not working

Colors should be apply on each Bubble
The text was updated successfully, but these errors were encountered: