🚨 Description
When the user creates a 3d plot using plotly, the edges of the mapper graph are grey. However, when the user clicks either on a colormap or on a feature from the UI menu the edges are colored as they should be.
🤖 Steps to Reproduce
- Create a mapper graph.
- Create a mapper plot.
- Call
plot_plotly supplying a color argument of shape (n, m) with m >= 2.
- Click on the already selected color feature.
🧩 Expected Behavior
Edge colors should default to something consistent with the on-click behavior
🖥️ Environment
- OS: linux
- Python version: 3.11
- Library version: 0.11
📸 Screenshots / Logs (Optional)
When the plot is created:

After selecting the already selected color:

🚨 Description
When the user creates a 3d plot using plotly, the edges of the mapper graph are grey. However, when the user clicks either on a colormap or on a feature from the UI menu the edges are colored as they should be.
🤖 Steps to Reproduce
plot_plotlysupplying a color argument of shape (n, m) with m >= 2.🧩 Expected Behavior
Edge colors should default to something consistent with the on-click behavior
🖥️ Environment
📸 Screenshots / Logs (Optional)
When the plot is created:

After selecting the already selected color:
