Commit 54edf6b
ENH: Apply TimeSeries_DateFormatter to bar plots with datetime indices (GH#1918)
Bar plots now use TimeSeries_DateFormatter for datetime and period indices,
matching the behavior of line plots. This provides consistent date formatting
across different plot types instead of converting indices to string labels.
Also update test_memory_leak to use 'D' (daily) frequency instead of
deprecated 'B' (business day) frequency to avoid FutureWarning.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 6537beb commit 54edf6b
File tree
2 files changed
+15
-15
lines changed- pandas
- plotting/_matplotlib
- tests/plotting/frame
2 files changed
+15
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2045 | 2045 | | |
2046 | 2046 | | |
2047 | 2047 | | |
2048 | | - | |
| 2048 | + | |
2049 | 2049 | | |
2050 | | - | |
2051 | | - | |
2052 | | - | |
2053 | | - | |
2054 | | - | |
2055 | | - | |
2056 | | - | |
2057 | | - | |
2058 | | - | |
2059 | | - | |
| 2050 | + | |
2060 | 2051 | | |
2061 | | - | |
2062 | 2052 | | |
2063 | 2053 | | |
2064 | 2054 | | |
2065 | 2055 | | |
2066 | 2056 | | |
2067 | | - | |
| 2057 | + | |
2068 | 2058 | | |
| 2059 | + | |
| 2060 | + | |
| 2061 | + | |
| 2062 | + | |
| 2063 | + | |
| 2064 | + | |
| 2065 | + | |
| 2066 | + | |
| 2067 | + | |
| 2068 | + | |
2069 | 2069 | | |
2070 | 2070 | | |
2071 | 2071 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2155 | 2155 | | |
2156 | 2156 | | |
2157 | 2157 | | |
2158 | | - | |
| 2158 | + | |
2159 | 2159 | | |
2160 | 2160 | | |
2161 | 2161 | | |
2162 | 2162 | | |
2163 | 2163 | | |
2164 | | - | |
| 2164 | + | |
2165 | 2165 | | |
2166 | 2166 | | |
2167 | 2167 | | |
| |||
0 commit comments