Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3202 > unrolled thread

Gnuplot Canvas Tk

Started byNicolas <nicolasrobert.19000@gmail.com>
First post2016-02-02 12:13 -0800
Last post2016-04-04 10:02 -0700
Articles 9 — 5 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  Gnuplot Canvas Tk Nicolas <nicolasrobert.19000@gmail.com> - 2016-02-02 12:13 -0800
    Re: Gnuplot Canvas Tk Ethan A Merritt <sfeam@users.sourceforge.net> - 2016-02-02 16:31 -0800
      Re: Gnuplot Canvas Tk Nicolas <nicolasrobert.19000@gmail.com> - 2016-02-03 04:05 -0800
        Re: Gnuplot Canvas Tk Richard Owlett <rowlett@cloud85.net> - 2016-02-03 06:57 -0600
        Re: Gnuplot Canvas Tk Ethan A Merritt <EAMerritt@gmail.com> - 2016-02-03 09:17 -0800
          Re: Gnuplot Canvas Tk Nicolas <nicolasrobert.19000@gmail.com> - 2016-02-03 11:15 -0800
            Re: Gnuplot Canvas Tk Karl Ratzsch <mail.kfr@gmx.net> - 2016-02-04 09:16 +0100
              Re: Gnuplot Canvas Tk Nicolas <nicolasrobert.19000@gmail.com> - 2016-02-09 12:14 -0800
                Re: Gnuplot Canvas Tk Nicolas <nicolasrobert.19000@gmail.com> - 2016-04-04 10:02 -0700

#3202 — Gnuplot Canvas Tk

FromNicolas <nicolasrobert.19000@gmail.com>
Date2016-02-02 12:13 -0800
SubjectGnuplot Canvas Tk
Message-ID<6983d13f-2c65-4b68-a640-efd90d3b4d37@googlegroups.com>
Hello ,

i have a problem with tk extension , i would like realize the same thing that image 1 with png extension 
Can you help me ?

image 1 : terminal png 
http://imgur.com/9KeXZK8

image 2 : terminal canvas tk 
http://imgur.com/f6SMrfR

[toc] | [next] | [standalone]


#3205

FromEthan A Merritt <sfeam@users.sourceforge.net>
Date2016-02-02 16:31 -0800
Message-ID<n8rhkh$d35$1@dont-email.me>
In reply to#3202
Nicolas wrote:

> Hello ,
> 
> i have a problem with tk extension , i would like realize the same thing
> that image 1 with png extension Can you help me ?

The tkcanvas terminal is very old 
[\me looks in source history...]
Wow! tkcanvas has not been updated since last century.
That means it supports none of the features added to gnuplot over the past
15 years.  No filled areas, no enhanced text, no user-specified colors, 
and on and on and on.
We should probabaly drop it from the supported terminal list.

Maybe there is another terminal you could use.
What are you doing, exactly?


[toc] | [prev] | [next] | [standalone]


#3209

FromNicolas <nicolasrobert.19000@gmail.com>
Date2016-02-03 04:05 -0800
Message-ID<0670ad0c-50fb-4625-871a-b02551b0f835@googlegroups.com>
In reply to#3205
Le mercredi 3 février 2016 01:31:57 UTC+1, Ethan A Merritt a écrit :

> Maybe there is another terminal you could use.
> What are you doing, exactly?

I am trying to make an application in TCL / TK and I use Gnuplot for graphics. tk output allows me to manage my graphics as I want in my canvas .
if you tell me that there is no maintenance, I understand why I have problems. I am sad ! it is a good tool!. I also use the HTML output for my documentation.

[toc] | [prev] | [next] | [standalone]


#3210

FromRichard Owlett <rowlett@cloud85.net>
Date2016-02-03 06:57 -0600
Message-ID<cfCdndvrX7W3ZCzLnZ2dnUU7-UmdnZ2d@supernews.com>
In reply to#3209
On 2/3/2016 6:05 AM, Nicolas wrote:
> Le mercredi 3 février 2016 01:31:57 UTC+1, Ethan A Merritt a écrit :
>
>> Maybe there is another terminal you could use.
>> What are you doing, exactly?
>
> I am trying to make an application in TCL / TK and I use Gnuplot for graphics. tk output allows me to manage my graphics as I want in my canvas .
> if you tell me that there is no maintenance, I understand why I have problems. I am sad ! it is a good tool!. I also use the HTML output for my documentation.
>


