Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from nschloe/disable-minor-ticks
Browse files Browse the repository at this point in the history
Disable minor ticks
  • Loading branch information
nschloe authored Apr 30, 2020
2 parents 02e3e82 + 81390bc commit d3db422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dufte/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"ytick.left": False,
"ytick.right": False,
"ytick.color": _color,
"xtick.minor.visible": False,
"xtick.minor.top": False,
"xtick.minor.bottom": False,
"xtick.color": _color,
"axes.grid": True,
"axes.grid.axis": "y",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dufte
version = 0.2.1
version = 0.2.2
author = Nico Schlömer
author_email = [email protected]
description = Clean matplotlib plots
Expand Down

0 comments on commit d3db422

Please sign in to comment.