matplotlib.ticker.FormatStrFormatter clashes with ax2.set_y...
Matplotlib version 1.5.1-1ubuntu1, Python version2.7.12, Platform Ubuntu 16.04 x64 I installed Matplotlib and Python from apt repository Example: #!/usr/bin/python3 import matplotlib import matplotlib.pyplot as plt import numpy as np fig...