Skip to content

Infer plot image-save format from file extension of destination#2047

Merged
rolandwalker merged 1 commit into
mainfrom
RW/multiple-plot-save-image-format
Jul 24, 2026
Merged

Infer plot image-save format from file extension of destination#2047
rolandwalker merged 1 commit into
mainfrom
RW/multiple-plot-save-image-format

Conversation

@rolandwalker

@rolandwalker rolandwalker commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Description

Infer plot image-save format from file extension of destination, supporting PNG, PDF, SVG, and HTML formats.

Incidentally make the choice of "plot" over "chart" more consistent in variable names, messages, etc.

Example:

select length(table_name) as total from information_schema.tables .| df['total'].plot.hist() .> output.pdf;

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

supporting PNG, PDF, SVG, and HTML formats.

Incidentally make the choice of "plot" over "chart" more consistent in
variable names, messages, etc.
@rolandwalker rolandwalker self-assigned this Jul 24, 2026
@rolandwalker
rolandwalker merged commit 14969d6 into main Jul 24, 2026
11 checks passed
@rolandwalker
rolandwalker deleted the RW/multiple-plot-save-image-format branch July 24, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant