Message Boards Message Boards

0
|
4238 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

PlotLegend for ContourPLot

Posted 3 years ago

Dear, I would require the plot legend only once. The program I written is showing it many times, the equation is being solved. Thank you for help

Attachments:
POSTED BY: Ma noj
2 Replies
Posted 3 years ago

Thanks

POSTED BY: Manoj Imrith

You can do it this way:

PlotLegends -> If[cp == 100, {"Line Equation"}, None]

You may also consider something along this line:

ContourPlot[2 x + 3 y + 50, {x, 10, 20}, {y, 25, 35}, 
 Contours -> Range[100, 250, 5], ContourLabels -> All]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract