Re: [Matplotlib-users] Links in pdf

2009-11-30 Thread Jouni K . Seppänen
Michael Droettboom writes: > Just a note when implementing this feature (I'm too busy at the moment > as well) -- the SVG backend already supports hyperlinks, so if possible > the PDF support should piggyback on its public API (get_url/set_url). Yes, for URL links the API should look similar,

Re: [Matplotlib-users] Links in pdf

2009-11-30 Thread Michael Droettboom
Just a note when implementing this feature (I'm too busy at the moment as well) -- the SVG backend already supports hyperlinks, so if possible the PDF support should piggyback on its public API (get_url/set_url). Mike On 11/28/2009 11:09 AM, Fabricio Silva wrote: > Le samedi 28 novembre 2009 à

Re: [Matplotlib-users] Links in pdf

2009-11-28 Thread Fabricio Silva
Le samedi 28 novembre 2009 à 17:04 +0200, Jouni K. Seppänen a écrit : > > More specifically, I have a figure with a bunch of nicely-formatted > > subplots and I embed this figure in a beamer presentation. I wish I > > could play the associated sound when I click on one of the subplots in > > Beamer

Re: [Matplotlib-users] Links in pdf

2009-11-28 Thread Jouni K . Seppänen
Fabricio Silva writes: > I wish I could save include links in exported pdf file. Tell me whether > it is possible to have a pdf file containing matplotlib plots on which I > could click to run actions, in the same manner that pdf files can > include clickable URL... This is not possible with the

[Matplotlib-users] Links in pdf

2009-11-28 Thread Fabricio Silva
Hi folks I know it is possible to handle events in the figure canvas to interact with plots and components of the figure, to even run shell commands, etc... I wish I could save include links in exported pdf file. Tell me whether it is possible to have a pdf file containing matplotlib plots on which