Skip to content

doc: Update docs with v6.8.0 changes#5610

Merged
camdecoster merged 32 commits into
doc-prodfrom
cam/update-doc-prod-v6.8.0
Jun 3, 2026
Merged

doc: Update docs with v6.8.0 changes#5610
camdecoster merged 32 commits into
doc-prodfrom
cam/update-doc-prod-v6.8.0

Conversation

@camdecoster
Copy link
Copy Markdown
Contributor

@camdecoster camdecoster commented Jun 3, 2026

Description of change

Update doc-prod with v6.8.0 changes.

Guidelines

SharadhNaidu and others added 28 commits May 15, 2026 12:14
The HTML produced by `to_html` wraps the figure in an outer `<div>` with
no inline style. The inner figure div sets `height:100%`, but because
the wrapper has no height, that 100% resolves to zero and plotly.js
falls back to its hardcoded 450px. The result is that the documented
default of `default_height='100%'` cannot inherit from a sized parent
container, so figures embedded in responsive layouts (Jinja templates,
Dash containers with `vh`/`%` heights, etc.) silently render at 450px.

Move the requested dimensions onto the wrapper and let the inner figure
div fill it. Pixel defaults still produce a fixed-size figure; percentage
defaults now propagate from the parent container as the docstring claims.

Closes #5591
The public API is available since matplotlib 3.7 matplotlib/matplotlib#23692
Add dependabot config for updating uv.lock
docs: Update release, docs readme files with info, corrections
Don't use matplotlib internal API _major_tick_kw
The outer div produced by to_html now carries a style attribute so that requested dimensions propagate down to the figure element (see #5591). Loosen the existing assertion accordingly.
…eight

Fix to_html responsive height by styling outer wrapper div
ci: Pin python-frontmatter to keep Python 3.9 compatibility
@camdecoster camdecoster changed the title Cam/update doc prod v6.8.0 doc: Update docs with v6.8.0 changes Jun 3, 2026
@camdecoster camdecoster marked this pull request as ready for review June 3, 2026 19:44
@camdecoster camdecoster changed the base branch from main to doc-prod June 3, 2026 19:47
@camdecoster camdecoster merged commit 0a44827 into doc-prod Jun 3, 2026
24 of 25 checks passed
@camdecoster camdecoster deleted the cam/update-doc-prod-v6.8.0 branch June 3, 2026 20:10
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.

4 participants