Re: [Scilab-users] Fwd: plotxxyyy

2016-10-10 Thread Frieder Nikolaisen
Dear Philipp, thanks for you help. I tried to adopt your Code to my programm. No success. There is a prolbem I should have metioned eralier. The time between each datapoint has a different time period. So I cant print the y-axis over the time and add a a secound x axis for the line of documen

Re: [Scilab-users] Fwd: plotxxyyy

2016-10-10 Thread Philipp Mühlmann
Dear Frieder, one more comment. Instead of using "foo"-data, it might be more useful to plot each graph several times. Otherwise the y-axes are not assosiated with the data and you have to take more care about them. e.g.: // display all graph on first x-axis plot2d(x1,y1);// and hide the y