Skip to content

Commit

Permalink
Switch to mpl pdf backend
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmachnik committed Nov 9, 2020
1 parent 0099f77 commit fe72182
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Unreleased

### Changed
- Switch to matplotlib 'pdf' backend

## [0.3.5]

### Added
Expand Down
6 changes: 4 additions & 2 deletions chess/cross_correlation.py
@@ -1,6 +1,8 @@
#!/usr/bin/env python
# from argparse import ArgumentParser
# import os

import matplotlib
matplotlib.use('pdf')

import logging
from os import path
from collections import defaultdict
Expand Down

0 comments on commit fe72182

Please sign in to comment.