Goran Nakerst

Results 53 comments of Goran Nakerst

That looks relevant. Thanks! So we have to wait until https://github.com/JuliaPy/PyCall.jl/issues/882 is solved and then check again.

Thank you for your quick reply. Maybe linking to a dummy page explaining why the file is not available and ideally how to make it available would be awesome. I...

I saw in the [backend code](https://github.com/JuliaPlots/Plots.jl/blob/61f2d825b63a9e04eda52b374310a619fdb84f89/src/backends/pyplot.jl#L1075) that apparently this is actively set to not work ``` if sp[:xaxis][:mirror] ax.xaxis."set_label_position"("top") # the guides sp[:framestyle] == :box ? nothing : ax.xaxis."tick_top"() end...

What is preventing just enabling `ax.xaxis."tick_top"()` and `ax.yaxis."tick_right"()` for `:box` as well? I get ``` julia> plot(plot([1,2,3]), plot([1,2,3]; mirror=true, ylabel="abc", border=:box)) ``` ![grafik](https://user-images.githubusercontent.com/12518354/190616978-51804dcf-587a-4667-9528-16f9c32c36cf.png) on master.

![Animation](https://user-images.githubusercontent.com/12518354/189179319-a3cecee7-0352-42d6-87ce-6779054ff8dd.gif)

Sorry for the late reply. I was not able to access the computer I ran into above problems. I rerun the above exmaple as the temp-file was deleted already. Here...

This was suggested for the examples in Flux.jl as well, see https://github.com/FluxML/Flux.jl/pull/1085. I find it easiest to suround critical parts in `let ... end` blocks.

would be great if there would be a workaround. I am using an sftp client for now.

`skewness(rand(10,10), dims=1)` doesn't work on 1.9rc1 and latest `StatsBase`

@bjarthur works thanks! Can be closed from my side