X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:reply-to:mime-version:to
	:cc:subject:references:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=a5mliJzykaD2Stes
	L8PzIJyOJcWgD08L4KryzHXC/fi68puoInt9ce588YEJuzIBmx+vw7AagjWDpwlK
	Odg4YYIusPKGsjgSYo5DGyu9PUGUxhvoouiE1nGg8VuJGXyjGAI/noQ05F00ttFP
	Otb4EOtUqm/uyCxf97vA0YwNtFs=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:reply-to:mime-version:to
	:cc:subject:references:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=4OLaK3eMQFpUstwnIzSlfx
	WyZvk=; b=YV/Wbb84ipDGR/jc4Pu5hym3d2auNEp55DiHa+JPK46QPr1/E9LR4R
	aLHbDLTCzsXtF7hAKrB8eaMieRy8udzO6/rH38UokULUyxJs1OuxnGrySZQAC4hY
	Lu/8SzeSK/zQN8X+RtkA49nG2qhOrKWQ0xBRmToPOC/vNj4pyeYQU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2
X-HELO: smtpout03.bt.lon5.cpcloud.co.uk
X-CTCH-RefID: str=0001.0A090201.5323146A.000B,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0
X-Junkmail-Premium-Raw: score=8/97,refid=2.7.2:2014.3.14.101214:17:8.317,ip=,rules=__MOZILLA_MSGID, __HAS_MSGID, __SANE_MSGID, __HAS_FROM, __HAS_REPLYTO, __USER_AGENT, __MOZILLA_USER_AGENT, __MIME_VERSION, __TO_MALFORMED_2, __TO_NO_NAME, __BOUNCE_CHALLENGE_SUBJ, __BOUNCE_NDR_SUBJ_EXEMPT, __SUBJ_ALPHA_END, __IN_REP_TO, __CT, __CT_TEXT_PLAIN, __CTE, __CP_MEDIA_BODY, __SUBJ_ALPHA_NEGATE, __FORWARDED_MSG, BODY_SIZE_1700_1799, BODYTEXTP_SIZE_3000_LESS, __MIME_TEXT_ONLY, HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, BODY_SIZE_2000_LESS, REPLYTO_FROM_DIFF_ADDY, BODY_SIZE_7000_LESS, NO_URI_FOUND
X-CTCH-Spam: Unknown
Message-ID: <5323146E.7040808@dronecode.org.uk>
Date: Fri, 14 Mar 2014 14:38:38 +0000
From: Jon TURNEY <jon.turney@dronecode.org.uk>
Reply-To: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0
MIME-Version: 1.0
To: cygwin@cygwin.com
CC: tmacchant2@yahoo.co.jp
Subject: Re: cannot copy graphics to clipboad
References: <531DCC26.50703@dronecode.org.uk> <292354.70563.qm@web101113.mail.kks.yahoo.co.jp>
In-Reply-To: <292354.70563.qm@web101113.mail.kks.yahoo.co.jp>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

On 11/03/2014 00:11, Tatsuro MATSUOKA wrote:
> --- On Mon, 2014/3/10, Jon TURNEY wrote:
>> On 08/03/2014 10:31, Tatsuro MATSUOKA wrote:
>>> I have build wxWidgets-2.8.12 on Cygwin_x86.
>>> After that I have build gnuplot (4.6.5 and cvs) with wxt terminal.
>>>
>>> On the plotting window of the terminal of gnuplot, there is a "copy to clipboad"
>>> button. 
>>>
>>> However, I clicked the button and tried to paste to Xfig working on Cygwin, nothing was pasted.
>>>
>>> Cannot I use clipboard feature on Cygwin?
>>
>> I guess that you have built a version of gnuplot which uses native windows GUI
>> (using wxWidgets), so the first problem is that the conversion between Windows
>> and X11 clipboards only supports text clipboard contents, currently.
>>
>> I would think that if you were using the X11 version of gnuplot (available via
>> cygwin's setup), you should be able to copy the gnuplot graph (using middle
>> mouse button click) and paste it into other X11 programs.  But I can't find
>> documentation that xfig supports pasting an image into an xfig drawing, so
>> that may be a second problem.
>>
> The wxWidgets was built using the GTK-2 libraries on Cygwin_x86.  I guess GTK-2 bases on Cygwin_x86 uses the Cygwin -X libraries. So I think my build gnuplot is Cygwin native.

Ok.  Thanks for that clarification.

> What is recommended program to confirm thar graph is copied to clipboard?

Looking into this, it seems that we don't have any 'paint' program in Cygwin,
which would be the standard thing to paste an image into. (although you could
try e.g. GIMP from Cygwinports.)

Depending on what you are trying to do, you might find it easier to plot to a
.png file from gnuplot and then include that file where needed.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

