You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(1) |
Feb
(2) |
Mar
(2) |
Apr
(22) |
May
(14) |
Jun
(18) |
Jul
(19) |
Aug
(7) |
Sep
(4) |
Oct
(6) |
Nov
(12) |
Dec
(14) |
2005 |
Jan
(15) |
Feb
(11) |
Mar
(11) |
Apr
(9) |
May
(119) |
Jun
(25) |
Jul
(16) |
Aug
(19) |
Sep
(26) |
Oct
(14) |
Nov
(7) |
Dec
(45) |
2006 |
Jan
(22) |
Feb
(7) |
Mar
(11) |
Apr
(11) |
May
(12) |
Jun
(19) |
Jul
(12) |
Aug
(5) |
Sep
(21) |
Oct
(33) |
Nov
(42) |
Dec
(34) |
2007 |
Jan
(26) |
Feb
(27) |
Mar
(54) |
Apr
(37) |
May
(68) |
Jun
(81) |
Jul
(55) |
Aug
(86) |
Sep
(60) |
Oct
(33) |
Nov
(33) |
Dec
(47) |
2008 |
Jan
(37) |
Feb
(37) |
Mar
(52) |
Apr
(63) |
May
(98) |
Jun
(70) |
Jul
(61) |
Aug
(38) |
Sep
(64) |
Oct
(55) |
Nov
(48) |
Dec
(111) |
2009 |
Jan
(68) |
Feb
(83) |
Mar
(102) |
Apr
(140) |
May
(156) |
Jun
(65) |
Jul
(75) |
Aug
(26) |
Sep
(28) |
Oct
(31) |
Nov
(38) |
Dec
(78) |
2010 |
Jan
(53) |
Feb
(33) |
Mar
(87) |
Apr
(94) |
May
(77) |
Jun
(84) |
Jul
(66) |
Aug
(74) |
Sep
(53) |
Oct
(40) |
Nov
(38) |
Dec
(31) |
2011 |
Jan
(19) |
Feb
(17) |
Mar
(43) |
Apr
(53) |
May
(42) |
Jun
(35) |
Jul
(19) |
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
2012 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2017 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(2) |
Nov
|
Dec
(1) |
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
2024 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Florian H. <e00...@st...> - 2007-05-01 19:30:10
|
This is my second attempt, I hope everything is correct now. I'm happy using G N U P L O T Version 4.0 patchlevel 0 with two exceptions. Attached two this email are two gnuplot script resulting in an error. $ gnuplot bug1.g This involves a circular definition of functions and results in a segmentation fault. I can imagine that it is quite difficult to detect such loops and I don't know if you are about to change this. Anyway it is definitly no real obstacle in my work with gnuplot. Contrary, the second bug is particularly nasty as my experiments usually deal with numbers around 1.e11. Launch $ gnuplot bug2.g - and (try to) zoom to the innermost of the three points. This results in Can't plot with an empty y range! on my 32bit debian sarge. Interestingly on 64bit debian sarge it results in integer overflow; change to floating point I guess this has something to do with internal changes in the representation of floats. Additionally I have no idea how to change to floating point in gnuplot ... Google gives only one group entry with this error message and it seems nobody replied so far. I worry that this error is not encountered more frequently. In order to have GNU readline I compiled gnuplot from source, but the same behaviour is found on Ubuntus and Slackwares gnuplot version. Best regards, Florian |
From: <pl...@pi...> - 2007-04-30 23:04:47
|
On Mon, 30 Apr 2007 23:36:31 +0200, Hans-Bernhard Bröker <HBB...@t-...> wrote: > pl...@pi... wrote: > >> 1. >> resizing the wx window the graph scales well but so does the text. Once >> the drag is finished it remains too large until a replot is done. > > Done on purpose by the implementors of the wx driver. > >> 2. >> Dragging the window by any size handle or corner does resize the graph >> but >> it remains at the same aspect ratio. Again hitting the replot button (or >> reloading the .gnu) will resize to fit the new window fully. > > Ditto. > Fine , I guess there must be some reason for doing it that way then although it makes resizing the plot an iterative process which seems a bit untidy. >> 3. colours do not come out the same in outputting to png , for example. > > The same ... as what? > Er , same as wx terminal. >> It's rather confusing seeing different output stored as an image and >> annoying in transmitting to others since I cant say "look at the green >> line" because it's probably blue in the other output format. > > You _could_ look at the actual file you're sending them, though ;-> > Yes , clearly it _can_ , but pulling up another app. to see how it rendered that colours differently from the gnuplot terminal I work in is a drag. Also , I sent a plot to a college as svg , which is great for this sort of thing but it repeated some colours making the graph a lot less clear. I dont see any technical reason why svg should be limitted to fewer colours so this would seem to be defect. > There's a price to be paid for having a tool that just works, without > you having to rewrite the entire script, for so many different output > formats. One part of that price is that while gnuplot will try to do > something useful for a given script regardless of the terminal driver > it's run over, it can't be guaranteed that it'll do the _same_ for all > of them. > Not a big issue but one thing that could improve gnuplot should an occasion arise to fix it. There seems no intrinsic reason why wx, png and svg should assign different colours. >> 4. I had a lot of time wasted trying to get y2 scale markings. I found >> the >> label readily enough but could not understand why I was not getting the >> tics and numerical markings. I now realise it required that I explicitly >> set y2tics . What confused me is that this is not the case with y1 they >> just come up automatically. > > That's because every graph has *some* data on the y1 axis, while most > graphs neither neither nor want a y2 axis. Which is *exactly* why I suggested it was only done once a y2scale was defined. At this point mirroring y1tics becomes wrong and the lack of y2 numbering is inappropriate to the newly displayed label. > There's also historic > precedent to be maintained. y2 axes were added to gnuplot a long time > after the default behaviour of y1 axes was defined to have the tics > mirrored to where the y2 axis would go. This default behaviour would > get in the way of y2 tics. > Ditto. >> It would seem more logical and consistant if y2tics behaved in the same >> way as the main y-axis, ie as soon as there is a y2scale defined the >> default tics and numerical label come up as well. > > That's not actually how the y1 axis behaves, so why should y2? The > trick being that "there is a y1scale defined" is a non-event. It's > always defined. > Sorry. Maybe I explained this badly. I curreny have a graph with y1 and y2 . set xdata time set timefmt "%H:%M" set format x "%02H:%02M" set xr ["11:30":"18:30"] set title "150 litre tank forced flow test 12 - PC cover" set yrange [-5:85] set y2range [-50:850] set y2tics 0,100,800 set xlabel "time CES: sol +2h" set ylabel "temp / C" set y2label "power / W" I do not define ytics yet I get the numbers , if I do not define y2tics explicitly as done here , I don't get any numbers on y2, I just get the y2label. There is inconsistancy between the two which is confusing when learning to use gnuplot. The difference in behaviour , if there is a reason to retain it which I dont see, probably ought to be documented. Thanks for you reply. I hope my comments are useful in improving this very useful tool. Kind regards. |
From: <HBB...@t-...> - 2007-04-30 21:29:46
|
pl...@pi... wrote: > 1. > resizing the wx window the graph scales well but so does the text. Once > the drag is finished it remains too large until a replot is done. Done on purpose by the implementors of the wx driver. > 2. > Dragging the window by any size handle or corner does resize the graph but > it remains at the same aspect ratio. Again hitting the replot button (or > reloading the .gnu) will resize to fit the new window fully. Ditto. > 3. colours do not come out the same in outputting to png , for example. The same ... as what? > It's rather confusing seeing different output stored as an image and > annoying in transmitting to others since I cant say "look at the green > line" because it's probably blue in the other output format. You _could_ look at the actual file you're sending them, though ;-> There's a price to be paid for having a tool that just works, without you having to rewrite the entire script, for so many different output formats. One part of that price is that while gnuplot will try to do something useful for a given script regardless of the terminal driver it's run over, it can't be guaranteed that it'll do the _same_ for all of them. > 4. I had a lot of time wasted trying to get y2 scale markings. I found the > label readily enough but could not understand why I was not getting the > tics and numerical markings. I now realise it required that I explicitly > set y2tics . What confused me is that this is not the case with y1 they > just come up automatically. That's because every graph has *some* data on the y1 axis, while most graphs neither neither nor want a y2 axis. There's also historic precedent to be maintained. y2 axes were added to gnuplot a long time after the default behaviour of y1 axes was defined to have the tics mirrored to where the y2 axis would go. This default behaviour would get in the way of y2 tics. > It would seem more logical and consistant if y2tics behaved in the same > way as the main y-axis, ie as soon as there is a y2scale defined the > default tics and numerical label come up as well. That's not actually how the y1 axis behaves, so why should y2? The trick being that "there is a y1scale defined" is a non-event. It's always defined. |
From: <pl...@pi...> - 2007-04-29 14:37:04
|
Hi, first of all thanks for this excellent plotting utility. It takes a bit of getting used to but it very powerful and feature rich. The new wx terminal works nicely as well. So since this is new , a bit of feedback on some minor faults, tested on Gentoo. 1. resizing the wx window the graph scales well but so does the text. Once the drag is finished it remains too large until a replot is done. I guess this is just an oversight detail since I dont imagine setting the font size would be a large overhead for this to be done on the fly as is done with the plot itself. 2. Dragging the window by any size handle or corner does resize the graph but it remains at the same aspect ratio. Again hitting the replot button (or reloading the .gnu) will resize to fit the new window fully. If this is to minimise on the fly redrawing it should probably at least replot once the drag event terminates. 3. colours do not come out the same in outputting to png , for example. It's rather confusing seeing different output stored as an image and annoying in transmitting to others since I cant say "look at the green line" because it's probably blue in the other output format. 4. I had a lot of time wasted trying to get y2 scale markings. I found the label readily enough but could not understand why I was not getting the tics and numerical markings. I now realise it required that I explicitly set y2tics . What confused me is that this is not the case with y1 they just come up automatically. It would seem more logical and consistant if y2tics behaved in the same way as the main y-axis, ie as soon as there is a y2scale defined the default tics and numerical label come up as well. This is obviously not new on 4.2 , it seems it was always this way. Sorry for putting several issues in one thread but they are minor and you are probably aware of most of them anyway. Apart from that I can report that Version 4.2 patchlevel 0 works without any major flaws in the use I have put it to. Tested on Gentoo linux ~x86 profile compiled with i686-pc-linux-gnu-4.2.0-alpha20070307 on a 2.6.20 patched kernel. Many thanks to all concerned for an excellent piece of software. :) |
From: <HBB...@t-...> - 2007-04-26 21:16:41
|
Florian Hengstberger wrote: > I guess this has something to do with internal changes in the representation > of floats. Not really. It's just a an admittedly weirdly fascinating bug. > Additionally I have no idea how to change to floating point > in gnuplot ... That's because there's no need to. It's already using floating point all the way through. The real problem at hand is that there's only one data point in the plot to begin with (and thus no y range to speak of). You're trying to zoom in on a region that gnuplot had to artificially enlarge from an infinitely small one to begin with. |
From: Florian H. <e00...@st...> - 2007-04-26 19:51:18
|
Hi! I'm happy using G N U P L O T Version 4.0 patchlevel 0 with two exceptions. Attached two this email are two gnuplot script resulting in an error. $ gnuplot bug1.g This involves a circular definition of functions and results in a segmentation fault. I can imagine that it is quite difficult to detect such loops and I don't know if you are about to change this. Anyway it is definitly no real obstacle in my work with gnuplot. Contrary, the second bug is particularly nasty as my experiments usually deal with numbers around 1.e11. Launch $ gnuplot bug2.g - and (try to) zoom to the innermost of the three points. This results in Can't plot with an empty y range! on my 32bit debian sarge. Interestingly on 64bit debian sarge it results in integer overflow; change to floating point I guess this has something to do with internal changes in the representation of floats. Additionally I have no idea how to change to floating point in gnuplot ... Google gives only one group entry with this error message and it seems nobody replied so far. I worry that this error is not encountered more frequently. In order to have GNU readline I compiled gnuplot from source, but the same behaviour is found on Ubuntus and Slackwares gnuplot version. Best regards, Florian |
From: <rou...@in...> - 2007-04-26 15:14:37
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> </head> <body> <div style="padding: 1; background-color: #FFFFFF"> <b> <font lang="0" face="Arial" color="#ff0000" size="4" FAMILY="SANSSERIF" PTSIZE="14"> ADVERTISE YOUR BUSINESS THROUGH EFFECTIVE EMAIL ADVERTISING! </font></b> <p><b><font size="4" face="Arial" color="#FF0000">Get <u>Instant Traffic and Sales</u> for Your Website Today!</font></b></div> <p><b><font face="Arial" color="#000080">We Can Send Your Email Ad Broadcast Out to Millions of Our Double Opt In List of Email Subscribers.<br> and get high quality targeted traffic and sales for you today!</font></b><p><b><blink><font face="Arial" color="#2E3C98"> Our Email Advertising Program, will get your business results, <u>instantly! </u> </font></blink></b></p> <p><b><font color="#000080"><font style="font-size: 11pt" face="Arial">We get businesses & individuals great results by providing the most effective way to reach your target market. Email advertising messages are sent to 100% Double Opt-In email subscribers. These are people who have specifically requested to receive your email advertising offer on your unique products and services.</font><span style="font-size: 11pt"> </span> </font></b></p> <p><b><font style="font-size: 11pt" face="Arial" color="#000080">Our job is to make your email campaigns a big success. Includes free phone and email support, along with a wealth of online resources for every customer. We also provide additional services to help you get the most out of every email campaign you send. Get to know us and you'll see why businesses are confidently sending millions of opt in email ads<br> with us, every day.</font></b></p> <p><font face="Arial" color="#2E3C98" style="font-size: 11pt"><b>With our</b></font> <b> <font lang="0" style="font-size: 11pt; background-color: #ffffff" face="Arial" color="#000080" PTSIZE="12" FAMILY="SANSSERIF" BACK="#ffffff"> email broadcast advertising, we can convert your website visitors to customers and boost your revenue today.<br> <i>We can show you how.</i><br> </font></b></p> <p><b><font face="Arial" style="font-size: 11pt" color="#000080"> <span style="background-color: #FFFFFF">For more information, please call (213) 291-1177. After hours, please leave your name and phone number.<br> We will get back to you the next business day.</span></font></b></p> <p><b> <span style="background-color: #ffffff"> <font style="font-size: 11pt" face="Arial" color="#2e3c98"> _______________________________________________________________________________________</font></span></b></p> <p><font face="Arial" color="#000080" size="1"><br> If you no longer wish to receive further offers, please send an email with discontinue to: <a href="mailto:%20s...@in...?subject=Discontinue"> su...@in...</a><br> Your email address will be removed within 24 hours.</font></p> <p align="left"><font face="Arial" color="#000080" size="1"><br> Ins Path<br> 137 74th St.<br> North Bergen, NJ <br> 07047</font></p> <p><b> <font lang="0" style="background-color: #ffffff" face="Comic Sans MS" color="#1003bd" size="2" PTSIZE="12" FAMILY="SCRIPT" BACK="#ffffff"> <br> </font></b></p> </body> </html> |
From: <105...@yh...> - 2007-04-23 12:35:45
|
当サイトでは、サクラ・冷やかし等は一切存在しません。また、女性登録者の淫乱度も他サイトに比べ異常に高いようです。 http://www.bvlgari-no1.com/mare/ 只今、キャンペーン中で、この機会に是非、登録する事をお勧めいたします。 http://www.bvlgari-no1.com/mare/ |
From: <rou...@ya...> - 2007-04-18 08:30:43
|
夜だけですが、夫に不満があって、休日でも出掛ける事はなく暇で時間も持て余してます。 男性の温もりが欲しい…話相手が欲しい… 秘密厳守で叶えてくれませんか? 40歳主婦です。メールお待ちしてます。http://pure.final-love.net/?qdq33 ご迷惑でしたらこちらへ返信をお願いします。 sak...@ya... |
From: zotych <wqt...@bo...> - 2007-04-17 17:43:44
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2900.2912" name=3D"GENERATOR"> </HEAD> <BODY> <DIV align=3Dleft><FONT face=3DArial size=3D2><B>DarkLord: DWPI Hits The Street, Price Climbs 221.43%</B></FONT></DIV><BR> <DIV align=3Dleft><FONT face=3DArial size=3D2><I>Distributed Power Inc.</I></FONT></DIV><BR> <DIV align=3Dleft><FONT face=3DArial size=3D2>Symbol: <B>DPWI</B> </FONT></DIV> <DIV align=3Dleft><FONT face=3DArial size=3D2>Price: <B>$0.40 (+0.31)</B></FONT></DIV><BR> <DIV align=3Dleft><FONT face=3DArial size=3D2>News hits the streets!!! DPWI acquires huge oil reserves, drills deeper on current wells increasing production, and now opens Asian division. </FONT></DIV><BR> <DIV align=3Dleft><FONT face=3DArial size=3D2>Investors go nuts today and price rockets 221.43%. </FONT></DIV><BR> <DIV align=3Dleft><FONT face=3DArial size=3D2><B><U>Act fast, read the news and get on DPWI first thing Tuesday!<U></B></FONT></DIV></BODY></HTML> |
From: Dr. V. Z. <Dr....@or...> - 2007-04-17 15:25:17
|
>>>>> Henry Freund writes: > I'm having serious problems running gnuplot under cygwin in Windows > XP. I installed the full release of cygwin including the x-server as > per instructions. That is, I selected the unix line feeds at the > start of the install, which went normally. When I try to run gnuplot, > I follow the following procedure: > 1. launch X-windows > 2. launch cygwin > 3. type: export DISPLAY=:0.0 > 4. type gnuplot > After launching gnuplot I find that the execution is very erratic. > Sometimes (quite often really) I get the following error message: > $ gnuplot > 19 [main] gnuplot 66200 child_copy: linked dll data write copy failed, > 0x689000..0x68CF40, done 0, windows pid 65276, Win32 error 487 See o http://cygwin.com/ml/cygwin/2006-01/msg00782.html for a possible solution to your problem. It runs fine for me by the way. Ciao Volker |
From: <net...@ri...> - 2007-04-17 14:17:29
|
<html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>OPT IN EMAIL ADVERTISING</title> </head> <body> <div style="padding: 1; background-color: #FFFFFF"> <b> <font lang="0" face="Arial" color="#ff0000" size="4" FAMILY="SANSSERIF" PTSIZE="14"> ADVERTISE YOUR BUSINESS THROUGH EFFECTIVE EMAIL ADVERTISING! </font></b> <p><b><font size="4" face="Arial" color="#FF0000">Get <u>Instant Traffic and Sales</u> for Your Website Today!</font></b></div> <p><b><font face="Arial" color="#000080">We Can Send Your Email Ad Broadcast Out to Millions of Our Double Opt In List of Email Subscribers.<br> and get high quality targeted traffic and sales for you today!</font></b><p><b><blink><font face="Arial" color="#2E3C98"> Our Email Advertising Program, will get your business results, <u>instantly! </u> </font></blink></b></p> <p><b><font color="#000080"><font style="font-size: 11pt" face="Arial">We get businesses & individuals great results by providing the most effective way to reach your target market. Email advertising messages are sent to 100% Double Opt-In email subscribers. These are people who have specifically requested to receive your email advertising offer on your unique products and services.</font><span style="font-size: 11pt"> </span> </font></b></p> <p><b><font style="font-size: 11pt" face="Arial" color="#000080">Our job is to make your email campaigns a big success. Includes free phone and email support, along with a wealth of online resources for every customer. We also provide additional services to help you get the most out of every email campaign you send. Get to know us and you'll see why businesses are confidently sending millions of opt in email ads<br> with us, every day.</font></b></p> <p><font face="Arial" color="#2E3C98" style="font-size: 11pt"><b>With our</b></font> <b> <font lang="0" style="font-size: 11pt; background-color: #ffffff" face="Arial" color="#000080" PTSIZE="12" FAMILY="SANSSERIF" BACK="#ffffff"> email broadcast advertising, we can convert your website visitors to customers and boost your revenue today.<br> <i>We can show you how.</i><br> </font></b></p> <p><b><font face="Arial" style="font-size: 11pt" color="#000080"> <span style="background-color: #FFFFFF">For more information, please call (213) 291-1177. After hours, please leave your name and phone number.<br> We will get back to you the next business day.</span></font></b></p> <p><b> <span style="background-color: #ffffff"> <font style="font-size: 11pt" face="Arial" color="#2e3c98"> _______________________________________________________________________________________</font></span></b></p> <p align="left"><font face="Arial" color="#000080" size="2">You are receiving this message as an opt-in subscriber to H-Source or one of our marketing partners. <br> If you no longer wish to receive further offers, please send an email with discontinue to: </font><font face="Arial" color="#ffffff" size="2"> <a href="mailto:su...@ri...?subject=Discontinue">su...@ri...</a></font><font face="Arial" color="#000080" size="2"><br> Your email address will be removed within 24 hours.</font></p> <p align="left"><font face="Arial" color="#000080" size="2">Rite1Ins<br> 137 Russel Ave.<br> Edgewater, NJ 07020</font></p> <p><b> <font lang="0" style="background-color: #ffffff" face="Comic Sans MS" color="#1003bd" size="2" PTSIZE="12" FAMILY="SCRIPT" BACK="#ffffff"> <br> </font></b></p> </body> </html> |
From: Henry F. <HEN...@sa...> - 2007-04-17 12:42:22
|
I'm having serious problems running gnuplot under cygwin in Windows XP. I installed the full release of cygwin including the x-server as per instructions. That is, I selected the unix line feeds at the start of the install, which went normally. When I try to run gnuplot, I follow the following procedure: 1. launch X-windows 2. launch cygwin 3. type: export DISPLAY=:0.0 4. type gnuplot After launching gnuplot I find that the execution is very erratic. Sometimes (quite often really) I get the following error message: $ gnuplot 19 [main] gnuplot 66200 child_copy: linked dll data write copy failed, 0x689000..0x68CF40, done 0, windows pid 65276, Win32 error 487 GNUPLOT Version 4.2 patchlevel 0 last modified March 2007 System: CYGWIN_NT-5.1 1.5.24(0.156/4/2) Copyright (C) - 1993, 1998, 2004 2007 Thomas Williams, Colin Kelley and many others Type 'help' to access the on-line reference manual. The gnuplot FAQ is available from http://www.gnuplot.info/faq/ Send comments and help requests to <gnu...@li...> Send bug reports to <gnu...@li...> Terminal type set to 'x11' gnuplot> At this point, gnuplot may or may not actually work. Sometimes it just hangs if I try to plot something, sometimes it spits out the same error message as above, and sometimes it operates normally. I have no Idea why in either case. Also, there are times when no error message occurs and gnuplot works fine. I have done this installation of three Windows XP machines, and things are OK on only one of them. The other two exhibit this problem. Any ideas? -- Henry Freund |
From: <ab...@ri...> - 2007-04-17 07:05:28
|
<html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>OPT IN EMAIL ADVERTISING</title> </head> <body> <div style="padding: 1; background-color: #FFFFFF"> <b> <font lang="0" face="Arial" color="#ff0000" size="4" FAMILY="SANSSERIF" PTSIZE="14"> ADVERTISE YOUR BUSINESS THROUGH EFFECTIVE EMAIL ADVERTISING! </font></b> <p><b><font size="4" face="Arial" color="#FF0000">Get <u>Instant Traffic and Sales</u> for Your Website Today!</font></b></div> <p><b><font face="Arial" color="#000080">We Can Send Your Email Ad Broadcast Out to Millions of Our Double Opt In List of Email Subscribers.<br> and get high quality targeted traffic and sales for you today!</font></b><p><b><blink><font face="Arial" color="#2E3C98"> Our Email Advertising Program, will get your business results, <u>instantly! </u> </font></blink></b></p> <p><b><font color="#000080"><font style="font-size: 11pt" face="Arial">We get businesses & individuals great results by providing the most effective way to reach your target market. Email advertising messages are sent to 100% Double Opt-In email subscribers. These are people who have specifically requested to receive your email advertising offer on your unique products and services.</font><span style="font-size: 11pt"> </span> </font></b></p> <p><b><font style="font-size: 11pt" face="Arial" color="#000080">Our job is to make your email campaigns a big success. Includes free phone and email support, along with a wealth of online resources for every customer. We also provide additional services to help you get the most out of every email campaign you send. Get to know us and you'll see why businesses are confidently sending millions of opt in email ads<br> with us, every day.</font></b></p> <p><font face="Arial" color="#2E3C98" style="font-size: 11pt"><b>With our</b></font> <b> <font lang="0" style="font-size: 11pt; background-color: #ffffff" face="Arial" color="#000080" PTSIZE="12" FAMILY="SANSSERIF" BACK="#ffffff"> email broadcast advertising, we can convert your website visitors to customers and boost your revenue today.<br> <i>We can show you how.</i><br> </font></b></p> <p><b><font face="Arial" style="font-size: 11pt" color="#000080"> <span style="background-color: #FFFFFF">For more information, please call (213) 291-1177. After hours, please leave your name and phone number.<br> We will get back to you the next business day.</span></font></b></p> <p><b> <span style="background-color: #ffffff"> <font style="font-size: 11pt" face="Arial" color="#2e3c98"> _______________________________________________________________________________________</font></span></b></p> <p align="left"><font face="Arial" color="#000080" size="2">You are receiving this message as an opt-in subscriber to H-Source or one of our marketing partners. <br> If you no longer wish to receive further offers, please send an email with discontinue to: </font><font face="Arial" color="#ffffff" size="2"> <a href="mailto:su...@ri...?subject=Discontinue">su...@ri...</a></font><font face="Arial" color="#000080" size="2"><br> Your email address will be removed within 24 hours.</font></p> <p align="left"><font face="Arial" color="#000080" size="2">Rite1Ins<br> 137 Russel Ave.<br> Edgewater, NJ 07020</font></p> <p><b> <font lang="0" style="background-color: #ffffff" face="Comic Sans MS" color="#1003bd" size="2" PTSIZE="12" FAMILY="SCRIPT" BACK="#ffffff"> <br> </font></b></p> </body> </html> |
From: VICTORIA M. <due...@ai...> - 2007-04-14 17:00:41
|
FROM MRS. VICTORIA MANALESIA. INTERNATIONAL PROMOTIONS/PRIZE AWARD DEPARTMENT RESULTS FOR CATEGORY "A" DRAWS. Congratulations to you as we bring to your notice, the results of the First = Category draws of THE HEINEKEN LOTTO PROMO INT. We are happy to inform you = that you have emerged a winner under the First Category, which is part of our = promotional draws. The draws were being officially announced on the 21st of = March, 2007.Participants were selected through a computer ballot system drawn = from 2,500,000 email addresses of individuals and companies from Africa, = America, Asia, Australia,Europe, Middle East and Oceania as part of our = International Promotions Program. Your e- mail address, attached to Coupon numbers 7770088 consequently won in = the First Category. You have therefore been awarded a lump sum pay out of = 500,00000eur (Five hundred thousand euros), which is the winning payout for = Category A winners. This is from a total cash prize of 5,000,000.00 Million = Euros shared amongst the first Ten (10) lucky winners in this category. CONGRATULATIONS! Your fund is now deposited with the paying Bank.In your best interest to = avoid mix up of numbers and names of any kind, we request that you keep the = entire details of your award strictly from public notice until the process of = transferring your claims has been completed, and your funds remitted to your = account.This is part of our security protocol to avoid double claiming or = unscrupulous acts by participants/nonparticipants of this program. Please contact your claims agent immediately for due processing and = remittance of your prize money to a designated bank account of your choice. = You are advised to contact the agents by email,phone or fax. Failure to do so = may warrant disqualification.NOTE: For easy reference and identification, = remember to quote your Coupon numbers in your correspondence with your claims = agent. To file for your claim,please contact the fiduciary agent with your Coupon = numbers,tel/fax numbers and full names. *********************************************** MR. FRANK UKREL. AMSTERDAM,THE NETHERLANDS. TEL: +31-626-415-585 FAX:+31-847-355-196. REPLY EMAIL:fra...@iw... *********************************************** All winnings must be notarized to complete the claim process; winners will be = referred to a Foreign Transfer Manager,to have their winnings notarized. Congratulations once again from all our staff. Sincerely Yours, MRS. VICTORIA MANALESIA. THE PROMOTION COORDINATOR |
From: racklerhc1o <rac...@ho...> - 2007-04-14 09:59:22
|
Hillo2 2d25 |
From: reyes96rq <rey...@ho...> - 2007-04-14 09:59:12
|
Hillo5 9253 |
From: James G. <mve...@vi...> - 2007-04-11 13:44:36
|
<html> <body bgcolor=3D"#ffffff" text=3D"#000000"> <img src=3D"cid:70454C83=2E7794B9E6"> <br> Feel the fear and do it anyway=2E <br> Without the aid of prejudice and custom, I should not be able to find my= way across the room=2E <br> And still they gazed, and still the wonder grew, that one small head cou= ld carry all he knew=2E <br> The degree of one's emotions varies inversely with one's knowledge of th= e facts- the less you know the hotter you get=2E <br> It would not be better if things happened to men just as they wish=2E <br> What the United States does best is to understand itself=2E What it does= worst is understand others=2E <br> Love dies only when growth stops=2E <br> I am about to be married, and am of course in all the misery of a man in= pursuit of happiness=2E <br> While many people are trying to be in tune with infinite, what they real= ly are is in tune with the indefinite=2E <br> I'm not confused, I'm just well mixed=2E <br> Prosperity is not without many fears and distastes adversity not without= many comforts and hopes=2E <br> We are to be shut out from men, and shut in with God=2E <br> I don't use drugs, my dreams are frightening enough=2E </body> </html> |
From: <var...@so...> - 2007-04-08 16:21:59
|
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KzqK1 z9fu0MJBUk05L0xpbnV4L1dpbmRvd3NDRce2yOvKvcXg0bXQxc+iKLXaNznG2qOpISANCi0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCsXg0bXW98zi IKO6V2luZG93cyBDRS5ORVTPtc2zvLDTptPDv6q3osXg0bUgDQrF4NG1z+rH6SCjumh0dHA6Ly93 d3cubWRldnNvZnQuY29tL2NuL0FydGljbGVfU3BlY2lhbExpc3RfYTAwMi5hc3AgDQrF4NG1yrG8 5CCjuiAgICAgDQogICAgye7b2iCjuiAyMDA3xOo01MIyMS0yMrrFo6i12jIwxtqjqSANCiAgICDJ z7qjIKO6IDIwMDfE6jTUwjE0LTE1usWjqLXaMjDG2qOpIA0KICAgILGxvqkgo7ogMjAwN8TqNNTC MjgtMjm6xaOotdoyMMbao6kNCiANCsXg0bXW98ziIKO6QVJNOS9saW51eMe2yOvKvcjt07K8/tCt zay/qreiyei8xsXg0bWjqLi9y81BUk05v6q3oszXvP678kFSTcirz7XB0LfC1ebG96OpIA0KxeDR tc/qx+kgo7podHRwOi8vd3d3Lm1kZXZzb2Z0LmNvbS9jbi9BcnRpY2xlX1NwZWNpYWxMaXN0X2Ew MDEuYXNwIA0KxeDRtcqxvOQgo7ogICAgICAgICAgICAgICANCiAgICAgICAgye7b2iCjujIwMDfE 6jTUwjIxLTI2usUgICCjqLXaNznG2qOpIA0KICAgICAgICDJz7qjIKO6MjAwN8TqNNTCMTYtMTm6 xSAgIKOotdo3Ocbao6kgDQogICAgICAgILGxvqkgo7oyMDA3xOo01MIyNi0yObrFICAgo6i12jc5 xtqjqSANCsXg0bW12LXjIKO6DQogICAgICAgIMnu29ogo7rJ7tvaxM/Jvb/GtLTW0NDEKM6itc/J 7tvaxeDRtbv5tdggKSANCiAgICAgICAgyc+6oyCjusnPuqPG1raryO28/tSwxeDRtdbQ0MQxusXC pTPCpSjOorXPyc+6o8Xg0bW7+bXYICkgDQogICAgICAgILGxvqkgo7q6o7Xt0MXPosK3MzO6xTUw OcrSKM6itc+xsb6pxeDRtbv5tdgpIA0KuavLvtb30rMgo7ogd3d3Lm1kZXZzb2Z0LmNvbS9jbiAN CsXg0bXTys/kIKO6IHNhbGVzQG1kZXZzb2Z0LmNvbQ0KxeDRtcjIz98go7ogMDc1NS04MTI4Mzkz MSAgICANCsGqIM+1IMjLIKO6ILvGz8jJ+iAgIA0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSANCtLU yc/Oqrvh1LG3/s7x0MXPoqOsyOe4+MTjtPjAtLK7sePJ7rHtx7jS4qOszcu2qcfru9i4tLW9o7po dW5hbnNsQHRvbS5jb20g0LvQuyENCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0= |
From: Yahoo! G. <confirm-s2-=Dr8WN0XiBNgAogScZJDhb8pPSI-gnuplot-bugs=<lis...@ya...> - 2007-04-07 18:26:01
|
Hello gnu...@li..., We have received your request to join the RayStockwell group hosted by Yahoo! Groups, a free, easy-to-use community service. This request will expire in 7 days. TO BECOME A MEMBER OF THE GROUP: 1) Go to the Yahoo! Groups site by clicking on this link: http://groups.yahoo.com/i?i=-Dr8WN0XiBNgAogScZJDhb8pPSI&e=gnuplot-bugs%40lists%2Esourceforge%2Enet (If clicking doesn't work, "Cut" and "Paste" the line above into your Web browser's address bar.) -OR- 2) REPLY to this email by clicking "Reply" and then "Send" in your email program If you did not request, or do not want, a membership in the RayStockwell group, please accept our apologies and ignore this message. Regards, Yahoo! Groups Customer Care Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ |
From: Yahoo! G. <confirm-s2-Zy6CI90p3=9d54n7yv8ODvWODv4-gnuplot-bugs=<lis...@ya...> - 2007-04-07 15:44:56
|
Hello gnu...@li..., We have received your request to join the czech-hymen group hosted by Yahoo! Groups, a free, easy-to-use community service. This request will expire in 7 days. TO BECOME A MEMBER OF THE GROUP: 1) Go to the Yahoo! Groups site by clicking on this link: http://groups.yahoo.com/i?i=Zy6CI90p3-9d54n7yv8ODvWODv4&e=gnuplot-bugs%40lists%2Esourceforge%2Enet (If clicking doesn't work, "Cut" and "Paste" the line above into your Web browser's address bar.) -OR- 2) REPLY to this email by clicking "Reply" and then "Send" in your email program If you did not request, or do not want, a membership in the czech-hymen group, please accept our apologies and ignore this message. Regards, Yahoo! Groups Customer Care Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ |
$BL$>5Bz9-9p"(9b5!G=!&3J0B!&%"%U%#%j%(%$%HEk:\%l%s%?%k%5!<%P!<$N$40FFb(B <$B;v6H<T(B>$B%_%k%V%l%$%s%:#L#L#C(B <$BAw?.<T(B>$BCf0f(B $BM5:H(B $B=;=j(B : $B@iMU8)A%66;T<c>>(B2-8-8 Phone : 050-5534-5385 E-mail: sa...@gi... $BG[?.2r=|$N>l9g$O!"$3$N%a!<%k$K!VG[?.ITMW!W$H$4JV?.2<$5$$!#(B $BFMA3$N%a!<%k$r<:NiCW$7$^$9!#(B $B:#2s!"J@<R%_%k%V%l%$%s%:#L#L#C$,Ds6!$5$;$F$$$?$@$$$F$*$j$^$9(B $B#M#y%l%s%?%k%5!<%P!<%7%j!<%:$N$40FFb$r$5$;$F$$$?$@$-$?$$$H;W$$$^$9!#(B $B#M#y%l%s%?%k%5!<%P!<%7%j!<%:$O!"(B $B$*5RMM$N%l%s%?%k%5!<%P!<$N$4MxMQMQES$K9g$o$;(B $B#3$D$N%V%i%s%I$r$4MQ0U$7$F$$$^$9!#(B $B#1!%%M%C%H%S%8%M%9$d%"%U%#%j%(%$%H1?1D$K:GE,!*!J7n3[#4#8#01_!A!K(B $B!!<+<R1?1D7?%"%U%#%j%(%$%H%7%9%F%`$rI8=`Ek:\$N(B $B!!!V#M#b%l%s%?%k%5!<%P!<!W(B( http://mbserver.jp/ ) $B#2!%BgMFNL!&9bE>AwNL!&9b5!G=!"A4$F$rHw$($F7n3[#7#4#91_!*(B $B!!!V%.%,%l%s%?%k%5!<%P!<!W(B( http://gigasrv.com/ ) $B#3!%7n3[#9#91_$+$i$N9b5!G=%l%s%?%k%5!<%P!<!*(B $B!!!V#9#91_%l%s%?%k%5!<%P!<!W(B( http://99yen.net/ ) $B%a!<%k%"%I%l%9:n@.?t$,L5@)8B!"%^%k%A%I%a%$%s:n@.?t$,L5@)8B!"(B $B$=$7$F$5$i$K(B MySQL & PostgreSQL $B%G!<%?%Y!<%9:n@.?t$,L5@)8B!J"(!K!"(B $B$H$$$&B><R$N%l%s%?%k%5!<%P!<$G$O$J$+$J$+8+$i$l$J$$$*F@$5$,Gd$j$G$9!#(B $B!J"(%G!<%?%Y!<%9$,L5@)8B$G$O$J$$3J0B%W%i%s$b$"$j$^$9!K(B $B$I$N%l%s%?%k%5!<%P!<$G$b8=:_%-%c%s%Z!<%sCf$N$?$a!"(B $B=i4|HqMQH>3[$H$5$;$F$$$?$@$$$F$*$j$^$9!#(B $B$<$R$40lFI$/$@$5$l$P$H;W$$$^$9!#!J%-%c%s%Z!<%s$O#47n#3#0F|$^$G$G$9!K(B $B$^$?!"#M#b%l%s%?%k%5!<%P!<$N%W%i%s>&IJ$N%"%U%#%j%(%$%?!<$bJg=8Cf$G$9!#(B $B#17@Ls$4$H$K#2#0#0#01_$N%$%s%;%s%F%#%V$r$*=P$7$7$F$$$^$9!#(B $B%"%U%#%j%(%$%H2q0w?=$79~$_%U%)!<%`!'(B https://mbserver.jp/affiliate/affiliate/register_form.php $B:G8e$^$G$*FI$_D:$-$^$7$FM-Fq$&$4$6$$$^$7$?!#(B $B3'MM$+$i$N$*Ld$$9g$o$;!"$*?=$79~$_$r$*BT$A$7$F$*$j$^$9!#(B $B$3$N%a!<%k$,:#8e$4ITMW$NJ}$O!"(B $B$*<j?t$r3]$1$^$9$,$3$N%a!<%k$K!VG[?.ITMW!W$H$4JV?.2<$5$$!#(B $B:#8e$NG[?.$rDd;_CW$7$^$9!#(B <$B;v6H<T(B>$B%_%k%V%l%$%s%:#L#L#C(B <$BAw?.<T(B>$BCf0f(B $BM5:H(B $B=;=j(B : $B@iMU8)A%66;T<c>>(B2-8-8 Phone : 050-5534-5385 E-mail: sa...@gi... $BG[?.2r=|$N>l9g$O!"$3$N%a!<%k$K!VG[?.ITMW!W$H$4JV?.2<$5$$!#(B |
From: <aer...@em...> - 2007-04-05 19:07:37
|
<html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>OPT IN EMAIL ADVERTISING</title> </head> <body> <div style="padding: 1; background-color: #FFFFFF"> <b> <font lang="0" face="Arial" color="#ff0000" size="4" FAMILY="SANSSERIF" PTSIZE="14"> ADVERTISE YOUR BUSINESS THROUGH EFFECTIVE EMAIL ADVERTISING! </font></b> <p><b><font size="4" face="Arial" color="#FF0000">Get <u>Instant Traffic and Sales</u> for Your Website Today!</font></b></div> <p><b><font face="Arial" color="#000080">We Can Send Your Email Ad Broadcast Out to Millions of Our Double Opt In List of Email Subscribers.<br> Get high quality targeted traffic today, for a fraction of the cost of: </font></b> <div style="background-color: #FFFFFF"> <p align="left"> <b><font face="Arial" color="#000080" style="font-size: 11pt">Search Engine Pay Per Clicks - Too Expensive!<br> Banner Ads - Ineffective!<br> Pop Up Ads - Poor Responses!<br> Getting your website to number one in the search engines is nearly impossible!</font></b></div> <p><b><blink><u><font face="Arial" color="#2E3C98">Our Email Advertising Program, will get your business results, instantly! </font></u></blink></b></p> <p><b><font color="#000080"><font style="font-size: 11pt" face="Arial">We get businesses & individuals great results by providing the most effective way to reach your target market. Email advertising messages are sent to 100% Double Opt-In customers. These are people who have specifically requested to receive your email advertising offer on your unique products and services.</font><span style="font-size: 11pt"> </span> </font></b></p> <p><b><font style="font-size: 11pt" face="Arial" color="#000080">Our job is to make your email campaigns a big success. Includes free phone and email support, along with a wealth of online resources for every customer. We also provide additional services to help you get<br> the most out of every email campaign you send. Get to know us and<br> you'll see why businesses are confidently sending millions of opt in email ads<br> with us, every day.</font></b></p> <p><font face="Arial" color="#2E3C98" style="font-size: 11pt"><b>With our</b></font> <b> <font lang="0" style="font-size: 11pt; background-color: #ffffff" face="Arial" color="#000080" PTSIZE="12" FAMILY="SANSSERIF" BACK="#ffffff"> email broadcast advertising, we can convert your website visitors to customers and boost your revenue today.<br> <i>We can show you how.</i><br> </font></b></p> <p><b> <font style="font-size: 11pt" face="Arial" color="#2e3c98"> <span style="background-color: #ffffff">For more information, please call (213) 291-1177 _______________________________________________________________________________________</font></b></span></p> <p align="center"><font face="Arial" color="#000080" size="1">You are receiving this message as an opt-in subscriber to Empire ltd or one of our marketing partners. <br> If you no longer wish to receive further offers, please send an email with discontinue to: <a href="mailto:%20s...@em...?subject=Discontinue"> su...@em...</a><br> Your email address will be removed within 24 hours.</font></p> <p align="center"><font face="Arial" color="#000080" size="1"><br> Empire Ltd<br> 27 Russel Ave<br> Edgewater, NJ <br> 07020</font></p> <p align="center"> </p> </body> </html> |
From: <eri...@ya...> - 2007-03-31 22:55:06
|
@ô¾©ç±»lCª éÀSÀSÌ®S³¿TCgð²ÄࢽµÜ·ô ôÀSÀSt[AhXÅÌo^àoÜ·ô @@@@@~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@@@@@@@@ @¥®S³¿ÌüûÍRR¥ @@@@@@@@@@ @«««««««««« c http://recipeforhate.sakura.ne.jp/kinjyo/ c cccccccccccccccccccccccccccccc @{CÌö¤ArdwthArWlXp[gi[AèØÁ½öÈÇlXÈ @@@@@«ª½o^IIÚI௶Èç¦A|àyII @@@@ ôÀSÀSt[AhXÅÌo^àoÜ·ô ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@@@@@@@@@@¥®S³¿ÌüûÍRR¥ @@@@@@@@@@ @«««««««««« c http://recipeforhate.sakura.ne.jp/kinjyo/ c@ cccccccccccccccccccccccccccccc ------------- @@@@«o^Ò²Ðî@@@@ --------------- Profile ¼OF ñÈ @@@@@@ @NîF21Î @ÊFLè @ .B.:*E.B.:*E.B.:*E.B.:*E ¾tUßåD«b? çêéÌåD«? «©ÑȪçÌ ªD«¾Á½èµÜ·B ´xªCBÌÆ´îªÜ鯷®ÜªÅĵÜÁ½èµÜ·BBB©ªÅÏÉIɲòd·é̪åD«Å·II .B.:*E.B.:*E.B.:*E.B.:*E ®S³¿üûË@http://recipeforhate.sakura.ne.jp/kinjyo/ ªcddcªcddcªcddcªcdcªcddcªcddcªcdcªcdcª @Profile ¼OF¥Ýè@@@@@@ @ NîF23Î @ ÊFLè *?*:;;;;;:*?*:;;;;;:*?*:;;;;;:*?:;;;;;:*?*:;;;;:*? 22ÎÌåw@¶A¥ÝèÅ·BæëµËô g·/Ìd:158cm/42kg X[TCY:88(E)-57-89 *:..¡o*ßNßߥ*:..¡o*ßNßߥ*:..¡o*ßNß ¥ÝèÍA´ªÂç¢Ã¦ñV³ñÅA NãÌj«ÉDµ³êé̪åD«Å·B *?*:;;;;;:*?*:;;;;;:*?*:;;;;;:*?:;;;;;:*?*:;;;;:*? ®S³¿üûË@http://recipeforhate.sakura.ne.jp/kinjyo/ @ ªcddcªcddcªcddcªcdcªcddcªcddcªcdcªcdcª |
From: <HBB...@t-...> - 2007-03-31 12:33:32
|
Beardsley, Reginald [contractor] wrote: > The Postscript output is correct. It's probably the result of the X11 > implementation not supporting text rotation in the expected manner. For some reason on the other, it seems to be always Sun's X11 implementation that throws monkey wrenches like this. Could you test the 'fastrotate' resource flag on this (--> help x11 other_resources)? |