From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22862 Path: news.gmane.org!not-for-mail From: "luigi.scarso" Newsgroups: gmane.comp.tex.context Subject: Re: Re: function plotting Date: Wed, 05 Oct 2005 08:43:01 +0200 Message-ID: <434375F5.2020604@logosrl.it> References: <20051002172755.GA17649@none.at> <43401ECE.2030309@creutzig.de> <20051002185852.GB19384@none.at> <434044D5.8090109@creutzig.de> <20051003080358.GA3782@none.at> <434169BB.4000008@creutzig.de> <20051004082954.GA20838@none.at> <20051004202549.GD30718@none.at> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1128494903 31789 80.91.229.2 (5 Oct 2005 06:48:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2005 06:48:23 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 05 08:48:20 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EN34M-0002hU-Ds for gctc-ntg-context-518@m.gmane.org; Wed, 05 Oct 2005 08:48:02 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 03157127CC; Wed, 5 Oct 2005 08:47:57 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05449-01; Wed, 5 Oct 2005 08:47:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5CE50127DF; Wed, 5 Oct 2005 08:43:20 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 132D7127DF for ; Wed, 5 Oct 2005 08:43:19 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05069-05-2 for ; Wed, 5 Oct 2005 08:43:18 +0200 (CEST) Original-Received: from ServerNotes.logosrl.it (81-208-99-91.ip.fastwebnet.it [81.208.99.91]) by ronja.ntg.nl (Postfix) with ESMTP id 16C90127CC for ; Wed, 5 Oct 2005 08:43:17 +0200 (CEST) Original-Received: from [192.168.2.85] ([192.168.2.85]) by ServerNotes.logosrl.it (Lotus Domino Release 6.5.1) with ESMTP id 2005100508432319-1317 ; Wed, 5 Oct 2005 08:43:23 +0200 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: X-MIMETrack: Itemize by SMTP Server on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 05/10/2005 08.43.23, Serialize by Router on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 05/10/2005 08.43.24 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22862 Archived-At: Peter M=FCnster wrote: >On Tue, 4 Oct 2005, Alexander Lazic wrote: > > =20 > >>>\usemodule[pstric] >>>\starttext >>>\startPSTRICKS >>>\psplot[plotpoints=3D100]{0}{1}{x 360 mul sin} >>>\stopPSTRICKS >>>\stoptext >>> =20 >>> >>Thanx i have try an get: >> >>figures : figure pstest-texapp can not be found >> >>but there is the file: pstest-texapp.tex >> =20 >> > >Hello Alexander, >I don't understand your problem, but perhaps you should write the psplot >command inside a \pspicture(0,-1)(1,1) ... \endpspicture. >Cheers, Peter > > =20 > This works for me (I suppose your code is in pstest-texapp.tex): $> texexec --output=3Ddvips pstest-texapp.tex $> dvips -o pstest-texapp.ps pstest-texapp.dvi $> ps2pdf14 pstest-texapp.ps luigi