home.social

Search

2 results for “gabrielebozzola”

  1. 4/5 is the simplest way to do some simple computing.
    Several tasks in life are embarassingly parallel, and is a great
    way to take advantage of all the cores of my machines. I probably use 0.1% of
    its features, but that's enough for me. It something takes inputs,
    it can be trivially parallelized with . Interestingly,
    is a single nearly 15,000-line script.

  2. 1/5 is package built upon to produce beautiful and
    consistent plots. pgfplots splits the "data visualization" and "data processing"
    steps (as opposed to what you typically do with ), so that I can
    focus on tweaking the graphics independenty of how I generated the data. This is
    also a great to nicely integrate plots with . With pgfplots, I can easily
    version-control my plots with and I ensure I will always be able to the
    relevant data.