<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>I am using paraview 3.6 compiled with VTK_GL2PS_ON.</div><div><br></div><div>When I&nbsp;<span class="Apple-style-span" style="font-family: Arial, Helvetica, 'Luxi Sans', sans-serif; white-space: pre; ">uncheck "Interpolate Colors" in </span><span class="Apple-style-span" style="font-family: Arial, Helvetica, 'Luxi Sans', sans-serif; white-space: pre; ">Object Inspector for the object I want to plot, I</span>&nbsp;am able to generate colored high quality eps images using the following command in the python shell:</div><div><div><br></div><div>from libvtkRenderingPython import vtkGL2PSExporter</div><div>exporter = vtkGL2PSExporter()</div><div>exporter.SetFileFormatToPS()</div><div>exporter.SetFilePrefix("testImage")</div><div>view = GetActiveView().GetRenderWindow()</div><div>exporter.SetRenderWindow(view)</div><div>exporter.Write()</div></div><div><br></div><div>However, the legend is colored white. &nbsp;My guess is that I am still interpolating colors for the legend and I do not know how to specify not to do it?</div><div><br></div><div>Thanks a lot for your help!</div><div><br></div><div>-Martin</div><div><div><br class="Apple-interchange-newline">
</div>
<br></div></body></html>