Skip to content

Commit 075fbce

Browse files
committed
Pep8 on coords_report
1 parent be361d2 commit 075fbce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pylab_examples/coords_report.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import matplotlib.pyplot as plt
66
import numpy as np
77

8+
89
def millions(x):
910
return '$%1.1fM' % (x*1e-6)
1011

0 commit comments

Comments
 (0)