Skip to content

Commit 62b651d

Browse files
authored
Maint/edit vector plotting (#529)
Update vector plotting to remove scaling the arrow-heads.
1 parent c5a9ed6 commit 62b651d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/fluent/visualization/graphics/graphics_windows_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def _display_vector(self, obj, position=(0, 0), opacity=1):
333333
mesh.cell_data[field] = scalar_field
334334
glyphs = mesh.glyph(
335335
orient="vectors",
336-
scale="Velocity Magnitude",
336+
scale=False,
337337
factor=vector_scale * obj.scale(),
338338
geom=pv.Arrow(),
339339
)

0 commit comments

Comments
 (0)