-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uniform Font Size Across Various Display Types #80
Comments
I've experimented with explicitly specifying the ETS toolkit with varying degrees of success: from traits.etsconfig.api import ETSConfig
# ETSConfig.toolkit = 'qt.celiagg' # Yields unacceptably small font sizes in plot axis labels.
# ETSConfig.toolkit = 'qt.qpainter' # Was causing crash on Mac. |
I asked about this on StackOverflow: |
Here is some documentation on setting the ETS toolkit: It offers this suggestion:
So, I tried that:
==> See this comment by Corran Webster, re: the use of "qt5". But, it yields this error:
It looks like the ==> Nope. See this comment by Corran Webster. |
Here's another page on explicitly defining the toolkit, this one from Enable's perspective: It offers this handy tip:
|
Describe the desired new or improved feature.
The plot text is very small, on a 4K laptop monitor.
Can the text size of PyBERT labels be regularized across display types somehow?
Expected behavior
Text size appears the same, no matter the display resolution.
Screenshots
(n/a)
Desktop (please complete the following information):
Additional context
Original Issue on Chaco GitHub site
The text was updated successfully, but these errors were encountered: