Hi, this question is not trelated to Sage, but to TeX.

Beamer redefines a lot of things, From this reason I do not like this
package. Anyway:

* sageplot does not allow option <3->

* Does \visible help?

* Do you have any reason to insert png graphics? Vector graphics would
produce much better result.

\documentclass{beamer}
\usepackage{sagetex}
\setbeamercovered{transparent}
\beamerdefaultoverlayspecification{<+->}

\begin{document}
\begin{frame}[frame]
  \begin{itemize}
  \item item 1
  \item item 2
  \item \visible<3->{\sageplot[height=4cm][png]{plot(x^2,(x,-2,2))}}
  \end{itemize}
\end{frame}

\end{document}


On 31 bře, 10:50, "Dr. Georg Damm" <georg.d...@web.de> wrote:
> I like to do something like
> \sageplot<3->[height=4cm][png]{(plot_slope_field(2*x,(x,-4,4),
> (y,-4,4))+(x^2-2).plot(-2,2))}
> that forces sagetex to use \includegraphics<3->{...} instead of
> \includegraphics{...}.
>
> Georg

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

To unsubscribe, reply using "remove me" as the subject.

Reply via email to