Re: [Paraview] Unexpected measurement appears in 5.4.1 but not 5.0.1

2018-03-12 Thread Joe Ping-Lin Hsiao
Wonderful. Thank you Cory.

On Fri, Mar 2, 2018 at 4:00 AM, Ufuk Utku Turuncoglu (BE) <
u.utku.turunco...@be.itu.edu.tr> wrote:

> Thanks for the update.
>
> Regards,
>
> --ufuk
>
> On 1.03.2018 16:29, Cory Quammen wrote:
>
> Joe and Ufuk,
>
> You seem to be running into  the same issue as reported here:
> https://gitlab.kitware.com/paraview/paraview/issues/17671
>
> Let's continue track the issue there.
>
> Best,
> Cory
>
> On Mon, Feb 12, 2018 at 12:24 PM, Joe Ping-Lin Hsiao 
> wrote:
>
>> Hi Cory,
>>
>> "display.PolarAxes.Visibility = 0" does not work for me. The polar axes
>> comes back every time I rewind the animation. It feels like the data
>> visibility also applies to polar axes visibility.
>>
>> I have attached a small dataset and a simplified script for you to test,
>> but you have to change the data path in the script.
>>
>> BTW this is on Windows 10 64-bit.
>>
>> Best,
>> Joe
>>
>>
>> On Wed, Jan 31, 2018 at 1:09 PM, Cory Quammen 
>> wrote:
>>
>>> Ufuk,
>>>
>>> Thanks for the report. Is there a reliable way to reproduce the
>>> behavior that you can share?
>>>
>>> Best,
>>> Cory
>>>
>>> On Wed, Jan 31, 2018 at 12:16 PM, Ufuk Turuncoglu
>>>  wrote:
>>> > I don't know it is related or not. I have very similar behavior under
>>> 5.4.1. If i save a state and load it later, Polar Axes show up and i need
>>> to disable it from the properties panel. Somehow, ParaView loads Polar Axes
>>> even if it is not activated in the original pipeline. It might help to find
>>> the source of the issue.
>>> >
>>> > Best Regards,
>>> >
>>> > --ufuk
>>> >
>>> > - Original Message -
>>> > From: "Cory Quammen" 
>>> > To: "Joe Ping-Lin Hsiao" 
>>> > Cc: "paraview" 
>>> > Sent: Wednesday, January 31, 2018 6:44:45 PM
>>> > Subject: Re: [Paraview] Unexpected measurement appears in 5.4.1 but
>>> not 5.0.1
>>> >
>>> > Hmm, that's weird. The Polar Axes should be off by default. Do the
>>> > Polar Axes appear when creating a Sphere source?
>>> >
>>> > You should be able to force it off by adding the following line to the
>>> > loadFile() function in your script:
>>> >
>>> > display.PolarAxes.Visibility = 0
>>> >
>>> > HTH,
>>> > Cory
>>> >
>>> > On Tue, Jan 23, 2018 at 4:40 PM, Joe Ping-Lin Hsiao 
>>> wrote:
>>> >> Yes exactly.
>>> >>
>>> >> On Tue, Jan 23, 2018 at 3:47 PM, Cory Quammen <
>>> cory.quam...@kitware.com>
>>> >> wrote:
>>> >>>
>>> >>> Hi Joe,
>>> >>>
>>> >>> Are you referring to the circular (polar axes) in the image? It says
>>> >>> 90.0 deg, 45.0 deg., etc.
>>> >>>
>>> >>> Thanks,
>>> >>> Cory
>>> >>>
>>> >>> On Tue, Jan 23, 2018 at 3:31 PM, Joe Ping-Lin Hsiao <
>>> phs...@cs.unc.edu>
>>> >>> wrote:
>>> >>> > The attached image shows the unexpected measure with text. I
>>> tested two
>>> >>> > versions of ParaView and it only happens in 5.4.1 but not 5.0.1.
>>> >>> >
>>> >>> > 180 stacks are loaded and set to volume rendering by my Python
>>> script,
>>> >>> > which
>>> >>> > is also attached.
>>> >>> >
>>> >>> > Thanks,
>>> >>> > Joe
>>> >>> >
>>> >>> > ___
>>> >>> > 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:
>>> >>> > https://paraview.org/mailman/listinfo/paraview
>>> >>> >
>>> >>>
>>> >>>
>>> >>>
>>> >>> --
>>> >>> Cory Quammen
>>> >>> Staff R&D Engineer
>>> >>> Kitware, Inc.
>>> >>
>>> >>
>>> >
>>> >
>>> >
>>> > --
>>> > Cory Quammen
>>> > Staff R&D Engineer
>>> > Kitware, Inc.
>>> > ___
>>> > 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:
>>> > https://paraview.org/mailman/listinfo/paraview
>>>
>>>
>>>
>>> --
>>> Cory Quammen
>>> Staff R&D Engineer
>>> Kitware, Inc.
>>>
>>
>>
>
>
> --
> Cory Quammen
> Staff R&D Engineer
> Kitware, Inc.
>
>
>
___
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:
https://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Unexpected measurement appears in 5.4.1 but not 5.0.1

