You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Problem
iplt.text
doesn't allow functions forfontdict
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.
The text was updated successfully, but these errors were encountered: