Isaac Wheeler

Results 60 comments of Isaac Wheeler

> @Ickaser can you post mwe code and resulting images in your PR description, so we can see in a glance what changes ? Sure, I've added that to the...

I couldn't resist trying to solve everything with this PR, so now... - I reworked the marker_z and line_z handling, so that values on the colorbar have dimensional correctness enforced;...

> > We do need all of these for 1.x releases or don't we? > > You are right. I think I did it right then--for 1.x, the docs changes...

> I think this is generally good, but I'm hunting down a regression. The second argument to `format_unit_label(l, u)` is not supposed to be a string (if the axis unit...

The latest CI failures are either 1) failure to precompile Gtk.jl on Windows (seems random: affected 1.10 and 1.11, not 1.6, and worked the last time CI ran) and 2)...

OK, so going forward the API for choosing autodiff will involve explicitly importing ADTypes? Fine by me but should just get a note in the docs, probably

I do mean Plots.jl 2.0. I had seen your comment in https://github.com/JuliaPlots/Plots.jl/issues/4822#issuecomment-1732512054 , and there are similar issues at #4741, #4750; plus #4453 would be nice. The suggestion to map...

While writing tests on #5158 , I had an idea, which I'll record here. Currently the `unit` keyword for each axis is passed (eventually) to Unitful's `ustrip`, which gets called...

There is an actual underlying problem here. But the given MWE creates an empty `twinx` and doesn't plot into it, so the lack of axis label is because there are...

> Hi, I'm using the recipe by daschw. It works well except that `markershape` is still assigned as `:auto` when I try to set it to `:none`. How do I...