When plotting a graph with Plotly, is there a way to set a font for the whole figure at once (so that you don't have to set it individually for each element in your graph)?
For MatPlotLib this is done with:
matplotlib.pyplot.rcparams["font.family"] = "Calibri"
For Plotly this is done with:
?????