mbaz / Gaston.jl

A julia front-end for gnuplot.
MIT License
148 stars 30 forks source link

Use `read()` instead of `readavailable()` #165

Open mbaz opened 3 years ago

mbaz commented 3 years ago

As of Julia 1.6, readavailable() is no longer recommended; read() should be used instead.