andreassch

Results 5 issues of andreassch

Relative axis coordinates in text objects in matplotlib via `transform=plt.gca().transAxes` are not taken over in the generated pgfplots figure. Python code for minimal example: ``` from matplotlib import pyplot as...

Converting a bar plot with error bars which includes nan data produces a UnboundLocalError in _path.py. With the following minimal example ``` import numpy as np from matplotlib import pyplot...

Setting the separation between subplots in Python/Matplotlib is not respected by the generated pgfplots code. Minimal example: ``` from matplotlib import pyplot as plt from matplotlib2tikz import save as tikz_save...

Having a dual-axis plot within a subplot results in a completely messed-up LaTeX figure. Below there is a minimal example which has a dual-axis plot in the first of three...

It would be great to support Bluetooth LE blood pressure monitors via the standard GATT protocol. This would reduce the chances for typos while entering the values as well as...

enhancement