Skip to content

Commit

Permalink
ParaView: AnyLocation -> Any Location (#4306)
Browse files Browse the repository at this point in the history
ParaView 5.10 released three years ago changed AnyLocation to Any
Location.
  • Loading branch information
WeiqunZhang authored Jan 22, 2025
1 parent bd2d730 commit b15bbd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Amr/Advection_AmrCore/Exec/paraview_amr101.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def generate_movie_3D(AllPlotFiles):
phiLUTColorBar = GetScalarBar(phiLUT, renderView1)

# change scalar bar placement
phiLUTColorBar.WindowLocation = 'AnyLocation'
phiLUTColorBar.WindowLocation = 'Any Location'
phiLUTColorBar.Position = [0, 0.75]
phiLUTColorBar.ScalarBarLength = 0.2

Expand Down Expand Up @@ -284,7 +284,7 @@ def generate_movie_2D(AllPlotFiles):
phiLUTColorBar = GetScalarBar(phiLUT, renderView1)

# change scalar bar placement
phiLUTColorBar.WindowLocation = 'AnyLocation'
phiLUTColorBar.WindowLocation = 'Any Location'
phiLUTColorBar.Position = [0, 0.75]
phiLUTColorBar.ScalarBarLength = 0.2

Expand Down

0 comments on commit b15bbd3

Please sign in to comment.