Skip to content

fix logX/logY axis in python plotting

Max Knobbe requested to merge (removed):release-1-9-x into release-1-9-x

Basically the logX/logY options are not working in the yoda.plot(...) function.

The reason is, that all the key in the plotkeys dict are made lowercase here, thus the checks for logX/logY need to be made with lowercase logx/logy.

On another note, unlike in the Rivet plotting, no logX/logY here yields linear scales, which makes reproducing plots a bit harder. Is there a reason for that?

Merge request reports