Skip to content

Commit

Permalink
Updating event display code for January 2024 ND Prototypes Analysis W…
Browse files Browse the repository at this point in the history
…orkshop Flow Tutorial Session.
  • Loading branch information
Elise Dianne Hinkle committed Jan 19, 2024
1 parent 32e307e commit 719fb88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions event_display/proto_nd_flow/protondflow_evd.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,9 @@ def set_axes(self):
self.ax_zyx.set_box_aspect((2, 2, 4))
self.ax_zyx.xaxis.set_major_locator(plt.MaxNLocator(3))
self.ax_zyx.yaxis.set_major_locator(plt.MaxNLocator(3))
self.ax_zyx.w_xaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
self.ax_zyx.w_yaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
self.ax_zyx.w_zaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
self.ax_zyx.xaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
self.ax_zyx.yaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
self.ax_zyx.zaxis.set_pane_color((1.0, 1.0, 1.0, 1.0))
self.ax_zyx.zaxis.labelpad = 20

def clear_axes(self):
Expand Down
Loading

0 comments on commit 719fb88

Please sign in to comment.