t-bltg

Results 349 comments of t-bltg

I will probably merge this in the next few days, unless objection(s). The usage is a bit marginal with `Sixel`s, but my usage of it atm is fine.

Hi, currently, there is no support for that. Once you have a robust algorithm in mind, it shouldn't be too hard to implement. It looks like matplotlib's `fill_between` is implemented...

I'll give it a try in the next few days ! Sixel does a really nice job on embedded images, really cool :+1: EDIT: we should work on this only...

@johnnychen94 I think we can work on this now. I don't think I fully understand the sixel format, could you point to we a simple implementation (what's the base type...

How can I determine how many `sixel`'s there are for this image of `512×512` RGB values ?.

That's nice, I guess you can open a PR in `Plots.jl`. Still do you think `UnicodePlots` needs something like `imageplot` to just display images ?

> Do you mean ImageInTerminal.jl, which was also created by @evizero :) No I mean here in `UnicodePlots`, so that we can embed an image in a plot as in...

Here is a true mwe with the spacing growing endlessly: ```julia using JuliaFormatter main() = begin code = """ marker = [0 0 0 0 0 0 9 0 0...

>> We've discussed removing the 1.0 testing before, it might very well be time. > Just bump the Julia compat in Project.toml too. Dropped 1.0. > Could you also mark...

> While \text is more idiomatic, it needs to be \textrm to work with (at least) GR's renderer @gustaphe, could you provide an example where `\text{}` fails with GR ?...