Skip to content

Further refinement of poster plots - #21

Merged
scheuerdo merged 1 commit into
mainfrom
dev-dominik
Aug 1, 2026
Merged

Further refinement of poster plots#21
scheuerdo merged 1 commit into
mainfrom
dev-dominik

Conversation

@scheuerdo

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings August 1, 2026 08:13
@scheuerdo
scheuerdo merged commit 4922fca into main Aug 1, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Refines poster figure aesthetics by tightening the pipeline→priors connector geometry and polishing hero-plot legend presentation for clearer poster readability.

Changes:

  • Reduced default funnel/connector band height in pipeline_priors.py.
  • Updated hero plot series legend labels and adjusted legend anchoring in hero.py.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.

File Description
poster/pipeline_priors.py Tweaks default funnel height used in the pipeline+priors composite poster banner.
poster/hero.py Refines legend labels/casing and nudges legend placement for the hero plot.
Suppressed comments (1)

poster/pipeline_priors.py:212

  • The --funnel-height CLI default is another hard-coded literal. To prevent drift from make_figure's default, consider referencing a shared module-level default (e.g. DEFAULT_FUNNEL_H) instead of repeating the numeric literal here.
    ap.add_argument("--funnel-height", type=float, default=1.30, help="height of the connector band, inches")

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread poster/pipeline_priors.py
Comment on lines 120 to 123
pipe_frac=0.76,
pipe_scale=1.45,
funnel_h=1.75,
funnel_h=1.30,
label=DEFAULT_LABEL,
Comment thread poster/hero.py
("barabasi_albert_age_constrained", "Barabási–Albert (age-constrained)", "#2a78d6"),
("barabasi_albert_random_topo", "Barabási–Albert (random topo)", "#008300"),
("stochastic_block_model", "Stochastic block model", "#d55181"),
("barabasi_albert_age_constrained", "Barabási–Albert (Hier. Topology)", "#2a78d6"),
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.

2 participants