Skip to content

Commit

Permalink
axes ticks colour
Browse files Browse the repository at this point in the history
  • Loading branch information
StojiljkovicVetAna committed Sep 7, 2023
1 parent 9d23f7e commit dcd758b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_roidynamics/baseplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, napari_viewer, options=None):
super().__init__(napari_viewer)
self.axes = self.canvas.figure.subplots()
self.cursor_pos = np.array([])
self.axes.tick_params(colors='white')
#self.axes.tick_params(colors='white')


def clear(self):
Expand Down

0 comments on commit dcd758b

Please sign in to comment.