Skip to main content

All Questions

0 votes
0 answers
75 views

How do I extract the shape of scatterplot legend entries?

I am trying to make a seaborn scatterplot with legend entries that combine color and shape. Rather than extract color and assign that to the shape entries like here, I want to extract the shape ...
Aristle Monteiro's user avatar
1 vote
1 answer
239 views

Adding a point to ggplot legend from another dataframe

I am trying to add a reference point to my legend from another dataframe. Currently, my legend shows the values for my first geom_point() but I want to add a point in grey with the label "...
joy wyckoff's user avatar
1 vote
1 answer
720 views

change key letter in legend of ggplot

I generated a scatter plot as follows: library(ggplot2) library(ggrepel) DF <- data.frame(x=runif(20,0,1), y=runif(20,0,1),group=c(rep('x',15),rep('y',5))) for (i in 1:20) DF$item[i]<-paste(...
WJH's user avatar
  • 571
0 votes
0 answers
60 views

matplotlib legend to scatter

I am using the scatter method of matplot lib to present 9 types of shape combinations with the following code for idx in combinedArray: line = self.container.axes.scatter( self....
user3315504's user avatar
  • 1,195
5 votes
1 answer
14k views

How to increase marker size of the legend in scatter plot in MATLAB 2014b? [duplicate]

I found marker size in the scatter plot and the legend is different in MATLAB 2014b. I searched & found some solution from earlier version of MATLAB, which are not applicable in the latest version....
user962808's user avatar
1 vote
2 answers
8k views

change border from around legend from a scatterplot

This should be simple, but I can't figure out how to remove the border from around my legend. I would also like to place the legend within the graph and remove the inner grid lines and the top and ...
Kerry's user avatar
  • 803