Skip to content

Commit 9079d8c

Browse files
olastrzslayoo
andauthored
Paraview parcel example: visual adjustments for Z axes title (#1751)
Co-authored-by: Sylwester Arabas <sylwester.arabas@agh.edu.pl>
1 parent e4ddacd commit 9079d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PySDM_examples/Strzabala_2025_BEng/paraview_parcel_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def configure_data_axes_grid(display, kind):
152152
display.DataAxesGrid.ZTitleFontSize = args.axes_title_size
153153
display.DataAxesGrid.ZLabelFontSize = args.axes_label_size
154154
else:
155-
display.DataAxesGrid.ZTitle = "Z [m]"
155+
display.DataAxesGrid.ZTitle = " Z [m] "
156156
display.DataAxesGrid.ZLabelColor = [0.0, 0.0, 0.0]
157157
display.DataAxesGrid.ZTitleColor = [0.0, 0.0, 0.0]
158158
display.DataAxesGrid.ZTitleFontSize = args.axes_title_size

0 commit comments

Comments
 (0)