Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • $\begingroup$ Thanks so much! This may justify or require a separate question, but is there any way to force the LegendMarkers to be the same size as the PlotMarkers? In the plot, it looks like the redDisk PlotMarkers are somewhat larger than the redDisk LegendMarkers. $\endgroup$ Commented Oct 19, 2013 at 17:09
  • 1
    $\begingroup$ Yes, it should be possible. Off the top of my head, the solution is to use {redDisk, size} in the plot marker and legend marker option. However, the value of size is typically a fraction of the size of the parent figure (e.g. 0.04). Since your legend and plot figures are of different sizes, the value you choose for size in each must be so that the disks look the same for both plots. I don't have the time right now to work on it and write up an automated solution, but this is probably sufficient info for you to manually tweak them for now. Also, I suppose there might be a question here... $\endgroup$ Commented Oct 19, 2013 at 17:36
  • $\begingroup$ Thanks. This helps a lot! Yes, it seems that there might be a question here, too. Thanks again. $\endgroup$ Commented Oct 19, 2013 at 17:49