Skip to content

fixed the issue regarding legend outline visibility#423

Merged
abidlabs merged 5 commits into
gradio-app:mainfrom
Raghunath-Balaji:main
Feb 19, 2026
Merged

fixed the issue regarding legend outline visibility#423
abidlabs merged 5 commits into
gradio-app:mainfrom
Raghunath-Balaji:main

Conversation

@Raghunath-Balaji
Copy link
Copy Markdown
Contributor

@Raghunath-Balaji Raghunath-Balaji commented Feb 8, 2026

Thank you for your contribution! All PRs should include the following sections. PRs missing these sections may be closed immediately.

Short description

This PR fixes the legend-circle's outline being too thin, therefore inaccessible by increasing thickness

AI Disclosure

We encourage the use of AI tooling in creating PRs, but the any non-trivial use of AI needs be disclosed. E.g. if you used Claude to write a first draft, you should mention that. Trivial tab-completion doesn't need to be disclosed. You should self-review all PRs, especially if they were generated with AI.


  • I used AI to... [fill here]
  • I did not use AI

Type of Change

  • Bug fix
  • New feature (non-breaking)
  • New feature (breaking change)
  • Documentation update
  • Test improvements

Related Issues

If this PR closes an issue, please link it below:

Closes: #399

Testing and linting

Please run tests before submitting changes:

python -m pytest

and format your code using Ruff:

ruff check --fix --select I && ruff format

@abidlabs
Copy link
Copy Markdown
Member

Hi @Raghunath-Balaji thanks for the PR. Can you move this custom css to be with the rest of the custom css and pass it into launch()?

@abidlabs
Copy link
Copy Markdown
Member

Updated the css/js so now it looks like this:

image

@abidlabs abidlabs merged commit 2e52ab3 into gradio-app:main Feb 19, 2026
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.

Plot legend color

2 participants