Oscar Gustafsson

Results 474 comments of Oscar Gustafsson

A major obstacle to the solution discussed yesterday is that Patches does not have `get_dashes` currently. Hence, it is not really possible to use the "warn on get_linestyle and say...

To summarize, this PR unifies the handling of line styles so that `get_linestyle` returns a string of the line style pattern and `get_dashes` returns the dash pattern. It also unified...

To summarize: `Patch.get_linestyle` earlier returned exactly what was passed as `linestyle`. Now, `get_linestyle` emits a warning that it will change, but I have no idea what is a good way...

It also strikes me that there is a difference between "dashes" and "dash pattern", where "dash pattern" is `(offset, dashes)`. Hence, `set_dashes` and `get_dashes` are not reciprocal. Should there be...

> do we want to keep the old dvipng-based codepath? What is the consequence of not doing that? Font output depending on installed FreeType version? It seems like the bonding...

> The top part of `\frac{1}{2}\pi` seems to be rendered outside of the box? But in most cases, the "new" bounding boxes look "better"!

Will sort the comments out and over time find and fix more if this type when bored.

Most likely a ring issue. The undefined symbol is an sse2 instruction: https://doc.rust-lang.org/beta/core/arch/x86_64/fn._mm_setzero_si128.html

Looking through old issues and found this https://github.com/matplotlib/matplotlib/issues/790

I have solved this (I think) by using `dragged_by` and then fetching the location by `ui.input(|i| i.pointer.press_origin())` Not sure how I came up with this (probably by browsing the code),...