J.G. Makin

Results 1 comments of J.G. Makin

It's more or less possible to work around these issues: ``` import numpy as np import matplotlib.pyplot as plt import tikzplotlib fig, axes = plt.subplots(2,1, sharex=True, figsize=(5,3)) for ax in...