Re: [Paraview] scalarBar location

2015-08-17 Thread Utkarsh Ayachit
Sure...it generally isn't a bad idea to grab attention on the mailing list in any case. On Sun, Aug 16, 2015 at 7:47 PM, Ganesh Vijayakumar wrote: > Thanks...I wasn't sure if it's a bug or not. Will report next time. > > ganesh > > On Wed, Aug 12, 2015 at 10:57 AM, Utkarsh Ayachit > wrote: >> >>

Re: [Paraview] scalarBar location

2015-08-16 Thread Ganesh Vijayakumar
Thanks...I wasn't sure if it's a bug or not. Will report next time. ganesh On Wed, Aug 12, 2015 at 10:57 AM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > Ganesh, > > It'll be something like this: > > lut = GetColorTransferFunction("RTData") > sb = GetScalarBar(a, GetActiveView()) > sb

Re: [Paraview] scalarBar location

2015-08-12 Thread Utkarsh Ayachit
Ganesh, It'll be something like this: lut = GetColorTransferFunction("RTData") sb = GetScalarBar(a, GetActiveView()) sb.Position = [x, y] sb.Position2 = [x2, y2] sb.Orientation = "Horizontal' # or | "Vertical" I've also reported a bug: http://www.paraview.org/Bug/view.php?id=15640 Utkarsh On

[Paraview] scalarBar location

2015-08-10 Thread Ganesh Vijayakumar
Dear All, Could you please help me with setting the location of the scalarBar location using python scripting? I'm unable to see any changes to a python script generated by "trace" when I move the scalar bar around. ganesh ___ Powered by www.kitware.c