maidr 1.7.1__tar.gz → 1.7.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {maidr-1.7.1 → maidr-1.7.2}/CHANGELOG.md +8 -0
- {maidr-1.7.1 → maidr-1.7.2}/PKG-INFO +1 -1
- {maidr-1.7.1 → maidr-1.7.2}/maidr/__init__.py +1 -1
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/maidr.py +46 -13
- {maidr-1.7.1 → maidr-1.7.2}/pyproject.toml +1 -1
- {maidr-1.7.1 → maidr-1.7.2}/uv.lock +1 -1
- {maidr-1.7.1 → maidr-1.7.2}/.commitlintrc.cjs +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.editorconfig +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.github/copilot-instructions.md +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.github/workflows/ci.yml +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.github/workflows/docs.yml +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.github/workflows/release.yml +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.gitignore +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.pre-commit-config.yaml +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.vscode/extensions.json +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/.vscode/settings.json +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/CONDUCT.md +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/CONTRIBUTING.md +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/LICENSE +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/README.md +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/.gitignore +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/CNAME +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/_environment +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/_extensions/machow/interlinks/.gitignore +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/_extensions/machow/interlinks/_extension.yml +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/_extensions/machow/interlinks/interlinks.lua +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/_extensions/shafayetShafee/line-highlight/_extension.yml +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/_extensions/shafayetShafee/line-highlight/line-highlight.lua +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/_extensions/shafayetShafee/line-highlight/resources/css/line-highlight.css +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/_extensions/shafayetShafee/line-highlight/resources/js/line-highlight.js +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/_quarto.yml +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/examples.qmd +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/index.qmd +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/docs/styles.css +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/bar/example_bar_plot.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/bar/matplotlib/example_mpl_bar_plot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/bar/seaborn/example_sns_bar_plot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/box/example_box_plot.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/box/matplotlib/example_mpl_box.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/box/seaborn/example_sns_box.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/candle_stick/legacy_candlestick_example.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/candle_stick/mplfinance_candlestick_example.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/candle_stick/test_data_daily_current_year.csv +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/candle_stick/test_data_daily_mixed_years.csv +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/candle_stick/test_data_hourly.csv +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/candle_stick/test_data_minute.csv +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/candle_stick/test_data_weekly.csv +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/candle_stick/volcandat.csv +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/count/example_count_plot.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/count/seaborn/example_sns_count_plot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/dodged/matplotlib/example_mpl_dodged.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/dodged/seaborn/example_sns_dodged.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/facet-subplots/matplotlib/example_mpl_facet_bar_plot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/facet-subplots/matplotlib/example_mpl_facet_combined_plot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/facet-subplots/seaborn/example_sns_facet_bar_plot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/facet-subplots/seaborn/example_sns_facet_combined_plot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/flask/test_flask_app.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/heatmap/example_heatmap_plot.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/heatmap/matplotlib/example_mpl_heatmap.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/heatmap/seaborn/example_sns_heatmap.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/histogram/example_histogram_plot.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/histogram/matplotlib/example_mpl_hist.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/histogram/matplotlib/histogram_with_kde_matplotlib.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/histogram/seaborn/example_sns_hist.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/histogram/seaborn/histogram_with_kde_seaborn.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/kde/example_kde_plots.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/kde/matplotlib/multiple_kde_matplotlib.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/kde/matplotlib/single_kde_matplotlib.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/kde/seaborn/multiple_kde_seaborn.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/kde/seaborn/single_kde_seaborn.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/line/example_line_plot.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/line/matplotlib/example_mpl_line.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/line/seaborn/example_sns_line.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/multilayer/example_mpl_multilayer.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/multilayer/example_multilayer_plot.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/multiline/example_multiline_plot.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/multiline/matplotlib/example_mpl_multiline.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/multiline/seaborn/example_sns_multiline.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/multipanel/example_multipanel_plot.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/multipanel/matplotlib/example_mpl_multipanel.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/multipanel/seaborn/example_sns_multipanel.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/quarto/demo.qmd +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/reg/example_reg_plots.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/reg/matplotlib/example_matplotlib_smooth_plot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/reg/seaborn/example_sns_reg.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/scatter/example_scatter_plot.ipynb +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/scatter/matplotlib/example_mpl_scatter.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/scatter/seaborn/example_sns_scatter.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/shiny/example_shiny_scatter.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/stacked/matplotlib/example_mpl_stacked.html +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/stacked/matplotlib/example_mpl_stacked.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/stacked/seaborn/example_sns_stacked.html +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/stacked/seaborn/example_sns_stacked.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/example/streamlit/example_streamlit_app.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/api.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/context_manager.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/enum/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/enum/library.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/enum/maidr_key.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/enum/plot_type.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/enum/smooth_keywords.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/figure_manager.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/barplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/boxplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/candlestick.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/grouped_barplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/heatmap.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/histogram.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/lineplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/maidr_plot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/maidr_plot_factory.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/mplfinance_barplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/mplfinance_lineplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/regplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/core/plot/scatterplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/exception/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/exception/extraction_error.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/barplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/boxplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/candlestick.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/clear.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/common.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/heatmap.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/highlight.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/histogram.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/kdeplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/lineplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/mplfinance.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/regplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/patch/scatterplot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/util/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/util/datetime_conversion.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/util/dedup_utils.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/util/environment.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/util/mixin/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/util/mixin/extractor_mixin.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/util/mixin/merger_mixin.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/util/mplfinance_utils.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/util/plot_detection.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/util/regression_line_utils.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/util/svg_utils.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/widget/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/maidr/widget/shiny.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/conftest.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/core/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/core/enum/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/core/plot/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/core/test_figure_manager.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/core/test_maidr_plot.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/core/test_maidr_plot_factory.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/fixture/__init__.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/fixture/library_factory.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/fixture/matplotlib_factory.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tests/fixture/seaborn_factory.py +0 -0
- {maidr-1.7.1 → maidr-1.7.2}/tox.ini +0 -0
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## v1.7.2 (2025-09-12)
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
- Prevent iframe resizing when modal is open ([#237](https://github.com/xability/py-maidr/pull/237),
|
|
9
|
+
[`89a4253`](https://github.com/xability/py-maidr/commit/89a42537a32025b286b8089b7f4b21b7c409c4e4))
|
|
10
|
+
|
|
11
|
+
|
|
4
12
|
## v1.7.1 (2025-09-03)
|
|
5
13
|
|
|
6
14
|
### Bug Fixes
|
|
@@ -366,16 +366,29 @@ class Maidr:
|
|
|
366
366
|
iframe.contentWindow.document
|
|
367
367
|
) {{
|
|
368
368
|
let iframeDocument = iframe.contentWindow.document;
|
|
369
|
-
|
|
370
|
-
|
|
369
|
+
// Detect braille textarea by dynamic id prefix
|
|
370
|
+
let brailleContainer = iframeDocument.querySelector('[id^="maidr-braille-textarea"]');
|
|
371
|
+
// Detect review input container by class name
|
|
372
|
+
let reviewInputContainer = iframeDocument.querySelector('.maidr-review-input');
|
|
371
373
|
iframe.style.height = 'auto';
|
|
372
374
|
let height = iframeDocument.body.scrollHeight;
|
|
373
|
-
if
|
|
374
|
-
|
|
375
|
-
|
|
375
|
+
// Consider braille active if it or any descendant has focus
|
|
376
|
+
let isBrailleActive = brailleContainer && (
|
|
377
|
+
brailleContainer === iframeDocument.activeElement ||
|
|
378
|
+
(typeof brailleContainer.contains === 'function' && brailleContainer.contains(iframeDocument.activeElement))
|
|
379
|
+
);
|
|
380
|
+
// Consider review input active if it or any descendant has focus
|
|
381
|
+
let isReviewInputActive = reviewInputContainer && (
|
|
382
|
+
reviewInputContainer === iframeDocument.activeElement ||
|
|
383
|
+
(typeof reviewInputContainer.contains === 'function' && reviewInputContainer.contains(iframeDocument.activeElement))
|
|
384
|
+
);
|
|
385
|
+
// (logs removed)
|
|
386
|
+
if (isBrailleActive) {{
|
|
376
387
|
height += 100;
|
|
377
|
-
}}else{{
|
|
378
|
-
height += 50
|
|
388
|
+
}} else if (isReviewInputActive) {{
|
|
389
|
+
height += 50;
|
|
390
|
+
}} else {{
|
|
391
|
+
height += 50;
|
|
379
392
|
}}
|
|
380
393
|
iframe.style.height = (height) + 'px';
|
|
381
394
|
iframe.style.width = iframeDocument.body.scrollWidth + 'px';
|
|
@@ -387,12 +400,32 @@ class Maidr:
|
|
|
387
400
|
resizeIframe();
|
|
388
401
|
iframe.contentWindow.addEventListener('resize', resizeIframe);
|
|
389
402
|
}};
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
403
|
+
// Delegate focus events for braille textarea (by id prefix)
|
|
404
|
+
iframe.contentWindow.document.addEventListener('focusin', (e) => {{
|
|
405
|
+
try {{
|
|
406
|
+
const t = e && e.target ? e.target : null;
|
|
407
|
+
if (t && typeof t.id === 'string' && t.id.startsWith('maidr-braille-textarea')) resizeIframe();
|
|
408
|
+
}} catch (_) {{ resizeIframe(); }}
|
|
409
|
+
}}, true);
|
|
410
|
+
iframe.contentWindow.document.addEventListener('focusout', (e) => {{
|
|
411
|
+
try {{
|
|
412
|
+
const t = e && e.target ? e.target : null;
|
|
413
|
+
if (t && typeof t.id === 'string' && t.id.startsWith('maidr-braille-textarea')) resizeIframe();
|
|
414
|
+
}} catch (_) {{ resizeIframe(); }}
|
|
415
|
+
}}, true);
|
|
416
|
+
// Delegate focus events for review input container (by class name)
|
|
417
|
+
iframe.contentWindow.document.addEventListener('focusin', (e) => {{
|
|
418
|
+
try {{
|
|
419
|
+
const t = e && e.target ? e.target : null;
|
|
420
|
+
if (t && t.classList && t.classList.contains('maidr-review-input')) resizeIframe();
|
|
421
|
+
}} catch (_) {{ resizeIframe(); }}
|
|
422
|
+
}}, true);
|
|
423
|
+
iframe.contentWindow.document.addEventListener('focusout', (e) => {{
|
|
424
|
+
try {{
|
|
425
|
+
const t = e && e.target ? e.target : null;
|
|
426
|
+
if (t && t.classList && t.classList.contains('maidr-review-input')) resizeIframe();
|
|
427
|
+
}} catch (_) {{ resizeIframe(); }}
|
|
428
|
+
}}, true);
|
|
396
429
|
"""
|
|
397
430
|
return resizing_script
|
|
398
431
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maidr-1.7.1 → maidr-1.7.2}/docs/_extensions/shafayetShafee/line-highlight/line-highlight.lua
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{maidr-1.7.1 → maidr-1.7.2}/example/facet-subplots/matplotlib/example_mpl_facet_combined_plot.py
RENAMED
|
File without changes
|
|
File without changes
|
{maidr-1.7.1 → maidr-1.7.2}/example/facet-subplots/seaborn/example_sns_facet_combined_plot.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|