From 9583e44cb657a44624b581f4cb9b2c6452fb78d1 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Sat, 18 Mar 2017 13:21:08 +0100
Subject: [PATCH] default output -> /tmp/P.ps

---
 pub/itest/curveplot.f2t | 38 +++++++++++++++++++-------------------
 pub/itest/p2d.f2t       |  2 +-
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/pub/itest/curveplot.f2t b/pub/itest/curveplot.f2t
index 57a76967..f157d7ed 100755
--- a/pub/itest/curveplot.f2t
+++ b/pub/itest/curveplot.f2t
@@ -1,5 +1,5 @@
 #!/usr/bin/env frida
-! rm -f /tmp/fridatestplot.ps
+! rm -f /tmp/P.ps
 pshead="g4wallpaper.ps"
 gnc 100
 cca p0+p1*t
@@ -8,82 +8,82 @@ g0
 gx 0 1
 gya
 p
-gp /tmp/fridatestplot
+gp /tmp/P
 op0 -.5
 gya
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 op1 50
 op0 -.47319*p1
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 op0 .4
 op1 3
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 op0 768.34
 op1 0
 gya
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 cr t<.52||.53<t&&t<.61||.65<t
 gya
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 cca sin(t)
 gx 0 80
 gya
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 gy -.5 .5
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 cca t^p0
 op0 5
 gx -2 2
 gya
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 op0 15
 gya
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 op0 35
 gya
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 cca t<-2?0:t^p0
 op0 5
 gx -3 2
 gya
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 op0 25
 gya
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 op0 26
 gya
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 cca p0+p1*t
 cr .2<t && t<.730812
 gx 0 1
 gya
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 gy -3 0
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 cca sin(t)
 cr abs(f(t))<.3
 gx 0 40
 gy -1.1 .9
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 cca ln(abs(sin(t)))
 gx 0 20
 gy -12 1
 p
-gfa /tmp/fridatestplot.ps
+gfa /tmp/P.ps
 qui
diff --git a/pub/itest/p2d.f2t b/pub/itest/p2d.f2t
index ce0262ce..5420a578 100755
--- a/pub/itest/p2d.f2t
+++ b/pub/itest/p2d.f2t
@@ -2,5 +2,5 @@
 fl grid40x20
 gt+
 p
-gp! ~/P.ps
+gp! /tmp/P.ps
 qui
-- 
GitLab