Skip to content
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

Dynamically update fontdict for iplt.text #247

Open
ianhi opened this issue Jun 22, 2022 · 0 comments
Open

Dynamically update fontdict for iplt.text #247

ianhi opened this issue Jun 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ianhi
Copy link
Collaborator

ianhi commented Jun 22, 2022

Problem

iplt.text doesn't allow functions for fontdict or any other kwargs that should be processed by Text.

Proposed Solution

make fontdict dynamic. This will require parsing the names and finding the approriate set_ methods.

Additional context

Seemed the lesser of two evils to have an incomplete text with the core functionality there (position and string) than to have nothing and wait until we could make the full thing.

@ianhi ianhi added the enhancement New feature or request label Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant