Re: [Paraview] issue about deformed and misplaced color bars ...
Ufuk, In any case, both issues are now fixed in `master` and should be available in the next release candidate. Utkarsh On Fri, Feb 17, 2017 at 12:05 PM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > Ufuk, > > I believe the issue you're running into is https://gitlab.kitware.com/ > paraview/paraview/issues/17197, more so than the one your pointed. > > I have a fix for 17197 on the way: https://gitlab.kitware. > com/paraview/paraview/merge_requests/1393 > > Utkarsh > > On Fri, Feb 17, 2017 at 4:39 AM, wrote: > >> Hi, >> >> I was using Catalyst with 5.2 and the color bars are shown as tiny and >> also misplaced when it is compared with ParaView output. I also checked it >> with 5.3RC1 and the issue is still in there. So, is there any plan to fix >> it in 5.3. There ware also discussion about it in the mail list and it >> seems that it is related with following issue but aim not sure. >> >> https://gitlab.kitware.com/paraview/paraview/issues/17113 >> >> Regards, >> >> --ufuk >> >> >> >> ___ >> 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 >> > > ___ 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
Re: [Paraview] issue about deformed and misplaced color bars ...
Ufuk, I believe the issue you're running into is https://gitlab.kitware.com/paraview/paraview/issues/17197, more so than the one your pointed. I have a fix for 17197 on the way: https://gitlab.kitware.com/paraview/paraview/merge_requests/1393 Utkarsh On Fri, Feb 17, 2017 at 4:39 AM, wrote: > Hi, > > I was using Catalyst with 5.2 and the color bars are shown as tiny and > also misplaced when it is compared with ParaView output. I also checked it > with 5.3RC1 and the issue is still in there. So, is there any plan to fix > it in 5.3. There ware also discussion about it in the mail list and it > seems that it is related with following issue but aim not sure. > > https://gitlab.kitware.com/paraview/paraview/issues/17113 > > Regards, > > --ufuk > > > > ___ > 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 > ___ 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
Re: [Paraview] issue about deformed and misplaced color bars ...
Hi Ufuk, I'm not sure if this fix will make it into the 5.3 release. We'll try but we have a pretty hard deadline for the release. As a workaround, while Trace is not capturing the movement the Python state does. You can use that information to set the desired values in your Catalyst Python script. The example from my Python state is: rTDataLUTColorBar = GetScalarBar(rTDataLUT, renderView1) rTDataLUTColorBar.Position = [0.30443396226415076, 0.7281124807395994] rTDataLUTColorBar.Position2 = [0.43027, 0.1201] rTDataLUTColorBar.Orientation = 'Horizontal' rTDataLUTColorBar.Title = 'RTData' rTDataLUTColorBar.ComponentTitle = '' rTDataLUTColorBar.TitleFontSize = 16 rTDataLUTColorBar.LabelBold = 1 rTDataLUTColorBar.LabelItalic = 1 rTDataLUTColorBar.LabelFontSize = 16 Currently there's an issue with the LabelFontSize. I've entered a gitlab issue at https://gitlab.kitware.com/paraview/paraview/issues/17194 Thanks for checking on this. Best, Andy On Fri, Feb 17, 2017 at 4:39 AM, wrote: > Hi, > > I was using Catalyst with 5.2 and the color bars are shown as tiny and > also misplaced when it is compared with ParaView output. I also checked it > with 5.3RC1 and the issue is still in there. So, is there any plan to fix > it in 5.3. There ware also discussion about it in the mail list and it > seems that it is related with following issue but aim not sure. > > https://gitlab.kitware.com/paraview/paraview/issues/17113 > > Regards, > > --ufuk > > > > ___ > 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 > ___ 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
[Paraview] issue about deformed and misplaced color bars ...
Hi, I was using Catalyst with 5.2 and the color bars are shown as tiny and also misplaced when it is compared with ParaView output. I also checked it with 5.3RC1 and the issue is still in there. So, is there any plan to fix it in 5.3. There ware also discussion about it in the mail list and it seems that it is related with following issue but aim not sure. https://gitlab.kitware.com/paraview/paraview/issues/17113 Regards, --ufuk ___ 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