How to handle times with a time zone in Matplotlib?
I have data points whose abscissas are datetime.datetime objects with a time zone (their tzinfo happens to be a bson.tz_util.FixedOffset obtained through MongoDB). When I plot them with scatter() , what is the time zone of the tick labels? Changing the timezone in matplotlibrc does not change anything in the displayed plot (I must have misunderstood the discussion on time zones in the Matplotlib documentation). I experimented a little with plot() (instead of scatter() ). When given a single date, it plots it and ignores the time zone. However, when given multiple dates, it uses a fixed time