We use Matplotlib for the generation of graphs.
This library seems very complete and powerful.
Nevertheless we have difficulty making a graph that represents multiple
curves with multiple Y-Axis.
We don't find how to add a new Y-Axis:
- on the left Y-axis and on the left of the axis
- or on the left Y-axis and on the right of the axis
- or on the right of the Y-axis and on the left of the axis
- or on the right of the Y-axis and on the right of the axis.
We want to be able to plot a curve using one Y-axis or the other
Did some of you already implement such a graph ?
Is there any documentation or example presenting similar graphs ?
We are looking for general indications and directions to follow to implement
such complex visualization, and would be pleased to receive any advice.
We are ready to precise our problem as well as possible.
to the best of my knowledge, you have only the opportunity to use the left Y-axis and the right Y-axis (use twinx())
Benoit
···
Le 22-mai-07 à 11:44, PA a écrit :
Hello,
We use Matplotlib for the generation of graphs.
This library seems very complete and powerful.
Nevertheless we have difficulty making a graph that represents multiple
curves with multiple Y-Axis.
We don't find how to add a new Y-Axis:
- on the left Y-axis and on the left of the axis
- or on the left Y-axis and on the right of the axis
- or on the right of the Y-axis and on the left of the axis
- or on the right of the Y-axis and on the right of the axis.
We want to be able to plot a curve using one Y-axis or the other
Did some of you already implement such a graph ?
Is there any documentation or example presenting similar graphs ?
We are looking for general indications and directions to follow to implement
such complex visualization, and would be pleased to receive any advice.
We are ready to precise our problem as well as possible.