question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade manual_legend to match line/marker style of plotted points

See original GitHub issue

Describe the solution you’d like Upgrade manual_legend to match line/marker style of plotted points by enabling simple circles and lines with Line2D patches.

Is your feature request related to a problem? Please describe. Right now manual_legend draws the patches as rectangles and cannot take into account the line or scatter plot properties (e.g. line style or marker style). It would be nice to add Line2D patches that would enable the legend to show simple circles or lines to match the marker/line style the user has selected for the plotted points.

image

Note: This issue is a follow-on to #564, where @bbengfort added a manual_legend to the newly created yellowbrick.draw module, that enabled us to update the visualizers that implement some kind of scatter plot and have an alpha param that affects the opacity/translucency of the plotted points. Now with the manual_legend, the colors in the legend no longer become translucent when alpha is decreased.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bbengfortcommented, Oct 9, 2018

@Insiyaa it is - please feel free!

0reactions
lwgraycommented, Jun 10, 2019

@mlFanatic Thanks again for signing up to be a summer core contributor. Any progress on this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting a fixed size for points in legend - Stack Overflow
I had a look into the source code of matplotlib . Bad news is that there does not seem to be any simple...
Read more >
Composing Custom Legends — Matplotlib 3.6.2 documentation
No artists with labels found to put in legend. Note that artists whose label start with an underscore are ignored when legend() is...
Read more >
Controlling legend appearance in ggplot2 with override.aes
To increase the size of the points in the color legend of my plot, ... and third legend key boxes so the legend...
Read more >
Bokeh legend manually add entry - Peatix
figure is the core object that we will use to create plots. click the ... be turned into legend entries? at some point,...
Read more >
Release 2.4.9 See AUTHORS - openpyxl Documentation
updating documentation in virtually every area: many large features have been ... Note: Only cells (including values, styles, hyperlinks and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found