On Mon, May 4, 2015 at 3:20 AM, Julia Weißflog <
julia.weissf...@geophysik.tu-freiberg.de> wrote:

> Thanks for your reply, i have uploaded a sample here
> https://mathmaster.mathe.tu-freiberg.de/index.php/s/UoQ506K29Db6b7E
>
> Notice how the axis labels are blurry while the colobar text looks fine.
>

This is due to the Cube Axes rendering using an older text rendering
method, vtkVectorText. These don't always export cleanly through the vector
graphics backend.

There is a replacement for the Cube Axes under development that uses newer
methods for rendering text, and this should export much better, and be
similar to the labels you see on the color legend.

Also, there is experimental support in the old Cube Axes actor for using
the newer text renderer. If you can access the cube actor in the python
shell, calling SetUseTextActor3D(True) on it should switch it on.

Hope this helps,

Dave
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to