Hi Martin.
I tried the setXlink and viewbox linkedViewChanged, as is showed at the example link that you shared to me.
Didn't work, mi method to update data and 'view size' is in plot_station.py and is this:
```
def setData(self, data):
for name, axis in self.map_axis.items():
data_axis = data[name]
curve = getattr(self, axis)
if curve:
timelist = [a for a,b in data_axis]
valuelist = [b for a,b in data_axis]
curve.setData(
x=timelist,
y=valuelist)
self.p1.setAutoVisible()
self.p2.setAutoVisible()
self.p3.setAutoVisible()
# self.p2.setGeometry(self.p1.vb.sceneBoundingRect())
# self.p3.setGeometry(self.p2.vb.sceneBoundingRect())
self.p2.vb.linkedViewChanged(self.p1.vb, self.p2.vb.XAxis)
self.p3.vb.linkedViewChanged(self.p2.vb, self.p3.vb.XAxis)
```
The las two lines are, if I understand correctly, the linked to the chart on the left and positionen acordly it.
But the problem can'y be resolved in that way.
This happend when I put more than 10 rows, so ...
There some more mannually form to assign a % for every item in a row?
Best regards!
David Pineda Osorio
Ingeniero Civil Electricista
Ingeniero en área Geodesia del Centro Sismológico
f:
+56 9 82142267