2018-03-02 Thread Ufuk Utku Turuncoglu (BE)

Thanks for the update.

Regards,

--ufuk

On 1.03.2018 16:29, Cory Quammen wrote:

Joe and Ufuk,

You seem to be running into  the same issue as reported here: 
https://gitlab.kitware.com/paraview/paraview/issues/17671


Let's continue track the issue there.

Best,
Cory

On Mon, Feb 12, 2018 at 12:24 PM, Joe Ping-Lin Hsiao 
mailto:phs...@cs.unc.edu>> wrote:


Hi Cory,

"display.PolarAxes.Visibility = 0" does not work for me. The polar
axes comes back every time I rewind the animation. It feels like
the data visibility also applies to polar axes visibility.

I have attached a small dataset and a simplified script for you to
test, but you have to change the data path in the script.

BTW this is on Windows 10 64-bit.

Best,
Joe


On Wed, Jan 31, 2018 at 1:09 PM, Cory Quammen
mailto:cory.quam...@kitware.com>> wrote:

Ufuk,

Thanks for the report. Is there a reliable way to reproduce the
behavior that you can share?

Best,
Cory

On Wed, Jan 31, 2018 at 12:16 PM, Ufuk Turuncoglu
mailto:u.utku.turunco...@be.itu.edu.tr>> wrote:
> I don't know it is related or not. I have very similar
behavior under 5.4.1. If i save a state and load it later,
Polar Axes show up and i need to disable it from the
properties panel. Somehow, ParaView loads Polar Axes even if
it is not activated in the original pipeline. It might help to
find the source of the issue.
>
> Best Regards,
>
> --ufuk
>
> - Original Message -
> From: "Cory Quammen" mailto:cory.quam...@kitware.com>>
> To: "Joe Ping-Lin Hsiao" mailto:phs...@cs.unc.edu>>
> Cc: "paraview" mailto:parav...@paraview.org>>
        > Sent: Wednesday, January 31, 2018 6:44:45 PM
> Subject: Re: [Paraview] Unexpected measurement appears in
5.4.1 but not 5.0.1
>
> Hmm, that's weird. The Polar Axes should be off by default.
Do the
> Polar Axes appear when creating a Sphere source?
>
> You should be able to force it off by adding the following
line to the
> loadFile() function in your script:
>
> display.PolarAxes.Visibility = 0
>
> HTH,
> Cory
>
> On Tue, Jan 23, 2018 at 4:40 PM, Joe Ping-Lin Hsiao
mailto:phs...@cs.unc.edu>> wrote:
>> Yes exactly.
>>
>> On Tue, Jan 23, 2018 at 3:47 PM, Cory Quammen
mailto:cory.quam...@kitware.com>>
>> wrote:
>>>
>>> Hi Joe,
>>>
>>> Are you referring to the circular (polar axes) in the
image? It says
>>> 90.0 deg, 45.0 deg., etc.
>>>
>>> Thanks,
>>> Cory
>>>
>>> On Tue, Jan 23, 2018 at 3:31 PM, Joe Ping-Lin Hsiao
mailto:phs...@cs.unc.edu>>
>>> wrote:
>>> > The attached image shows the unexpected measure with
text. I tested two
>>> > versions of ParaView and it only happens in 5.4.1 but
not 5.0.1.
>>> >
>>> > 180 stacks are loaded and set to volume rendering by my
Python script,
>>> > which
>>> > is also attached.
>>> >
>>> > Thanks,
>>> > Joe
>>> >
>>> > ___
>>> > Powered by www.kitware.com <http://www.kitware.com>
>>> >
>>> > Visit other Kitware open-source projects at
>>> > http://www.kitware.com/opensource/opensource.html
<http://www.kitware.com/opensource/opensource.html>
>>> >
>>> > Please keep messages on-topic and check the ParaView
Wiki at:
>>> > http://paraview.org/Wiki/ParaView
<http://paraview.org/Wiki/ParaView>
>>> >
>>> > Search the list archives at:
http://markmail.org/search/?q=ParaView
<http://markmail.org/search/?q=ParaView>
>>> >
>>> > Follow this link to subscribe/unsubscribe:
>>> > https://paraview.org/mailman/listinfo/paraview
<https://paraview.org/mailman/listinfo/paraview>
>>> >
>>>
>>>
>>>
>>> --
>>> Cory Quam

