Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.2K Views
|
3 Replies
|
1 Total Like
View groups...
Share
Share this post:

How to place legend inside a plot?

Posted 5 years ago
POSTED BY: Rahul Chakrabory
3 Replies
Posted 5 years ago

Hi Rahul,

You did not specify where inside the plot, you can adjust that

PlotLegends -> 
 Placed[LineLegend[{Style["\[Xi] = 10", Bold, 14], 
    Style["\[Xi] = 50", Bold, 14], Style["\[Xi] = 100", Bold, 14]}, 
    LegendFunction -> Frame, LegendLayout -> "Row"], {Center, Top}]
POSTED BY: Rohit Namjoshi

Thanks, Kindly tell me how to remove the legend border?

POSTED BY: Rahul Chakrabory
Posted 5 years ago

Remove LegendFunction -> Frame. Check the documentation for other options.

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard