Skip to content

Commit

Permalink
Fix linting issue using dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
jrycw committed Mar 5, 2025
1 parent 7050871 commit 8bafe2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/user-guide/misc/visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ values so that it can be passed as an argument to `c`.

## Plotnine

[Plotnine](https://plotnine.org/) is a reimplementation of ggplot2 in Python, bringing the
Grammar of Graphics to Python users with an interface similar to its R counterpart. It
supports Polars `DataFrame` by internally converting it to a pandas `DataFrame`.
[Plotnine](https://plotnine.org/) is a reimplementation of ggplot2 in Python, bringing the Grammar
of Graphics to Python users with an interface similar to its R counterpart. It supports Polars
`DataFrame` by internally converting it to a pandas `DataFrame`.

{{code_block('user-guide/misc/visualization','plotnine_show_plot',[])}}

Expand Down

0 comments on commit 8bafe2f

Please sign in to comment.