MathGroup Archive 2008

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

Search the Archive

Re: Tag Times Protected with Show[]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89363] Re: [mg89332] Tag Times Protected with Show[]
  • From: DrMajorBob <drmajorbob at att.net>
  • Date: Sat, 7 Jun 2008 02:58:20 -0400 (EDT)
  • References: <29488562.1212752597121.JavaMail.root@m08>
  • Reply-to: drmajorbob at longhorns.com

You left out everything that caused the error.

Try again.

Bobby

On Fri, 06 Jun 2008 05:45:56 -0500, <FreeCaptive6914 at gmail.com> wrote:

> Hi all.  I'm updating an old program to Mathematica 6 and I get the
> error message "Tag Times in (*shows a blank graph*) is Protected."
> Here's the code.
>
> line = Plot[secondfit, {x, 0.8, maxtime}, DisplayFunction ->
> Identity];
> splot = ListPlot[second, PlotRange -> All, DisplayFunction ->
> Identity];
> Show[splot, line]
>
> secondfit is a valid function from Fit[], maxtime is a real number,
> and second is a valid list.  I've tried plotting line and splot
> individually, but I get the same error.  Ideas?
>
>



-- 

DrMajorBob at longhorns.com


  • Prev by Date: Re: Tag Times Protected with Show[]
  • Next by Date: Dynamic GUI problems
  • Previous by thread: Re: Tag Times Protected with Show[]
  • Next by thread: Re: Tag Times Protected with Show[]