plotting {x,y} data where y is a array and x a scalar ??
- To: mathgroup at smc.vnet.net
- Subject: [mg12871] plotting {x,y} data where y is a array and x a scalar ??
- From: thomas <talucard at hotmail.com>
- Date: Wed, 17 Jun 1998 00:28:13 -0400
- Organization: Torocks co.
- Sender: owner-wri-mathgroup at wolfram.com
How to plot data of the form {x,y} where y is a array and x a scalar. Data is something like this: {{1,{3,6,8,19,45}},{2,{4,7,8,23,45}},....} ListPlot cant do that or can it ?? Your help is appreciated.