Re: [Pgfplots-features] pgfplots / beamer compatibility (uncover)
Brought to you by:
cfeuersaenger,
ludewich
|
From: Christian F. <cfe...@go...> - 2014-04-20 19:13:23
|
Hi Jerome, I am glad you find pgfplots useful, thanks for the praise! you are right, \uncover does not work as expected. I fear this is somewhat inherent to how both \uncover and pgfplots work and will require quite some implementational work to get this done. I will take a list on my todo item, although I tend to keep it this way for now since the work-around with \only appears to work reasonably. I believe \uncover will work within any text descriptions of the axis. Kind regards Christian Am 20.04.2014 18:05, schrieb Jerome Euzenat: > Dear all, > > Trying to use pgfplot + beamer. > > As presented in http://sourceforge.net/p/pgfplots/feature-requests/7/ , this works > well with \only<> > but, this does not work with \uncover<> > > To be more precise: \uncover around a \addplot results in all the plots on the same > frame... > > Thanks for pdfplots: this is a great package. > |