Tag Archives: Plotting in Julia

Creating Custom Plot Markers in JuliaLang in 2 ways.

By: Julia Frank

Re-posted from: https://juliaifrank.com/custom-plot-markers-in-julialang/?utm_source=rss&utm_medium=rss&utm_campaign=custom-plot-markers-in-julialang

If you ever wondered, if it is possible to create custom plot markers in JuliaLang, the answer is – yes, you can!

Here is what we are going to look at in this post:

How to create/draw custom shapes, and

How to plot custom markers.

Gnuplot with Julia for powerful plotting option

By: Julia Frank

Re-posted from: https://juliaifrank.com/gnuplot-with-julia-for-beautiful-graphics/?utm_source=rss&utm_medium=rss&utm_campaign=gnuplot-with-julia-for-beautiful-graphics

Gnuplot. What is it? Gnuplot is an open-source graphing system, which can be used with any programming language. It is extremely versatile, stable, scalable to large projects. How can we use Gnuplot with Julia Using the Gaston.jl library, which provides an interface to Gnuplot. Installing Gnuplot If you don’t have the Gnuplot already installed on …

Gnuplot with Julia for powerful plotting option Read More ยป