photoniker

Results 4 issues of photoniker

I search for one bug regarding dll dependencies where I found some bug in the dependencies tool. In the case of missing dll deeper in the tree, it is not...

### Describe the bug I'm creating a code docu using the docstring included in the code. In the conf.py file the intersphinx extension is included with mapping dicts to numpy,...

bug

I can not change the fontstyle of the ticklabels to "sans-serif" when using latex. ```python import matplotlib.pyplot as plt import numpy as np from matplotlib import rc rc('font',**{'family':'sans-serif','sans-serif':['Helvetica']}) rc('text', usetex=True)...

Documentation
Good first issue
topic: text/usetex

I cannot build the C++ demo according the docu. When conan tries to install cjson following error occurs: ![image](https://user-images.githubusercontent.com/17592823/215684627-e759829d-fbc4-4021-a7ad-6baef0efdae9.png) It's the same for another cjson version. Any idea of a...

bug
demos