Skip to content

Commit

Permalink
Update matplotlib svg backend (ultralytics#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Dec 2, 2020
1 parent 2c99560 commit 784feae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Settings
matplotlib.rc('font', **{'size': 11})
matplotlib.use('Agg') # for writing to files only
matplotlib.use('svg') # for writing to files only


def color_list():
Expand Down

0 comments on commit 784feae

Please sign in to comment.