You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Python Google Chart
Hi,
I have a requirement in which I have to plot many series into one
line chart.
Some of these have data in the range of 10^2 and some of these have
data in the range of 10^5.
Thus when I plot all the series on one chart, series with 10^2 range
are shown very close to the X axis (which is obvious). This makes them
unreadable.
Is there any way to plot a line chart with 2 different scales?
Some series could use scale of 10^2 and some could use 10^5. Also we
have two axes viz. left and right, we can use those to show the labels
corresponding to scales used.