0

I need to label my contours generated by using the contourplot function. Is this feasible in Maple? I have tried the advisor6 database found here http://www.math.ubc.ca/~israel/advisor/advisor6/advisor6.html, but it doesn't seem to work as I'm using Maple 17! Please help. Thank you.

2 Answers2

0

Although the question is quite old, this solution might help others.

The labelledcontourplot function from the Maple Advisor Database might help you. A detailed description and examples can be found under the first link.

Quote from the developers web site: 'The Maple Advisor Database is a project of the Symbolic Computation Group of the University of British Columbia, under the direction of Robert Israel. [...] The Maple Advisor Database is protected by copyright, but is made freely available to the Maple community.'

0

Yes, it is feasible with the textplot command. This post on MaplePrimes has a very thorough example of doing this. This is the generated plot:P-h-T Chart for R134a

Carl Love
  • 1,193
  • I did not see the detailed example that you refer to. Textplot is for manual labelling. I am looking for a mechanism for automatic labelling of contours. – transcendental Mar 03 '14 at 02:40
  • The detailed example is in the zip file attached to the MaplePrimes post. There is no mechanism for automatic labelling of contours; textplot is as good as it gets. – Carl Love Mar 03 '14 at 17:29