You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I plot an hourly time series with a different base (don't know if this is correct englisch I mean if it is not 12:00, 13:00, ... but something like 12:30, 13:30, ...) the values are plotted as full hours at the xaxis. If I convert to a resolution of '60min' it works.
I'm putting in a hack for this now so for 'H' it'll keep it as DatetimeIndex and not perform the PeriodIndex conversion. DatetimeIndex has much more functionality not in the PeriodIndex so more and more restrictions are coming up in plotting in order to retain the tick labeling. Probably the answer is to redo the tick labelling so it doesn't rely on Periods at all.
Version 0.10.1
* tag 'v0.10.1': (195 commits)
RLS: set released to true
RLS: Version 0.10.1
TST: skip problematic xlrd test
Merging in MySQL support pandas-dev#2482
Revert "Merging in MySQL support pandas-dev#2482"
BUG: don't let np.prod overflow int64
RLS: note changed return type in DatetimeIndex.unique
RLS: more what's new for 0.10.1
RLS: some what's new for 0.10.1
API: restore inplace=TRue returns self, add FutureWarnings. re pandas-dev#1893
Merging in MySQL support pandas-dev#2482
BUG: fix python 3 dtype issue
DOC: fix what's new 0.10 doc bug re pandas-dev#2651
BUG: fix C parser thread safety. verify gil release closepandas-dev#2608
BUG: usecols bug with implicit first index column. closepandas-dev#2654
BUG: plotting bug when base is nonzero pandas-dev#2571
BUG: period resampling bug when all values fall into a single bin. closepandas-dev#2070
BUG: fix memory error in sortlevel when many multiindex levels. closepandas-dev#2684
STY: CRLF
BUG: perf_HEAD reports wrong vbench name when an exception is raised
...
If I plot an hourly time series with a different base (don't know if this is correct englisch I mean if it is not 12:00, 13:00, ... but something like 12:30, 13:30, ...) the values are plotted as full hours at the xaxis. If I convert to a resolution of '60min' it works.
The text was updated successfully, but these errors were encountered: