DataPlotly
DataPlotly copied to clipboard
Change font for plot title, legend title and X/Y labels
It would be great if DataPlotly would let me choose font for plot title, legend title and X/Y labels, like I can do with the legend features. That would make my layout look even more polished.
Definitely possible, we just have to expose it to the UI and check the compatibility of the font combobox of QGIS and the plotly one:
https://plotly.com/python/figure-labels/
I think I may have the same question - just trying plotly with QGis and I can't really read the x and y labels due to small font - same issue with help fields - the text is tiny. I was looking for a simple way to adjust fonts but sounds like this may not be possible at this point?
Hello, is there any update on this? :)
not at the moment unfortunately. Hopefully we will have some development soon to enhance the plugin!
I might have something, should I propose a PR? It is probably not as clean as it should be but at least it works for font sizes.
Just did in https://github.com/ghtmtt/DataPlotly/pull/278