MantisBT - ParaView
View Issue Details
0014231ParaView(No Category)public2013-08-14 13:132013-11-01 13:18
David C. Lonie 
David C. Lonie 
normalminorhave not tried
closedfixed 
git-master 
4.1 
TBD
incorrect functionality
0014231: Fix vtkDataLabelRepresentation + vtkGL2PSExporter compatibility
The current implementation ultimately uses a vtkTextMapper + vtkActor, which should be replaced by a vtkTextActor.

Alternatively, a special case can be added vtkPVGL2PSExporter to recognize vtkLabeledDataMapper as a special case for exporting text, though this will not add MathText support as vtkTextActor will.
No tags attached.
Issue History
2013-08-14 13:13David C. LonieNew Issue
2013-08-14 13:13David C. LonieAssigned To => David C. Lonie
2013-09-25 14:57David C. LonieNote Added: 0031623
2013-09-25 14:57David C. LonieStatusbacklog => closed
2013-09-25 14:57David C. LonieResolutionopen => fixed
2013-09-25 14:57David C. LonieFixed in Version => git-master
2013-11-01 13:18Utkarsh AyachitFixed in Versiongit-master => 4.1

Notes
(0031623)
David C. Lonie   
2013-09-25 14:57   
Fixed in master. To test:

1) Make a selection of points/cells.
2) Add labels in the Find Data dialog.
3) File >> Export Scene >> "somefile.ps". Use default options.

Labels should appear in the exported file.