Multiple Graphs from one data table

A

Anders Eriksson

Hello!

I have a data table that consists of 5 columns
Date, Time, X, Y, Z

I want to have two graphs. The first should have X-axes Date+time and
Y-axis values from X,Y,Z. The X-axis should be sorted ascending by
Date+Time

The second graph should have Time as X-axis and values from X,Y,Z as
Y-axis. Here comes the hard bit, the X-axis should be sorted ascending by
Time

How do I accomplish this??

// Anders
 
Top