Bernd Riederer

Results 30 comments of Bernd Riederer

Btw. why are tests failing? I can't access the CI-logs so I don't now what's happening there. Will check if tests fail locally too, tomorrow.

Well they are accessible but it says "The log was not found" 🤔 ![image](https://user-images.githubusercontent.com/20151553/167014822-4e0c42b4-451e-4979-bf61-250a942c5777.jpeg)

> does test pass for you locally? `]test UnROOT` Will try it tomorrow.

Tried now the tests locally. The failing one is this: https://github.com/JuliaHEP/UnROOT.jl/blob/7d3712202b0c9bc975937dac5258e20321c3659d/test/runtests.jl#L733-L738 It seems that this file has a `TBranch` called `"Type"` populated with `TLeafC` which is a variable size string....

Also interesting to note: `PythonPlot` orders the series differently in the multi-column layout (i.e. column-major). Since this is also the way how julia treats matrices it is probably the preferred...

Apparently for the ~some~ most backends the `legend_column=-1` possibility is not even implemented so I won't touch it. The only remaining backend is therefore `Gaston`. However, I am currently on...

Hmm 🤔 I mean zo be fair probably is row-major a bit more intuitive in a horizontal legend since (at least in the english language) we are reading fromm left...

I also thought about that, but then -1 for horizontal would probably not be the right choice anymore but instead -nseries. So I think that this is not the best...

That's a good point. I'll change it tomorrow. Since it's already there but only commented it should not take too much time. However, I also want to give the pgfplotsx...