SiegeLord
SiegeLord
Hmm, I can reproduce this. I tried this in pure gnuplot, and it happened there too for the `qt` terminal, but not for `x11` and `wxt`. I.e. running this script:...
The `set_legend` method has a whole bunch of options. You can specify the location of the legend using the first two arguments, e.g.: ```rust .set_legend(Graph(0.5), Graph(-0.2), &[Horizontal, Placement(AlignCenter, AlignTop), Title("Legend...
Interesting, I've never heard of this feature before. Maybe it can be added one day. You can actually dump the generated gnuplot commands from this library and edit in the...
Does it work with a smaller dataset?
You need to do `gnuplot -p < your_file`. `-p` makes it persist after running.
RustGnuplot works by launching the gnuplot process (i.e. the thing described here: http://www.gnuplot.info/) and communicating with it, so you need to install gnuplot separately (it's commonly packaged on Linux, and...
I think we now support GLES on desktop, so some progress has been made. Wayland was never really a priority though. If you for some reason absolutely must use Wayland,...
The default coordinate system is right handed (x-right, y-down, z into the screen).
I can reproduce this w/ AMD drivers too, but attempts at fixing this have not yet suceeded. I can get a different backtrace if I merely create the display and...
Nevermind, that second backtrace is unrelated. Still no luck with the original error, it appears enough to just compile the shader to get the crash to happen. I have standalone...