-
Improvement
-
Resolution: Fixed
-
Major
-
None
Right now it is using "exp" style, but oftentimes the "log10" style is more intuitive:
- "exp":
- "log10":
Hm, somehow I am wondering why the two plots look identical: cf. https://issues.jenkins-ci.org/browse/JENKINS-48887
- depends on
-
JENKINS-48887 Plot plugin ignores useDescr, keepRecords, exclZero and logarithmic when using pipeline
-
- Resolved
-
- relates to
-
JENKINS-48887 Plot plugin ignores useDescr, keepRecords, exclZero and logarithmic when using pipeline
-
- Resolved
-
Actually (based on JFreeChart sources) I would even prefer the default "regular numeric tick labels" by removing this line:
logAxis.setExpTickLabelsFlag(true);
in https://github.com/jenkinsci/plot-plugin/blob/9ba5591c92426b079467eee8fcc4a38aeaff65d5/src/main/java/hudson/plugins/plot/Plot.java#L813