Re: [Paraview] Unexpected measurement appears in 5.4.1 but not 5.0.1

2018-03-01 Thread Cory Quammen
Joe,

I've pushed a merge request that should fix your issue here:

https://gitlab.kitware.com/paraview/paraview/merge_requests/2296

It should be included in ParaView 5.5, due out later this month.

Cory

On Thu, Mar 1, 2018 at 8:29 AM, Cory Quammen 
wrote:

> Joe and Ufuk,
>
> You seem to be running into  the same issue as reported here:
> https://gitlab.kitware.com/paraview/paraview/issues/17671
>
> Let's continue track the issue there.
>
> Best,
> Cory
>
> On Mon, Feb 12, 2018 at 12:24 PM, Joe Ping-Lin Hsiao 
> wrote:
>
>> Hi Cory,
>>
>> "display.PolarAxes.Visibility = 0" does not work for me. The polar axes
>> comes back every time I rewind the animation. It feels like the data
>> visibility also applies to polar axes visibility.
>>
>> I have attached a small dataset and a simplified script for you to test,
>> but you have to change the data path in the script.
>>
>> BTW this is on Windows 10 64-bit.
>>
>> Best,
>> Joe
>>
>>
>> On Wed, Jan 31, 2018 at 1:09 PM, Cory Quammen 
>> wrote:
>>
>>> Ufuk,
>>>
>>> Thanks for the report. Is there a reliable way to reproduce the
>>> behavior that you can share?
>>>
>>> Best,
>>> Cory
>>>
>>> On Wed, Jan 31, 2018 at 12:16 PM, Ufuk Turuncoglu
>>>  wrote:
>>> > I don't know it is related or not. I have very similar behavior under
>>> 5.4.1. If i save a state and load it later, Polar Axes show up and i need
>>> to disable it from the properties panel. Somehow, ParaView loads Polar Axes
>>> even if it is not activated in the original pipeline. It might help to find
>>> the source of the issue.
>>> >
>>> > Best Regards,
>>> >
>>> > --ufuk
>>> >
>>> > - Original Message -
>>> > From: "Cory Quammen" 
>>> > To: "Joe Ping-Lin Hsiao" 
>>> > Cc: "paraview" 
>>> > Sent: Wednesday, January 31, 2018 6:44:45 PM
>>> > Subject: Re: [Paraview] Unexpected measurement appears in 5.4.1 but
>>> not 5.0.1
>>> >
>>> > Hmm, that's weird. The Polar Axes should be off by default. Do the
>>> > Polar Axes appear when creating a Sphere source?
>>> >
>>> > You should be able to force it off by adding the following line to the
>>> > loadFile() function in your script:
>>> >
>>> > display.PolarAxes.Visibility = 0
>>> >
>>> > HTH,
>>> > Cory
>>> >
>>> > On Tue, Jan 23, 2018 at 4:40 PM, Joe Ping-Lin Hsiao 
>>> wrote:
>>> >> Yes exactly.
>>> >>
>>> >> On Tue, Jan 23, 2018 at 3:47 PM, Cory Quammen <
>>> cory.quam...@kitware.com>
>>> >> wrote:
>>> >>>
>>> >>> Hi Joe,
>>> >>>
>>> >>> Are you referring to the circular (polar axes) in the image? It says
>>> >>> 90.0 deg, 45.0 deg., etc.
>>> >>>
>>> >>> Thanks,
>>> >>> Cory
>>> >>>
>>> >>> On Tue, Jan 23, 2018 at 3:31 PM, Joe Ping-Lin Hsiao <
>>> phs...@cs.unc.edu>
>>> >>> wrote:
>>> >>> > The attached image shows the unexpected measure with text. I
>>> tested two
>>> >>> > versions of ParaView and it only happens in 5.4.1 but not 5.0.1.
>>> >>> >
>>> >>> > 180 stacks are loaded and set to volume rendering by my Python
>>> script,
>>> >>> > which
>>> >>> > is also attached.
>>> >>> >
>>> >>> > Thanks,
>>> >>> > Joe
>>> >>> >
>>> >>> > ___
>>> >>> > 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:
>>> >>> > https://paraview.org/mailman/listinfo/paraview
>>> >>> >
>>> >>>
>>> >>>
>>> >>>
>>> >>> --
>>> >>> Cory Quammen
>>> >>> Staff R&D Engineer
>>> >>> Kitware, Inc.
>>> >>
>>> >>
>>> >
>>> >
>>> >
>>> > --
>>> > Cory Quammen
>>> > Staff R&D Engineer
>>> > Kitware, Inc.
>>> > ___
>>> > 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:
>>> > https://paraview.org/mailman/listinfo/paraview
>>>
>>>
>>>
>>> --
>>> Cory Quammen
>>> Staff R&D Engineer
>>> Kitware, Inc.
>>>
>>
>>
>
>
> --
> Cory Quammen
> Staff R&D Engineer
> Kitware, Inc.
>



