Re: read csv file to graph?
- From: altenbach <x@xxxxxxxx>
- Date: Tue, 18 Sep 2007 20:40:05 -0500 (CDT)
A few pointers for your last code:
- The only time you need an xy graph is in situations where the x-values are NOT equally spaced. So all that song and dance to generate the xy data is useless.
- Whenever the x-data is equally spaced, you should use a waveform graph. You can scale the x-axis any way you want using the x0 and dx property.
- Anyway, to build the xy array, you should use an autoindexing output tunnel instead of using "built array".
Attached shows a quick cleanup. As mentioned, all you really need is the array subset and waveform graph. Isn't LabVIEW cool? :)
csv_to_xy_graphMOD.vi:
http://forums.ni.com/attachments/ni/170/272651/1/csv_to_xy_graphMOD.vi
.
- References:
- read csv file to graph?
- From: Kevinheyday
- Re: read csv file to graph?
- From: Kevinheyday
- Re: read csv file to graph?
- From: Kevinheyday
- read csv file to graph?
- Prev by Date: Writing Cluster to Text or Spread*** File
- Next by Date: Re: Search for alphabets A - Z
- Previous by thread: Re: read csv file to graph?
- Next by thread: Re: read csv file to graph?
- Index(es):