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, [email protected] 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 <[email protected]> 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 _______________________________________________ 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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
