I am trying to plot an ObsPy (or any python) seismic focal mechanism in time series. When using an integer/float series for x it works fine, but the time series fails here: The function xy2patch in the source code is trying to scale the time by a float value. Any ideas? Hack the source? Other packages? Thanks. Answer Found it.