Tag Archives: Julia

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 »

Analyzing international football results with Julia

By: jkrumbiegel.com

Re-posted from: https://jkrumbiegel.com/pages/2021-06-20-football-data-analysis/

As the UEFA Euro 202(0/1) is going on, I was inspired to check out a dataset of all international men’s football matches since the dawn of time. This post goes over some questions I had for the dataset, and how I approached the analysis with my recent macro package DataFrameMacros.jl. Plotting is done with AlgebraOfGraphics.jl, which is a super useful grammar-of-graphics style package building on Makie.jl, which I’m a co-author of and which is therefore my preferred plotting package.

Analyzing international football results with Julia

By: jkrumbiegel.com

Re-posted from: https://jkrumbiegel.com/pages/2021-06-20-football-data-analysis/index.html

As the UEFA Euro 202(0/1) is going on, I was inspired to check out a dataset of all international men’s football matches since the dawn of time. This post goes over some questions I had for the dataset, and how I approached the analysis with my recent macro package DataFrameMacros.jl. Plotting is done with AlgebraOfGraphics.jl, which is a super useful grammar-of-graphics style package building on Makie.jl, which I’m a co-author of and which is therefore my preferred plotting package.