azelcer

Results 3 issues of azelcer

The c++ version available for download at https://www.pcg-random.org/ is old (v0.98), and contains some bugs that have already been fixed in v0.98.1 It would be good to update or remove...

The implementation of `setClipToView` expects `x` data to be ordered. The behaviour is ill-defined otherwise. It would be good to make that clear on the documentation. If it's OK, I'd...

### Short description Plot accepts many parameter types, but internally uses `numpy.ndarray`. For any other type of input new arrays are created, but if the parameters are already `numpy.ndarray` the...