Skip to content

Commit

Permalink
TMP: introduce bug
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 10, 2023
1 parent ebd566a commit ffb6096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/viewers/profile/layer_artist.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _update_visual_attributes(self):
mpl_artist.set_zorder(self.state.zorder)
mpl_artist.set_color(self.state.color)
mpl_artist.set_alpha(self.state.alpha)
mpl_artist.set_linewidth(self.state.linewidth)
mpl_artist.set_linewidth(1)
mpl_artist.set_drawstyle('steps-mid' if self.state.as_steps else 'default')

self.redraw()
Expand Down

0 comments on commit ffb6096

Please sign in to comment.