Author Archives: Julia Frank

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 »

JuliaLang on M1 chip – it works! New install and get started as an absolute beginner.

By: Julia Frank

Re-posted from: https://juliaifrank.com/julialang-on-m1-chip/?utm_source=rss&utm_medium=rss&utm_campaign=julialang-on-m1-chip

To keep things easy for now I decided to work with Julia using either Pluto interactive notebooks or VS Code with Julia extension, depending on the project. I am going to go over the installation of both options in detail in this post.