MathGroup Archive 2009

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

Search the Archive

Re: Combine ErrorListPlot with another graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg99037] Re: Combine ErrorListPlot with another graphics
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 24 Apr 2009 06:13:40 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <gsrqr1$r90$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

Needs["ErrorBarPlots`"]

plt = ErrorListPlot[Table[{i, RandomReal[0.5]}, {i, 10}]];

and

Show[plt,
  Graphics[Table[{Hue[Random[]],
     Disk[RandomReal[{1, 10}, 2], RandomReal[]]}, {10}]
   ]
  ]

work as it should.

Regards
   Jens

guerom00 wrote:
> Hello everyone,
> 
> I want to combine an ErrorListPlot with another graphics but the Show
> [] command does not seem to work with ErrorListPlot[] ???
> Any suggestions ?
> 
> TIA
> 


  • Prev by Date: Re: Jacobi polynomials in Mathematica
  • Next by Date: Re: Jacobi polynomials in Mathematica
  • Previous by thread: Re: Combine ErrorListPlot with another graphics
  • Next by thread: Jacobi polynomials in Mathematica