Skip to content

Commit

Permalink
remove all weight
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso committed Jan 25, 2023
1 parent 5467433 commit 1bd863e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions mplscience/_styledata/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"savefig.transparent": True,
"figure.figsize": (4, 4),
"axes.titlesize": 15,
"axes.titleweight": 400,
"axes.titlepad": 8.0,
"axes.labelsize": 14,
"axes.labelweight": 400,
"axes.linewidth": 1.2,
"axes.labelpad": 6.0,
"font.size": 11,
Expand All @@ -17,7 +15,6 @@
"Computer Modern Sans Serif",
"DejaVU Sans",
],
"font.weight": 400,
"xtick.labelsize": 12,
"xtick.minor.size": 1.375,
"xtick.major.size": 2.75,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = [
{include = "mplscience"},
]
readme = "README.md"
version = "0.0.6"
version = "0.0.7"

[tool.poetry.dependencies]
importlib-metadata = {version = "^1.0", python = "<3.8"}
Expand Down

0 comments on commit 1bd863e

Please sign in to comment.