Replies: 1 comment
-
|
Unfortunately, I don't have the time for artistic fixes atm, but if you dig into the code and find a neat way, I'll gladly incorporate your pull request. This guy seems to be doing something with fonts: #559, check with him! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Excellent library, thank you!
I would like to change the font of every plot entity in the simplest way possible: axis, legends, title, etc.
fplt.set_font()would be beautiful, but I understand that must be difficult. Unfortunately ,"font" is only mentioned twice in the project, and despite numerous attempts the underlyingpyqtwon't respond to anything I pass it. Does it need a CSS string, or something similar likeQFont?font = QFont('Ubuntu', 18)fplt._makepen()from complicated.py shows how to set axis line colors, will thestyleparam accept a font?This is a common use case ... so either I am missing something obvious (most likely) or a few lines as an example would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions