MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: more efficient method of importing and plotting large (> 100mb) files.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120881] Re: more efficient method of importing and plotting large (> 100mb) files.
  • From: gac <g.crlsn at gmail.com>
  • Date: Sun, 14 Aug 2011 08:13:51 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Can't help with importing, but something like this will plot every other point.

tab = Table[i^2, {i, 0, 10}]
ListPlot[Take[tab,{1,11,2}]]

Regards,
Glenn




  • Prev by Date: Re: more efficient method of importing and plotting large (> 100mb) files.
  • Next by Date: How to plot weighted edges on this graph?
  • Previous by thread: Re: more efficient method of importing and plotting large (> 100mb) files.
  • Next by thread: Re: more efficient method of importing and plotting large (> 100mb) files.