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
In the docs of drawparallels it says that any other **kwargs are supplied to ax.text. The problem is that ax.text has a color parameter which I need to set somehow. But color is also a regular keyword of drawparallels which means that it won't get there.
I really, really, really don't want to use something like mpl.rcParams['text.color'] = colors.textcolor.