[Paraview] text glyph

David E DeMarle dave.demarle at kitware.com
Thu Jul 8 08:45:09 EDT 2010


I'm thinking we should put text labeling in as an auxiliary
representation (like cube axis). It will borrow from the info/geo vis
representations that downsample and place a readable number of labels.
(Side note: Visual clutter is more of a problem than speed. You can
only draw a few hundred words on any given display and have them be
legible. Thus visualization was invented.) The representation will
have a checkbox (with a popup warning) that the user can hit to tell
it not to downsample.

In any case, someone will have to spend a week or four implementing
that, managing the streaming and/or server side rendering such that
the client does not get overwhelmed and crash. If you want to see this
in ParaView soon, please vote for it on user voice to give it some
priority, or better yet implement and submit a patch.

David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109

On Wed, Jul 7, 2010 at 5:38 PM, David Doria <daviddoria at gmail.com> wrote:
> On Wed, Jul 7, 2010 at 3:07 PM, David E DeMarle
> <dave.demarle at kitware.com> wrote:
>> Select Cells Through and rubber band select the whole screen.
>> Open selection inspector panel, scroll to bottom, turn on cell labels,
>> and pick the array you want to display.
>>
>> Warning, with big data this is impractical, which is why there isn't a
>> more direct way to do it. You can probably create a macro (from within
>> the python shell dialog) that does this if you do not work with big
>> data.
>>
>> David E DeMarle
>
>
> Why not allow things like this, but be sure to put a question dialog
> box, something like "This dataset appears to be very large. Adding a
> label at each point may be very slow." If everything that wouldn't
> work well on a large dataset was disallowed, we wouldn't be able to
> have much fun at all!
>
> Thanks,
>
> David
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list