Top "Legend-properties" questions

legend-properties refers to various chart libraries and the ability to programmatically customise legends in charts generated by those libraries.

Matplotlib automatic legend outside plot

I am trying to use the keyword bbox_to_anchor() in a matplotlib plot in Python. Here is a very …

python matplotlib plot legend legend-properties
How to move or position a legend in ggplot2

I'm trying to create a ggplot2 plot with the legend beneath the plot. The ggplot2 book says on p 112 "The …

r ggplot2 legend legend-properties
Is it possible to add a string as a legend item in matplotlib

I am producing some plots in matplotlib and would like to add explanatory text for some of the data. I …

python matplotlib pandas legend legend-properties
Two geom_points add a legend

I plot a 2 geom_point graph with the following code: source("http://www.openintro.org/stat/data/arbuthnot.R") library(…

r ggplot2 legend legend-properties
Pie Chart Legend - Chart.js

I need help to put the number of the pie chart in the legend Chart Image If i hover the …

chart.js pie-chart legend-properties
MATLAB: Assign multiple colors to text in legend

I'm trying to color code text in a legend. (Since I'm trying to sort several plots into different categories, I …

matlab plot legend textcolor legend-properties
How to change legend fontname in matplotlib

I would like to display a font in Times New Roman in the legend of a matplotlib plot. I have …

python matplotlib legend legend-properties
Printing too big legend box in RStudio

I am trying to add a legend to my plot and I don't understand why I can't control for its …

r plot legend-properties
Draw a box around a legend ggplot2

I created a plot with a custom legend in ggplot2. I tried to draw a box around all the items …

r ggplot2 legend legend-properties