Can anybody please tell me how to do it? I can't find anything alike on the web nor stackexchange website.
The most similar plot that I've found is this:
Which LaTeX package is needed to draw radar-like diagrams?
What I have to do is something like this:
Here is some data table
Best Answer
For binning the data (i.e. calculating the histogram values), I would recommend using an external tool, like the Python library Pandas. For instance, if you have a
data.dat
file like what you'd download from the New Zealand Climate Database ...... you can calculate the histogram using the following Python script:
frequencies.csv
then looks like this:And this data file can then be plotted using PGFPlots:
The
polar bar
style needs to be defined in the preamble of your document. Here's the full example.tex
file: