Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scottshambaugh committed Dec 24, 2023
1 parent f5b3609 commit c554c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- 3D take into account roll angle
- GH release publish to pypi
- zlim handling and consistent depth
- Check AxesAnaglyph.imshow_stereo() non-gray coloring, and non-named coloring
- AxesAnaglyph.imshow_stereo() other colormaps

----

Expand Down
4 changes: 2 additions & 2 deletions src/mpl_stereo/AxesStereo.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ def __init__(self,

# Minimize whitespace between plots
self.fig.subplots_adjust(wspace=0.01)
self.ax_right.yaxis.set_visible(False)
self.ax_right.tick_params(axis='y', length=0, labelcolor=(0, 0, 0, 0))

# Give the innacurate x-axis labels some transparency
# Give the innaccurate x-axis labels some transparency
self.set_axlabel_alphas(alpha=0.5)

def __getattr__(self, name: str):
Expand Down

0 comments on commit c554c8d

Please sign in to comment.