Some explanation of my original message. What I mean server-client is not the paraview server-client mode,but just run paraview on another machine(PC) and tunnel(or forward X11) the display on the local machine. Using this method ,I still get the bad legend.<br>

<div class="gmail_quote"><div><br>When you forward X11 back to your local machine you are rendering locally. The server is deciding what to draw, but it is sending X commands to the local machine to make the client render it. This is slower than either pure local rendering, where the local machine tells the local X display what to draw, or pure remote rendering, where the remote machine tells the remote X display what to draw and then sends finished images over to the client.<br>

<br></div></div>