Aaron Matthis
Aaron Matthis
Can you please reopen the issue since the problem is not resolved (and other people might encounter this problem aswell).
I'll continue it once I get to my computer.
```julia julia> DEPOT_PATH 3-element Array{String,1}: "C:\\Users\\necka\\.julia" "C:\\Users\\necka\\AppData\\Local\\Julia-1.0.2\\local\\share\\julia" "C:\\Users\\necka\\AppData\\Local\\Julia-1.0.2\\share\\julia" ```
> Note that the default Conda rootenv is not stored in the package directory, it is stored in `~/.julia/conda/deps.jl` (so that it persists across upgrades). To remove it and reinstall...
and calling add PyCall and build PyCall again ends in the same error where we started
Removing like everything that contains 'conda' in its name recursively in the .juliapro directory finally solved it. :D Thanks for support, though I would've been quite curious where the actual...
Switching Conda.jl to use Miniforge as explained in https://github.com/JuliaPy/Conda.jl#using-miniforge makes PyCall error instead of building: ```julia Error building `PyCall`: ERROR: LoadError: No system-wide Python was found; got the following error:...
As I just saw, it looks like AoG cannot handle the direction keyword at all since the axes are named as if the axes weren't flipped
until then, is there any easy way to flip the plot direction aside of manually drawing it with Makie directly?
```julia julia> versioninfo() Julia Version 1.8.0-rc3 Commit 33f19bcbd2 (2022-07-13 19:10 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: 12 × AMD Ryzen 5 3600 6-Core Processor WORD_SIZE: 64 LIBM: libopenlibm LLVM:...