We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be361d2 commit 075fbceCopy full SHA for 075fbce
examples/pylab_examples/coords_report.py
@@ -5,6 +5,7 @@
5
import matplotlib.pyplot as plt
6
import numpy as np
7
8
+
9
def millions(x):
10
return '$%1.1fM' % (x*1e-6)
11
0 commit comments