Does wandb plotting support the use of matplotlib’s axvspan? I’m trying to shade an area and it works locally, but it doesn’t pop up in my plot in wandb.
Hi @inwaves, I’m glad that using Plotly directly is working.
I was looking through our source code and we simply call Plotly’s conversion tool here. I tested converting a Matplotlib plot to Plotly with this tool locally and saw that same behavior. Unfortunately, it looks like the change would actually have to take place in the Plotly repo in order for this to work properly.