Conversation
| with columns 'b' and 'd'. Remaining columns that aren't specified | ||
| will be plotted in additional subplots (one per column). | ||
|
|
||
| .. versionadded:: 1.5.0 |
There was a problem hiding this comment.
Given that we are extending pandas, shall we keep this version note here?
There was a problem hiding this comment.
Good catch. Removed!
| When using a secondary_y axis, automatically mark the column | ||
| labels with "(right)" in the legend. | ||
| include_bool : bool, default is False | ||
| If True, boolean values can be plotted. |
There was a problem hiding this comment.
Do we support all these parameters?
There was a problem hiding this comment.
The implementation of existing plotting methods are converting BF DataFrames and calling pandas.DataFrame.plot(). Hence, all arguments listed at pandas.DataFrame.plot() should also support here technically. Though I didn't have chance to test all these arguments yet.
Maybe I would just comment them as Options to pass to pandas.DataFrame.plot method. for now?
There was a problem hiding this comment.
Can you paste the staged doc link here?
There was a problem hiding this comment.
d792f25 to
b462808
Compare
5ff0641 to
9cadbb0
Compare
Fixes internal bug: b/322178330 🦕