Re: Errorlistplot and array of graphs
- To: mathgroup at smc.vnet.net
- Subject: [mg99644] Re: Errorlistplot and array of graphs
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Sun, 10 May 2009 05:15:20 -0400 (EDT)
- References: <gu3aq0$t5m$1@smc.vnet.net>
Perhaps you should post your code. The following works for me (winXP, Mathematica 7.01): Needs["ErrorBarPlots`"] ep = ErrorListPlot[Table[{i, RandomReal[0.5]}, {i, 10}], Joined -> True, PlotStyle -> Red] morePlots = Table[Plot[10 Sin[k x], {x, 0, 10}], {k, 1, 4}]; Show[ep, morePlots] Cheers -- Sjoerd On May 9, 9:19 am, AZEEM MIR <plasmagr... at yahoo.com> wrote: > Dear Sir > > I have mathematica 6 and i can easily plot ErrorlistPlot(EP) function. Bu= t > > i have a problem. It is simple to combine a single plot with EP. But i wa= s > > unable to combine it with an array of graphics generated by table command=