Hi, I have problem in dumping data in vtk format.
I have used
conc_f = File("conc.pvd")
conc_f << k
k.rename("k", "k")
after doing this it is saving in solid colour, Is there any way to change to colour scheme as in plot.
Note: plot is in 3D
Thanks in advance