[Paraview] Labeling of axis

David Lonie david.lonie at kitware.com
Mon May 4 08:38:31 EDT 2015


On Mon, May 4, 2015 at 3:20 AM, Julia Weißflog <
julia.weissflog at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150504/7b098413/attachment.html>


More information about the ParaView mailing list