I would suggest asking over at comp.lang.tcl and browse these 
links from the "Tclers Wiki" 
[http://wiki.tcl.tk/_/search?S=Gnuplot&_charset_=UTF-8].

HTH

[toc] | [prev] | [next] | [standalone]


#3211

FromEthan A Merritt <EAMerritt@gmail.com>
Date2016-02-03 09:17 -0800
Message-ID<n8tchq$bq3$1@dont-email.me>
In reply to#3209
Nicolas wrote:

> Le mercredi 3 février 2016 01:31:57 UTC+1, Ethan A Merritt a écrit :
> 
>> Maybe there is another terminal you could use.
>> What are you doing, exactly?
> 
> I am trying to make an application in TCL / TK and I use Gnuplot for
> graphics. tk output allows me to manage my graphics as I want in my
> canvas . if you tell me that there is no maintenance, I understand why
> I have problems. I am sad ! it is a good tool!. I also use the HTML
> output for my documentation.

Maybe the situation isn't quite as bad as I thought.
I have found a patch set submitted about a year ago to update the
tkcanvas terminal.  

https://sourceforge.net/p/gnuplot/patches/709/

There was no discussion about that I can find, and I do not
know if it even applies to the version 5 source code.
But if you would like to try it out, please go ahead.

Your confirmation that it works, or bug reports if it doesn't,
would provide needed feedback that it would be useful to apply
to the CVS source code.  I suppose even if the updated version
has bugs, that would be better than removing the old version
with no replacement.

	Ethan

[toc] | [prev] | [next] | [standalone]


#3213

FromNicolas <nicolasrobert.19000@gmail.com>
Date2016-02-03 11:15 -0800
Message-ID<f1ce5cad-c884-434d-b6d3-8c2484378663@googlegroups.com>
In reply to#3211
Le mercredi 3 février 2016 18:17:27 UTC+1, Ethan A Merritt a écrit :
 
> Maybe the situation isn't quite as bad as I thought.
> I have found a patch set submitted about a year ago to update the
> tkcanvas terminal.  
> 
> https://sourceforge.net/p/gnuplot/patches/709/

i'm sorry , but how do you replace tkcanvas.trm ? 
I downloaded gp501-win64-mingw.zip and i don't see this file, I missed something ??

[toc] | [prev] | [next] | [standalone]


#3214

FromKarl Ratzsch <mail.kfr@gmx.net>
Date2016-02-04 09:16 +0100
Message-ID<n8v1cq$en8$1@solani.org>
In reply to#3213
Am 03.02.2016 um 20:15 schrieb Nicolas:
> Le mercredi 3 février 2016 18:17:27 UTC+1, Ethan A Merritt a écrit :

>> https://sourceforge.net/p/gnuplot/patches/709/
> 
> i'm sorry , but how do you replace tkcanvas.trm ? 
> I downloaded gp501-win64-mingw.zip and i don't see this file, I missed something ??

The .trm files are c sources. You'll have to recompile gnuplot to use
that patch.

It's not that hard, but certainly a few hours work. There's some
information in the source tree to get you started if you want to try.

  Karl

[toc] | [prev] | [next] | [standalone]


#3224

FromNicolas <nicolasrobert.19000@gmail.com>
Date2016-02-09 12:14 -0800
Message-ID<c9d84a18-6a90-440c-a689-affd673633cd@googlegroups.com>
In reply to#3214
thanks everybody for the support.

For my problem , I'm just gonna wait for the next release ,compile or recompile or ... it's the same thing for me and the same problem , i can't !!

see you later !

[toc] | [prev] | [next] | [standalone]


#3294

FromNicolas <nicolasrobert.19000@gmail.com>
Date2016-04-04 10:02 -0700
Message-ID<d79a616b-cb29-4210-9039-ba067526b3e6@googlegroups.com>
In reply to#3224
Le mardi 9 février 2016 21:14:09 UTC+1, Nicolas a écrit :
> thanks everybody for the support.
> 
> For my problem , I'm just gonna wait for the next release ,compile or recompile or ... it's the same thing for me and the same problem , i can't !!
> 
> see you later !

Great job for last release !!
i have a problem with the version 5.0.3 when i use set terminal tkcanvas interactive, the plot coordinate don't work on my console no problem with version 5.0.1.
Is it possible to modify only terminal tkcanvas ?
Thanks for the support

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web