-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.
___
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:
https://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Unexpected measurement appears in 5.4.1 but not 5.0.1

2018-03-01 Thread Cory Quammen
Joe and Ufuk,

You seem to be running into  the same issue as reported here:
https://gitlab.kitware.com/paraview/paraview/issues/17671

Let's continue track the issue there.

Best,
Cory

On Mon, Feb 12, 2018 at 12:24 PM, Joe Ping-Lin Hsiao 
wrote:

> Hi Cory,
>
> "display.PolarAxes.Visibility = 0" does not work for me. The polar axes
> comes back every time I rewind the animation. It feels like the data
> visibility also applies to polar axes visibility.
>
> I have attached a small dataset and a simplified script for you to test,
> but you have to change the data path in the script.
>
> BTW this is on Windows 10 64-bit.
>
> Best,
> Joe
>
>
> On Wed, Jan 31, 2018 at 1:09 PM, Cory Quammen 
> wrote:
>
>> Ufuk,
>>
>> Thanks for the report. Is there a reliable way to reproduce the
>> behavior that you can share?
>>
>> Best,
>> Cory
>>
>> On Wed, Jan 31, 2018 at 12:16 PM, Ufuk Turuncoglu
>>  wrote:
>> > I don't know it is related or not. I have very similar behavior under
>> 5.4.1. If i save a state and load it later, Polar Axes show up and i need
>> to disable it from the properties panel. Somehow, ParaView loads Polar Axes
>> even if it is not activated in the original pipeline. It might help to find
>> the source of the issue.
>> >
>> > Best Regards,
>> >
>> > --ufuk
>> >
>> > - Original Message -
>> > From: "Cory Quammen" 
>> > To: "Joe Ping-Lin Hsiao" 
>> > Cc: "paraview" 
>> > Sent: Wednesday, January 31, 2018 6:44:45 PM
>> > Subject: Re: [Paraview] Unexpected measurement appears in 5.4.1 but not
>> 5.0.1
>> >
>> > Hmm, that's weird. The Polar Axes should be off by default. Do the
>> > Polar Axes appear when creating a Sphere source?
>> >
>> > You should be able to force it off by adding the following line to the
>> > loadFile() function in your script:
>> >
>> > display.PolarAxes.Visibility = 0
>> >
>> > HTH,
>> > Cory
>> >
>> > On Tue, Jan 23, 2018 at 4:40 PM, Joe Ping-Lin Hsiao 
>> wrote:
>> >> Yes exactly.
>> >>
>> >> On Tue, Jan 23, 2018 at 3:47 PM, Cory Quammen <
>> cory.quam...@kitware.com>
>> >> wrote:
>> >>>
>> >>> Hi Joe,
>> >>>
>> >>> Are you referring to the circular (polar axes) in the image? It says
>> >>> 90.0 deg, 45.0 deg., etc.
>> >>>
>> >>> Thanks,
>> >>> Cory
>> >>>
>> >>> On Tue, Jan 23, 2018 at 3:31 PM, Joe Ping-Lin Hsiao <
>> phs...@cs.unc.edu>
>> >>> wrote:
>> >>> > The attached image shows the unexpected measure with text. I tested
>> two
>> >>> > versions of ParaView and it only happens in 5.4.1 but not 5.0.1.
>> >>> >
>> >>> > 180 stacks are loaded and set to volume rendering by my Python
>> script,
>> >>> > which
>> >>> > is also attached.
>> >>> >
>> >>> > Thanks,
>> >>> > Joe
>> >>> >
>> >>> > ___
>> >>> > 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:
>> >>> > https://paraview.org/mailman/listinfo/paraview
>> >>> >
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Cory Quammen
>> >>> Staff R&D Engineer
>> >>> Kitware, Inc.
>> >>
>> >>
>> >
>> >
>> >
>> > --
>> > Cory Quammen
>> > Staff R&D Engineer
>> > Kitware, Inc.
>> > ___
>> > 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:
>> > https://paraview.org/mailman/listinfo/paraview
>>
>>
>>
>> --
>> Cory Quammen
>> Staff R&D Engineer
>> Kitware, Inc.
>>
>
>


-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.
___
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:
https://public.kitware.com/mailman/listinfo/paraview