Page 1 of 1

Can I normalize just one axis on a graph

Posted: Thu Dec 20, 2018 8:20 am
by miorinnovo
Hi,

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) group
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