Message Boards Message Boards

0
|
6535 Views
|
4 Replies
|
5 Total Likes
View groups...
Share
Share this post:

[?] Change the order of interpolation of ListContourPlot?

Hi, I would like to change the order of interpolation of

ListContourPlot.

This function makes a linear interpolation...but I need of an interpolation order 3. How could I do?

Thank you

Regards

4 Replies

The InterpolationOrder option just does that

try the following

Manipulate[
 ListContourPlot[
  Table[Sin[i + j^2], {i, 0, 3, 0.25}, {j, 0, 3, 0.25}], 
  InterpolationOrder -> ord], {ord, 0, 5, 1}]

your command , It is very useful! thank you

Regards

Posted 7 years ago

Go to the help page for ListContourPlot

Click on the Details and Options

Scroll down to see that it accepts an InterpolationOrder option to let you specify the order

POSTED BY: Bill Simpson

I have tried, It runs. thank you a lot

Regards

Margherita

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