@mccauskl wrote:
Thanks! Do you have a suggestion for an alternative within SGPANEL that would make the legend readable?
As a minimum show the entire Proc SGPanel code you are currently using.
If you are setting attributes in the plot that are transparent then you are going to have issues as the legend attempts to replicate those.
Reduce transparency settings if you are using them.
Make the displayed elements a bit larger perhaps, line width or marker size.
Use an ANNOTATE data to create a legend from scratch.
Perhaps use SGPLOT with one or more BY variables.
Move the Graphic template language where there may be more controls with a Layout Lattice that Sgpanel does not honor.
... View more