Gnuplot.jl icon indicating copy to clipboard operation
Gnuplot.jl copied to clipboard

Julia interface to gnuplot

Results 9 Gnuplot.jl issues
Sort by recently updated
recently updated
newest added

This brings better compatibility with the Julia package ecosystem. Now, if Gnuplot.jl is used in an environment capable of showing multimedia content (IJulia, VS Code, Pluto), their internal viewer will...

Hello, I was trying to include a highclip and a lowclip for values outsize some given `cbrange`. If I include these values to ` set palette defined (.... )` I...

Apologies in advance for the vagueness of this report. Running the Julia REPL and using Gnuplot with the qt terminal. Plots start out ok but with a lot of points...

When the plot pane is disabled, VS Code neither shows the plot nor prints any warning/error. The plot is not shown because Gnuplot.jl thinks the VS Code can display it....

Please refer to https://discourse.julialang.org/t/gnuplot-from-vscode-no-plot/65458

Not sure how difficult it might be, but it would be useful to provide the `gnuplot` binaries as artifacts.

enhancement

Hi, I was wondering if you would be open to transfer the gallery https://lazarusa.github.io/gnuplot-examples/ into this section https://gcalderone.github.io/Gnuplot.jl/stable/examples/ in the official documentation? Plus, use the same style. If so, I...

On Windows, this error code appears with all exe files: gnuplot.exe, wgnuplot.exe and wgnuplot_pipes.exe. "ErrorException("Can't identify gnuplot version") ┌ Warning: Enabling dry sessions └ @ Gnuplot C:\Users\Denis\.julia\packages\Gnuplot\lL0gK\src\Gnuplot.jl:86" ENV["PATH"] is :...

I use multiplot ``` @gp "reset" @gp "set multiplot layout 1,2 title '$(tree.name)'" :- @gp :- 1 xlabel="stage" :- @gp :- 1 "set title 'trajectories'" :- etc. ``` but then...