Skip to content

Commit

Permalink
Merge pull request #372 from Carifio24/axis-color
Browse files Browse the repository at this point in the history
Allow axis color to be changed during runtime.
  • Loading branch information
astrofrog authored Feb 11, 2023
2 parents 88e8d05 + c9b6763 commit 0d29b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue_vispy_viewers/common/axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def axis_color(self):

@axis_color.setter
def axis_color(self, value):
self.axis.color = value
self.axis.set_data(color=value)

@property
def tick_font_size(self):
Expand Down

0 comments on commit 0d29b45

Please sign in to comment.