Re: [Iup-users] Plot and editable Dataset with mouse

2018-04-14 Thread Antonio Scuri
There is no automatic way to draw a mathematical curve, but you can generate points for a given mathematical function using IupPlotSetFormula. Best, Scuri 2018-04-14 7:20 GMT-03:00 Johann Philippe : > Error is on me : didn't read the "only works if DS_MODE..." > The plot thing i'm doing is go

Re: [Iup-users] Plot and editable Dataset with mouse

2018-04-14 Thread Johann Philippe via Iup-users
Error is on me : didn't read the "only works if DS_MODE..."The plot thing i'm doing is going well, my last "plot question" is about drawing curved segments (like exponential, logarithmic etc...), i can't find in the documentation a way to do this. Le samedi 14 avril 2018 à 11:52:21 UTC+2

Re: [Iup-users] Plot and editable Dataset with mouse

2018-04-14 Thread Johann Philippe via Iup-users
Another thing to report : it seems the FindSegment(cnvx,cnvy) isn't working (attempt to call nil value)It's weird because the segment highlighting works fine. Le vendredi 13 avril 2018 à 10:19:13 UTC+2, Johann Philippe via Iup-users a écrit : ---

Re: [Iup-users] Plot and editable Dataset with mouse

2018-04-13 Thread Johann Philippe via Iup-users
Thanks Antonio ! Le jeudi 12 avril 2018 à 15:31:35 UTC+2, Antonio Scuri a écrit :   Hi,   It is an error in the documentation. If you check the C version of the same function it does not returns x,y, it actually receives x,y as parameters. Best,Scuri 2018-04-12 9:22 GMT-03:00 Johann

Re: [Iup-users] Plot and editable Dataset with mouse

2018-04-12 Thread Antonio Scuri
Hi, It is an error in the documentation. If you check the C version of the same function it does not returns x,y, it actually receives x,y as parameters. Best, Scuri 2018-04-12 9:22 GMT-03:00 Johann Philippe via Iup-users < iup-users@lists.sourceforge.net>: > Dear all, > > I've been workin