Antony Lee
Antony Lee
Attachments are lost when you email them via github. Can you put it on Dropbox or a similar service, and post a public link?
> I'm not opposed to exposing the "preselected" variants from the colorcet lib (particularly as a "stop gap") ... but it'd be nicer in the long term to expose them...
Good catch. This probably requires mucking with ip.global_user_ns (instead of just ip.user_ns), but I don't know much about its inner workings... A PR would be welcome.
The patch would be something like ```patch diff --git i/galleries/users_explain/text/usetex.py w/galleries/users_explain/text/usetex.py index 0194a0030d..45773856e9 100644 --- i/galleries/users_explain/text/usetex.py +++ w/galleries/users_explain/text/usetex.py @@ -131,11 +131,6 @@ Possible hangups * Using MiKTeX with Computer Modern...
One thing that may be nice(?) is if the unit machinery could also ensure that for categorical images, interpolation_stage is *always* set to "rgba". (I guess the extra coupling between...
From the peanut gallery: one could also consider returning the empty string for the "no file saved" case? I'm not sure it's much better than introducing a new singleton, but...
Technically speaking (not arguing whether it's important or not) the backcompat issue pointed out by @tacaswell is with third-party gui backends (which most likely return None here too), as they...
>>> scatter-> scatter plots and plot-> line plots is a reasonable way to understand/use the API. >> This interpretation is also the one that the majority of new users have...
(Perhaps I can take advantage of this discussion to try and revive #14174, by the way?)
This comes from https://github.com/matplotlib/matplotlib/blob/7f8b9b386e93ac4afc1e0be13fad657ff882c630/lib/matplotlib/figure.py#L310-L314, and more or less arises from a similar root issue as https://github.com/matplotlib/matplotlib/issues/27608#issuecomment-1880097334.