plotlegend entry not for all curves (vrs. 8.0)
- To: mathgroup at smc.vnet.net
- Subject: [mg117347] plotlegend entry not for all curves (vrs. 8.0)
- From: kristoph <kristophs.post at web.de>
- Date: Wed, 16 Mar 2011 06:24:30 -0500 (EST)
Dear all, considering the plot below I would like to add a legend which consists of only one entry, although I'm plotting two graphs. How do I get rid of the legend entry for the second graph? Thanks for help. Example: Plot[{x^2, 2 x}, {x, 0, 5}, PlotLegend -> {"1"}]