Matt Thompson
Matt Thompson
> I think it is. Stroke (and also glow) should be something that we can implement more efficiently in shaders in GLMakie. I was looking for a glow effect for...
FWIW, I've been using plotly and gr for plotting and ran into this issue with portly colorbars. Tried pyplot, and the colorbars are much nicer with 0 effort!
Regarding an minimum viable version of this feature, 'zoom retention' could be taken care of using `xlim` and `ylim` in the `plot` command and is a bit of a bell/whistle...
It seems to be convention to make 'nice' numbers for bin widths. I like the suggestion by @nalimilan to add a new argument like `nbins_exact`. This could be implemented to...
More advanced usage can maybe go in a new issue ... I just want my bin counts 🙃
Gentle reminder if schedules permit: @oschulz ... >I think the cleanest solution would be to have binning algorithms, represented by types/structs that can then have parameters like exact. @mkborregaard and...
Hi @huixinzhang, I think the core of the discussion centers on the default response to using the `nbins` keyword argument. The workaround using `range()` is useful, but I believe `nbins`...
I think I'm having a related issue for which I opened a [Discourse topic](https://discourse.julialang.org/t/parameter-optimization-of-methodoflines-pde/84647).
@pkofod Yep! I mapped out the cost space to be sure that there's a global min in the bounded search space. Passing along the suggestion that fixed my issue: set...
@xtalax Might be helpful to see rest of the code too ... the optimizer throws parameters to the max if there's a mismatch between the discretized PDE system `solve` and...