Re: [Plplot-devel] Screen coordinates to data coordinates with wxWidgets driver

2015-12-20 Thread Alan W. Irwin
On 2015-12-20 12:07- Phil Rosenberg wrote: > Hi Laurent > (Alan, please see my email below - I accidentally replied to Laurent > instead of replying to all yesterday) > > I've just had a look and you can use plTranslateCursor to get the > coordinates. This function is listed as part of the AP

Re: [Plplot-devel] Problems applying patches

2015-12-20 Thread Alan W. Irwin
On 2015-12-20 12:34- Arjen Markus wrote: > Hi everyone, > Alan and I are developing a new Fortran binding and we would like to cooperate using patches rather than sending complete source files to one another. However, I am experiencing weird problems with the "git am" command. It simply doesn

Re: [Plplot-devel] Screen coordinates to data coordinates with wxWidgets driver

2015-12-20 Thread Laurent Berger
Hi phil, Thanks you to waste time on my problem. I have try something like this void FenetreCourbe::OnLeftDown(wxMouseEvent& event) { PLGraphicsIn g; wxPLplotstream* pls = GetStream(); // pls->adv(0); uncomment this line does not change result g.dX = event.GetX(); g.dY =

[Plplot-devel] Problems applying patches

2015-12-20 Thread Arjen Markus
Hi everyone, Alan and I are developing a new Fortran binding and we would like to cooperate using patches rather than sending complete source files to one another. However, I am experiencing weird problems with the "git am" command. It simply doesn't apply the patches. This may have to do wit

Re: [Plplot-devel] Screen coordinates to data coordinates with wxWidgets driver

2015-12-20 Thread Phil Rosenberg
Hi Laurent (Alan, please see my email below - I accidentally replied to Laurent instead of replying to all yesterday) I've just had a look and you can use plTranslateCursor to get the coordinates. This function is listed as part of the API on p181 of the documentation, but it doesn't seem to be d