I am using PyPlot to visualise my results.
Then I used locs, labels = xticks() to get the x-axis labels
but labels[1] is a PyObject <matplotlib.text.Text object> instead of a Julia String. How do I get the string out? I need to reformat the string..
-Freddy