mbaz
mbaz
@PallHaraldsson That's interesting behavior; I woud have expected the third and subsequent plots to take the same time as the second. There are some performance-related changes on my local master...
@gcalderone I need to look at this in more depth (after I manage to get the next release out). However, I _think_ I'm waiting until gnuplot finishes plotting. Gaston tells...
That's an intriguing idea for sure! I would like to implement this, but I don't know how to implement the custom REPL mode (sending the commands to gnuplot is easy)....
BTW, and just in case you're not aware of it, you can do something similar right now with the `gpcom` ("gnuplot command") option to `plot`, which allows you to specify...
Sevaral scientific plotting packages support sixels ([example](https://discourse.julialang.org/t/plots-in-the-terminal-with-sixel/22503)), which is nice because you don't need a browser or additional windows to see the plots. However, very few terminals, and no modern...
@leotaku You're right that most of those programs generate a PNG and then translate it to sixels, and that the kitty protocol is likely to be a better, more modern...
In what way is `randn()` not good enough? The tutorial you posted _uses_ that function to generate the noise. You can easily write your own `awgn()` if you prefer it....
I agree the current spacing is too large. I seldom use Libertinus Mono because of this. But maybe 80% is too large? I think a mono font should "look" the...
Also, try the `windows` terminal instead of `qt`. I usually have much better luck with it when I have to plot on Windows.
I want to add a counterpoint: scrolling should scroll the tablist, not the active tab. Likewise, hovering shouldn't change the active tab. I have tried both behaviors (they were supported...