Skip to main content

All Questions

0 votes
1 answer
1k views

Matplotlib Scatter Plot Legend Creation Mystery

I have the following snipped of code (values for c, s, x, y are mockups, but the real lists follow the same format, just much bigger. Only two colors are used - red and green though. All lists are of ...
John Durand's user avatar
1 vote
1 answer
833 views

Changing the color of legend in plot for R

so I am hiving a minor issue here with my graph's legend. I can't seem to get "RCB Class 1,2 or 3" to show as a black dot instead of red. I am new to R and making graphs with R. Please help :) Image ...
Brian's user avatar
  • 31
0 votes
1 answer
149 views

Incorrect Legend Ordering with scale_color_grey()

I am doing a Monte Carlo simulation, in which I have to display the density of coefficient estimates for simulations with different sample sizes on the same plot. When using scale_color_grey. I have ...
Sean Norton's user avatar