[Paraview] Changing orientation axis color

James j.thunes at gmail.com
Sun Feb 17 15:30:52 EST 2013


Magician,

Thanks, I also submitted a bug to paraview.
http://paraview.org/Bug/view.php?id=13881
Perhaps you could add your info to the bug.

James

On 2/17/2013 8:37 AM, Magician wrote:
> Hi James,
>
>
> Me too.
> The axes label color is not saved when rebooting PV.
>
> One solution using Python is here:
>
>> rv = GetRenderView()
>> rv.OrientationAxesLabelColor = [0.5, 0.5, 0.5]
>> Render()
> You should change the color values you want.
>
> Save the script and read from "Macros -> Add new macro...".
> You can execute it only clicking the button generated on the toolbar.
>
>
> Magician
>
>
> On 2013/02/16, at 2:00, paraview-request at paraview.org wrote:
>
>> Sounds like a bug to me. Mind reporting on the bug tracker?
>> (http://paraview.org/Bug)
>>
>> Thanks
>>
>> Utkarsh
>>
>> On Wed, Feb 13, 2013 at 4:39 PM, James Thunes <j.thunes at gmail.com> wrote:
>>> I'm using paraview 3.98.0 64 bit on OS X 10.7.5.
>>>
>>> Orientation axis label color defaults to cyan.
>>>
>>> Changing color via Edit->View Settings->Annotation->Axis Label Color works
>>> for current session, but changes when reopened.
>>>
>>> Does anybody have an idea on what is wrong / a solution?
>>>
>>> Thanks



More information about the ParaView mailing list