Is there any performance issue with using both plotting libraries in the same app.py dash app file? Would it affect speed or anything? I ask because I’m using go.Scattermapbox in one graph/map but the rest of my graphs would be easier with plotly express.
I started making my bar chart with go.bar but already running into the textangle not seeming to work for the axis labels, so I’d rather simplify by using express for the bar and other charts if it’s not a flag to use both.