aspyk
aspyk
Same problem with the json here. In my case if a package is not available in a list of packages, while conda returns (among others infos) the type of error...
Thanks for your quick answer. I just tried the aspect as scalar value but it doesn't seem to "lock" the aspect ratio, when I resize dynamically the window the aspect...
Thank, it works nice! In my case I have several axis, so I'm ended with this: ```python ax = xarray_data.plot.imshow() ax.axes.set_aspect("equal") plt.show() ``` Indeed the trick was to apply `set_aspect`...
I also have the issue with the executable: I manage to print the log of the `llama-server.exe` command removing the `--log-disable` option, but it still stops without clear reason. The...