Can I normalize just one axis on a graph
Posted: Thu Dec 20, 2018 8:20 am
Hi,
I know how to normalize a graph (n) but how can I normalize one axis of a graph?
This code creates a bar chart on one axis with the first series in group and a line graph on the right axis for the other series. I'd like the bar chart axis to be normalized. Is that possible?
Thanks
I know how to normalize a graph (n) but how can I normalize one axis of a graph?
Code: Select all
graph graph.bar(l,d) groupThanks