Michael Sieberer

Results 4 issues of Michael Sieberer

Back in January I started using `python-deltasigma` with Python 3. I will probably continue to use it, but I don't have the ressources and time to test everyhing. **This is...

Exporting a dashed line ```python import tikzplotlib import matplotlib.pyplot as plt plt.figure() plt.plot([0, 1], [0, 1], 'k--') tikzplotlib.get_tikz_code() ``` results in an error: ``` AttributeError: 'Line2D' object has no attribute...

When I run couenne, I get lots of output looking like this. ``` NLP Heuristic: time limit reached. NLP Heuristic: time limit reached. NLP Heuristic: no solution. ... ``` I'm...

First of all: Sorry, I don't have time to really turn this into a proper PR at the moment. I stumbled upon this library a few days back, because I...