e-dervieux
e-dervieux
I would like to build an application using some kind of model-view-controller pattern with two main threads: - One thread running the Dash application (View) - Another one performing real...
When using a boxplot with custom labels, the latter are not translated into Pgfplot. ## Python Code Here is a MWE in Python / Matplotlib: ```python import tikzplotlib from matplotlib...
### Brief outline of the bug This issue happens when trying to use simultaneously the libraries `spy` and `fillbetween`. Extensive discussions and a presentation of the issue are available [here](https://tex.stackexchange.com/questions/455229/tikz-spy-and-pgfplots-fill-between/),...
## Description of bug / unexpected behavior When plotting a function in an axis environment, if the `x_axis` range is changed using a `ValueTracker`, and the same `ValueTracker` is used...
Importing Sequence from collections now triggers an error in Python > 3.7, see here: https://stackoverflow.com/questions/69596494/unable-to-import-freegames-python-package-attributeerror-module-collections So the code in `bic.py` ``` if not isinstance(y, (collections.Sequence, np.ndarray, pd.core.series.Series)): ``` should be...
When using data coming from numpy `int64` ndarrays, the `bic` function crashes because of this (in `bic.py`): ``` if not isinstance(i, (int, float)): ``` This could be changed to: ```...
**TL;DR:** benchmarks are poorly readable and could be greatly improved. This is key element in convincing people of the soundness of RustPython so it should probably not be neglected IMHO....