DataPlotly icon indicating copy to clipboard operation
DataPlotly copied to clipboard

Change font for plot title, legend title and X/Y labels

Open magnusnil opened this issue 4 years ago • 6 comments

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.

magnusnil avatar Mar 31 '20 19:03 magnusnil

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/

ghtmtt avatar Apr 01 '20 06:04 ghtmtt

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?

Colm51 avatar Jul 08 '20 23:07 Colm51

Hello, is there any update on this? :)

giliam avatar Jan 26 '22 10:01 giliam

not at the moment unfortunately. Hopefully we will have some development soon to enhance the plugin!

ghtmtt avatar Feb 01 '22 15:02 ghtmtt

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.

giliam avatar Feb 02 '22 10:02 giliam

Just did in https://github.com/ghtmtt/DataPlotly/pull/278

giliam avatar Feb 02 '22 12:02 giliam