[Paraview] Changing orientation axis color
Magician
f_magician at mac.com
Sun Feb 17 08:37:46 EST 2013
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