# \[ANN\]: Gnuplot v1.1.0 - A Julia interface to gnuplot

**URL:** https://discourse.julialang.org/t/ann-gnuplot-v1-1-0-a-julia-interface-to-gnuplot/37341
**Category:** Package Announcements
**Tags:** visualization, gnuplot
**Created:** [April 10, 2020, 1:52pm UTC](https://discourse.julialang.org/t/ann-gnuplot-v1-1-0-a-julia-interface-to-gnuplot/37341 "2020-04-10T13:52:55Z")
**Posts on this page:** 1
**Showing post:** 34

<div class="post-metadata">

### Author: ![gcalderone](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gcalderone/32/1539_2.png) [@gcalderone](https://discourse.julialang.org/u/gcalderone)
#### Post date: [April 21, 2020, 11:06am UTC](https://discourse.julialang.org/t/ann-gnuplot-v1-1-0-a-julia-interface-to-gnuplot/37341/34 "2020-04-21T11:06:12Z")

</div>

I’m afraid _simple_ examples don’t tell much, i.e.:

```julia
using Gnuplot, Plots
x = 1:10; y = rand(10);
@gp x y
plot(x, y)

```

On the other hand, it is very difficult to envisage _complex_ examples of sufficiently general interest, able to discriminate against one or the other.

IMHO, the best approach is to try to solve a specific problem (e.g. [here](https://discourse.julialang.org/t/fill-a-curve-in-3d/37890/3)).  
Or have a look at the example galleries

Specific resources for Gnuplot.jl are [here](https://gcalderone.github.io/Gnuplot.jl/v1.2.0/) and [here](https://lazarusa.github.io/gnuplot-examples/), but consider that any other gnuplot example (e.g. the official [demos](http://gnuplot.sourceforge.net/demo_5.2/)) can be reproduced from Julia.

---

_[View the full topic](https://discourse.julialang.org/t/ann-gnuplot-v1-1-0-a-julia-interface-to-gnuplot/37341)._
