Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50646][PYTHON][DOCS] Document explicit style of pyspark plotting
### What changes were proposed in this pull request? Document explicit style of pyspark plotting. ### Why are the changes needed? To improve documentation by explicitly showing both chaining (df.plot.line(...)) and explicit (df.plot(kind="line", ...)) styles, ensuring clarity for users ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49265 from xinrong-meng/pyplot. Authored-by: Xinrong Meng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
- Loading branch information