MathGroup Archive 2008

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

Search the Archive

Re: Plotting a large dataset

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94257] Re: Plotting a large dataset
  • From: ucervan at gmail.com
  • Date: Tue, 9 Dec 2008 06:58:18 -0500 (EST)
  • References: <ghj057$fid$1@smc.vnet.net>

This takes less than a minute on my system (OSX with 2G):

data = RandomReal[{-1, 1}, {2048000}];
ListPlot[data, PlotRange -> All]


-Ulises Cervantes
WRI



  • Prev by Date: Re: Parallel computing and JLink
  • Next by Date: Re: VectorStyle for centered vector tail?
  • Previous by thread: Plotting a large dataset
  • Next by thread: Re: Plotting a large dataset