JohannesProgrammiert
JohannesProgrammiert
Thanks for the quick reply. ## About IPv6 I started to mess around with that, if I get it to work I will make a PR. In the time being...
Support for labels is done. I changed the API for `Plot` but further information will follow once I managed to move tick labels to the outside. [egui_labels.webm](https://user-images.githubusercontent.com/80203331/201413956-496f8a1e-ee10-405f-8c40-03abcfa0f98d.webm)

I would love some feedback if you have time. However, somebody will have to review this again in 1-2 weeks because I plan to make the axis-API a bit more...
`./sh/check.sh` doesn't work for me. ```sh ❯ ./sh/check.sh + cargo install cargo-cranky Updating crates.io index Ignored package `cargo-cranky v0.3.0` is already installed, use --force to override + export 'RUSTFLAGS=--cfg=web_sys_unstable_apis -D...
Thanks for your feedback. > a thinner default width Can be changed in the `AxisHints::Default` trait implementation. > Is it configurable? The width is configurable by `AxisHints::max_digits(usize)` for each `AxisHints`...
I had some time and rebased on current master and removed axis labels by default as suggested. I also added some more API improvements, e.g. an easy way to set...
Maybe this helps others like me who come from ranger and don't like reading docs. To make a fresh installation of joshuto always exit to the current directory, do this:...
> I believe that this is some sort of blueing between pixels. If so, is it going to be optional? I don't understand, sorry. I map user-defined colors to a...
Example added to the demo lib: 