Jump to content
Software FX Community

Displaying Graphs with Time values


GlennF

Recommended Posts

I've got a csv file (test.csv) that represent a time line of when a process completes. A sample of the contents is as follows:

Date,EndTime1/11/2007, 02:162/11/2007, 02:133/11/2007, 05:134/11/2007, 02:1313/11/2007, 02:53

Firstly, I want to produce a bar chart which represents the "Date" on the x-axis , "EndTime" on the y-Axis and restricts the Y-axis to between 01:00 and 05:00.

 I tried using,

import-csv "c:\test.csv" | out-chart -Values EndTime -Label Date -Title "Test"

but it won't produce the graph (ie. no Y values are displayed). How should I format the time so that powergadgets understands it ? could you give me an example please.

Thanks. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...