Skip to content

Commit a218217

Browse files
committed
Adds title and description
1 parent a8af90e commit a218217

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/pylab_examples/plot_scalarformatter.py

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
"""
2+
===========================
3+
Example For ScalerFromatter
4+
===========================
5+
6+
The example shows use of ScalerFormater with different settings.
7+
8+
Example 1 : Default
9+
10+
Example 2 : With no Numerical Offset
11+
12+
Example 3 : With Mathtext
13+
"""
114
import matplotlib.pyplot as plt
215
import numpy as np
316
from matplotlib.ticker import ScalarFormatter

0 commit comments

Comments
 (0)