|
[Date Index]
[Thread Index]
[Author Index]
Manipulate slow with ListContourPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg116674] Manipulate slow with ListContourPlot
- From: Francois Fayard <FFayard at slb.com>
- Date: Wed, 23 Feb 2011 05:26:20 -0500 (EST)
Hello,
I have some data that I want to plot. It is fast when I do :
k=1;
ListContourPlot[data[[k]]]
and then
k=2;
ListContourPlot[data[[k]]]
But when I want to "Manipulate" the k, and I do
Manipulate[ListContourPlot[data[[k]]],{k,1,2,1}]
it becomes very slow, both during the first evaluation and when I change the value of k. What is the reason for that ?
Best regards,
Francois
Prev by Date:
LINK to Java Runtime
Next by Date:
How to deal with big matrix 2
Previous by thread:
LINK to Java Runtime
Next by thread:
Re: Manipulate slow with ListContourPlot
|