How I can load multiple vaariables/scalars on a mayavi line and represent them as a tube ? in: src = mlab.pipeline.scalar_scatter(x, y, z,S) ## S should be the same size of z! ## src.mlab_source.dataset.lines = connections mlab.pipeline.tube(src_line, ......)