hnyoBus

Results 3 issues of hnyoBus

```python import proplot as pplt import numpy as np fig, ax= pplt.subplots(nrows=4, ncols=1, space=0, refwidth="5cm", refaspect=(5, 1)) x = np.linspace(0,2*np.pi,50) y = np.sin(x) for i in range(4): ax[i].plot(x,y, label =...

### What happened? below is a opus file, but i cannot open it, file_path = './1.0' scp.read_opus(file_path, "AB") it shows: >> File/directory not found locally: Attempt to download it from...

bug

Dear Developer, I'm back again with a new issue recently encountered: When using scp, the figures plotted with uplt change unexpectedly. I initially reported this issue to [uplt,](https://github.com/Ultraplot/UltraPlot/issues/367) but it...

bug