Jody Klymak
Jody Klymak
This does not happen for 14.x (Sonoma). Catalina is quite old - not sure when the difference would have come in.
Yes this is a good place to submit this idea. I don’t think it’d be a big deal to pass a four-tuple in pad_inches; I’d be against four new kwargs....
I think if you are going to do a dictionary, you might as well just do the explicit kwargs? Its kind of funny that `SubplotParams` has the kwarg order lbrt,...
My objection to a dictionary is the same as my objection to fontdict for text. There is no discoverability for it from the command line of IPython or Jupyter notebook....
Just registering my general disaproval of packing method arguments in dictionaries; I don't really care about this kwarg in particular, but I think its a klunky API style in general.
Just to summarize above, I think the plan is to use a dict if someone cares enough to submit a PR...
You are welcome to put in a PR even if the issue is closed
I think @rcomer is correct. In general it is safest to assume things are "drawn" when you call them. In addition to very substantial inefficiencies, it would require a whole...
Does this also happen for a tk hello-world example? If so, then it is a tk bug.
That's certainly "interesting". Can you share the raw files that made those, and maybe your deployment.yaml file?