<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1920</id>
	<title>Nabble - Gnuplot</title>
	<updated>2009-11-09T03:11:40Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnuplot-f1920.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnuplot-f1920.html" />
	<subtitle type="html">Gnuplot is a portable command-line driven interactive data and function plotting utility for UNIX, IBM OS/2, MS Windows, DOS, Macintosh, VMS, Atari and many other platforms. It was originally intended as to allow scientists and students to visualize mathematical functions and data. It does this job pretty well, but has grown to support many non-interactive uses, including web scripting and integration as a plotting engine for third-party applications like Octave. Gnuplot supports many types of plots in either 2D and 3D. It can draw using lines, points, boxes, contours, vector fields, surfaces, and various associated text. It also supports various specialized plot types. Gnuplot home is &lt;a href=&quot;http://www.gnuplot.info/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26264622</id>
	<title>Re: Problem and solution: Patch for new &quot;stats&quot; command</title>
	<published>2009-11-09T03:11:40Z</published>
	<updated>2009-11-09T03:11:40Z</updated>
	<author>
		<name>Tait</name>
	</author>
	<content type="html">&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.phyast.pitt.edu/~zov1/gnuplot/patch/stats.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.phyast.pitt.edu/~zov1/gnuplot/patch/stats.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Forgive me for not actually looking at the code (yet), but a couple
&lt;br&gt;questions sprang immediately to mind.
&lt;br&gt;&lt;br&gt;Mean as used here seems to be the arithmetic mean. What about the geometric
&lt;br&gt;mean? (Or harmonic mean, or any of the other types of averages?)
&lt;br&gt;&lt;br&gt;Is the standard deviation calculated as for a population, or a sample? Is
&lt;br&gt;there a way for a user to request the other?
&lt;br&gt;&lt;br&gt;I have always addressed these sorts of issues by using a tool that's
&lt;br&gt;designed for manipulating arbitrary data sets (Perl in my case, but there
&lt;br&gt;are others). This has the advantage of providing infinite flexibility,
&lt;br&gt;subroutines, complex logical conditions, modules or libraries, abstraction
&lt;br&gt;and re-use, and all those things that gnuplot doesn't have. The external
&lt;br&gt;tool then generates output that's fed to gnuplot.
&lt;br&gt;&lt;br&gt;I wonder, rather than providing a restricted set of pre-defined functions,
&lt;br&gt;is there a way to allow the user to provide a formula or expression that
&lt;br&gt;will be applied across multiple rows? Then the user could calculate the
&lt;br&gt;mean (whatever that means to their application) or standard deviation or
&lt;br&gt;some other arbitrary metric on their own.
&lt;br&gt;&lt;br&gt;Tait
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264622&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-and-solution%3A-Patch-for-new-%22stats%22-command-tp26257488p26264622.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261683</id>
	<title>Re: possible glitches  [was: Patch for new &quot;stats&quot; command]</title>
	<published>2009-11-08T22:06:55Z</published>
	<updated>2009-11-08T22:06:55Z</updated>
	<author>
		<name>Ethan Merritt</name>
	</author>
	<content type="html">On Sunday 08 November 2009, Philipp K. Janert wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regarding binary and matrix data: If you look at the
&lt;br&gt;&amp;gt; documentation, you will notice that we dont' claim
&lt;br&gt;&amp;gt; to support either binary nor matrix data. I guess
&lt;br&gt;&amp;gt; we should have been more explicit about flagging
&lt;br&gt;&amp;gt; those keywords as errors on the command line.
&lt;br&gt;&lt;br&gt;Binary data is important, I think.
&lt;br&gt;You should get binary support for free since you are calling
&lt;br&gt;df_readline(), which already knows how to deal with binary input.
&lt;br&gt;&lt;br&gt;I think the glitch is not because it's binary, but because it's
&lt;br&gt;an array of data values. &amp;nbsp;For the purpose of finding min/max/mean
&lt;br&gt;we don't care about that, but the program returns the values
&lt;br&gt;internally via column 3 rather than column 1. &amp;nbsp;
&lt;br&gt;I think... I get confused every time I have to use a &amp;quot;using&amp;quot; statement
&lt;br&gt;with matrix or array input data.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; How important is the matrix format overall, and in particular
&lt;br&gt;&amp;gt; outside of splot?
&lt;br&gt;&lt;br&gt;Doesn't have anything to do with splot.
&lt;br&gt;&lt;br&gt;Think about setting the color palette for a 2D heat map based
&lt;br&gt;on the stats of the data being displayed. &amp;nbsp;As the program is
&lt;br&gt;now, you can set the cbrange manually based on prior knowledge
&lt;br&gt;or you can autoscale to the full min/max range. &amp;nbsp;It would be
&lt;br&gt;very much in the spirit of your &amp;quot;stats&amp;quot; patch to facilitate
&lt;br&gt;setting the cbrange based on mean/stddev.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ethan
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261683&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/possible-glitches---was%3A-Patch-for-new-%22stats%22-command--tp26261410p26261683.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261682</id>
	<title>Re: valid/invalid points [was: Patch for new &quot;stats&quot; command]</title>
	<published>2009-11-08T22:04:42Z</published>
	<updated>2009-11-08T22:04:42Z</updated>
	<author>
		<name>Philipp K. Janert</name>
	</author>
	<content type="html">On Sunday 08 November 2009 09:11:58 pm Ethan Merritt wrote:
&lt;br&gt;&amp;gt; On Sunday 08 November 2009, Philipp K. Janert wrote:
&lt;br&gt;&amp;gt; &amp;gt; We'd like to hear feedback and suggestions. Is this
&lt;br&gt;&amp;gt; &amp;gt; useful? Are we missing anything?
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;I think this is due to the &amp;quot;using (1)&amp;quot; - it should be ($1).
&lt;br&gt;When I do this with &amp;quot;using ($1)&amp;quot;, the stats command
&lt;br&gt;reports on the invalid entry as it should.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; - I don't know how to interpret this behaviour:
&lt;br&gt;&amp;gt; gnuplot&amp;gt; stats '-' using (1)
&lt;br&gt;&amp;gt; input data ('e' ends) &amp;gt; 1
&lt;br&gt;&amp;gt; input data ('e' ends) &amp;gt; 2
&lt;br&gt;&amp;gt; input data ('e' ends) &amp;gt; NaN
&lt;br&gt;&amp;gt; input data ('e' ends) &amp;gt; 4
&lt;br&gt;&amp;gt; input data ('e' ends) &amp;gt; 5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; * FILE:
&lt;br&gt;&amp;gt; &amp;nbsp; Records: &amp;nbsp; &amp;nbsp; &amp;nbsp;4
&lt;br&gt;&amp;gt; &amp;nbsp; Invalid: &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br&gt;&amp;gt; &amp;nbsp; Blank: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br&gt;&amp;gt; &amp;nbsp; Data Blocks: &amp;nbsp;1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Why is the NaN not listed as either &amp;quot;invalid&amp;quot; or &amp;quot;blank&amp;quot;?
&lt;br&gt;&amp;gt; Same thing happens for '?' or Inf or junk.
&lt;br&gt;&amp;gt; I don't think this is being tracked correctly.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; NB: We exchanged Email off-list about making df_readline() more consistent
&lt;br&gt;&amp;gt; about returning DF_UNDEFINED, DF_MISSING, and so on. &amp;nbsp;Totally aside from
&lt;br&gt;&amp;gt; keeping statistics, does anyone object to making
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; plot 'foo'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; plot 'foo' using 1:2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; plot 'foo' using ($1):($2)
&lt;br&gt;&amp;gt; all consistently return DF_MISSING and DF_UNDEFINED?
&lt;br&gt;&amp;gt; Right now all three behave differently.
&lt;/div&gt;&lt;br&gt;I completely agree. I would be great if readline
&lt;br&gt;was behaving consistently. But we did not feel
&lt;br&gt;confident to make changes to a routine that is
&lt;br&gt;so central.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261682&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-and-solution%3A-Patch-for-new-%22stats%22-command-tp26257488p26261682.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261501</id>
	<title>Re: possible glitches  [was: Patch for new &quot;stats&quot; command]</title>
	<published>2009-11-08T21:31:55Z</published>
	<updated>2009-11-08T21:31:55Z</updated>
	<author>
		<name>Philipp K. Janert</name>
	</author>
	<content type="html">On Sunday 08 November 2009 09:14:36 pm Ethan Merritt wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;On Sunday 08 November 2009, Philipp K. Janert wrote:
&lt;br&gt;&amp;gt; &amp;gt; We'd like to hear feedback and suggestions. Is this
&lt;br&gt;&amp;gt; &amp;gt; useful? Are we missing anything?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Some first thoughts:
&lt;br&gt;&amp;gt; =======================
&lt;br&gt;&amp;gt; - &amp;nbsp;int_error( NO_CARET,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;Out of memory in stats: too many datapoints (%d)?&amp;quot;, max_n );
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Can this really happen? &amp;nbsp; Does the session survive?
&lt;br&gt;&lt;br&gt;Probably not. But then again, if you are out of memory
&lt;br&gt;here, there is probably little useful you can do with the
&lt;br&gt;session going forward. For me, the purpose of this
&lt;br&gt;command was to at least tell the user what was wrong,
&lt;br&gt;rather than dying silently.
&lt;br&gt;&lt;br&gt;Regarding binary and matrix data: If you look at the
&lt;br&gt;documentation, you will notice that we dont' claim
&lt;br&gt;to support either binary nor matrix data. I guess
&lt;br&gt;we should have been more explicit about flagging
&lt;br&gt;those keywords as errors on the command line.
&lt;br&gt;&lt;br&gt;That is a limitation, but it's not clear to me how much
&lt;br&gt;of a real limitation this is in practice. How important
&lt;br&gt;is the matrix format overall, and in particular outside
&lt;br&gt;of splot?
&lt;br&gt;&lt;br&gt;(I think the &amp;quot;fit&amp;quot; command does not handle either
&lt;br&gt;format, either.)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; =========================
&lt;br&gt;&amp;gt; - What's the intent with binary data? &amp;nbsp;Simple attempt based on image.dem
&lt;br&gt;&amp;gt; &amp;nbsp; doesn't work:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gnuplot&amp;gt; plot 'blutux.rgb' binary array=(128,128) dx=1 flip=y
&lt;br&gt;&amp;gt; rotation=0.5pi \ origin=(0,0) format='%uchar' using ($1+$2+$3)/3 with image
&lt;br&gt;&amp;gt; gnuplot&amp;gt; stats 'blutux.rgb' binary array=(128,128) format='%uchar' using
&lt;br&gt;&amp;gt; ($1+$2+$3)/3 ^ Need 0 to 2 using specs for stats command
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ========================
&lt;br&gt;&amp;gt; - I don't know what values are being pulled from this data,
&lt;br&gt;&amp;gt; &amp;nbsp; but the stats don't look right :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gnuplot&amp;gt; stats '-' matrix
&lt;br&gt;&amp;gt; input data ('e' ends) &amp;gt; 1 2 3 4
&lt;br&gt;&amp;gt; input data ('e' ends) &amp;gt; 1 2 3 4
&lt;br&gt;&amp;gt; input data ('e' ends) &amp;gt; 1 2 3 4
&lt;br&gt;&amp;gt; input data ('e' ends) &amp;gt; 1 2 3 4
&lt;br&gt;&amp;gt; input data ('e' ends) &amp;gt; e
&lt;br&gt;&amp;gt; input data ('e' ends) &amp;gt; e
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; * FILE:
&lt;br&gt;&amp;gt; &amp;nbsp; Records: &amp;nbsp; &amp;nbsp; &amp;nbsp;16
&lt;br&gt;&amp;gt; &amp;nbsp; Invalid: &amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&amp;gt; &amp;nbsp; Blank: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3
&lt;br&gt;&amp;gt; &amp;nbsp; Data Blocks: &amp;nbsp; 1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; * COLUMNS:
&lt;br&gt;&amp;gt; &amp;nbsp; Mean: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.5000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.5000
&lt;br&gt;&amp;gt; &amp;nbsp; Std Dev: &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.1180 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.1180
&lt;br&gt;&amp;gt; &amp;nbsp; Sum x: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;24.0000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40.0000
&lt;br&gt;&amp;gt; &amp;nbsp; Sum x^2: &amp;nbsp; &amp;nbsp; &amp;nbsp;56.0000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 120.0000
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; Minimum: &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0000 [ 1] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0000 [ 1]
&lt;br&gt;&amp;gt; &amp;nbsp; Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0000 [ 2] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.0000 [ 2]
&lt;br&gt;&amp;gt; &amp;nbsp; Median: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.0000 [ 3] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.0000 [ 3]
&lt;br&gt;&amp;gt; &amp;nbsp; Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;3.0000 [ 4] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4.0000 [ 4]
&lt;br&gt;&amp;gt; &amp;nbsp; Maximum: &amp;nbsp; &amp;nbsp; &amp;nbsp; 3.0000 [16] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4.0000 [16]
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261501&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/possible-glitches---was%3A-Patch-for-new-%22stats%22-command--tp26261410p26261501.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261469</id>
	<title>Re: Function stats  [was: Patch for new &quot;stats&quot; command]</title>
	<published>2009-11-08T21:26:30Z</published>
	<updated>2009-11-08T21:26:30Z</updated>
	<author>
		<name>Philipp K. Janert</name>
	</author>
	<content type="html">On Sunday 08 November 2009 09:14:16 pm Ethan Merritt wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;On Sunday 08 November 2009, Philipp K. Janert wrote:
&lt;br&gt;&amp;gt; &amp;gt; We'd like to hear feedback and suggestions. Is this
&lt;br&gt;&amp;gt; &amp;gt; useful? Are we missing anything?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Some first thoughts:
&lt;br&gt;&lt;br&gt;Thanks for checking it out!
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The behaviour for functions is not as obvious as for files of
&lt;br&gt;&amp;gt; data points. &amp;nbsp;For example:
&lt;br&gt;&lt;br&gt;I am not sure. I find this a little unfair. There is
&lt;br&gt;no claim that the stats command does function
&lt;br&gt;minimization. It finds the extrema in the data sets
&lt;br&gt;passed to it. And that it does correctly, I think.
&lt;br&gt;(Even in the example given below.)
&lt;br&gt;&lt;br&gt;Let me state it again: the stats command works
&lt;br&gt;on data sets. Not functions (in the analytic sense).
&lt;br&gt;I don't think it would be reasonable to expect 
&lt;br&gt;anything else.
&lt;br&gt;&lt;br&gt;Regarding &amp;quot;the&amp;quot; min/max : you are right, the documentation
&lt;br&gt;could be clearer. If there are multiple points in a data set,
&lt;br&gt;all of which are of the same (minimal) value, then the stats
&lt;br&gt;command currently makes no guarantee for which of those
&lt;br&gt;points it will report the position in the file. It will just report
&lt;br&gt;the position of one of them.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;gnuplot&amp;gt; set xrange [0:10]
&lt;br&gt;&amp;gt; &amp;nbsp;gnuplot&amp;gt; stats '+' using 1:(sin($1))
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;* FILE:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Records: &amp;nbsp; &amp;nbsp; &amp;nbsp;100
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;* COLUMNS:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Mean: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5.0000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.1792
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Minimum: &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0000 [ &amp;nbsp;1] &amp;nbsp; &amp;nbsp; &amp;nbsp; -0.9994 [ 48]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5253 [ 26] &amp;nbsp; &amp;nbsp; &amp;nbsp; -0.3837 [ 36]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Median: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5.0505 [ 51] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.3082 [ 29]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;7.5758 [ 76] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.8075 [ 85]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Maximum: &amp;nbsp; &amp;nbsp; &amp;nbsp;10.0000 [100] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.9997 [ 79]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;gnuplot&amp;gt; set samples 1000
&lt;br&gt;&amp;gt; &amp;nbsp;gnuplot&amp;gt; stats '+' using 1:(sin($1))
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;* FILE:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Records: &amp;nbsp; &amp;nbsp; &amp;nbsp;1000
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;* COLUMNS:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Mean: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5.0000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.1835
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Minimum: &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0000 [ &amp;nbsp; 1] &amp;nbsp; &amp;nbsp; &amp;nbsp; -1.0000 [ 472]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5025 [ 251] &amp;nbsp; &amp;nbsp; &amp;nbsp; -0.3941 [ 983]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Median: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5.0050 [ 501] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.3149 [ &amp;nbsp;33]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;7.5075 [ 751] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.8113 [ 848]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Maximum: &amp;nbsp; &amp;nbsp; &amp;nbsp;10.0000 [1000] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0000 [ 158]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I find several things disconcerting about this output, although
&lt;br&gt;&amp;gt; I know what the underlying causes are.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;- The min/max are artifacts of the sampling.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;They're not even symmetric even though sin(x) is a symmetric function
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;You can reduce the problem by increasing the number of samples, but I
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;think more drastic alternatives should be considered
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;1) The 'stats' command could refuse to operate on functions
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;2) The 'stats' command could temporarily bump up the sampling rate
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; by 100x
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;3) The 'stats' command could do a systematic search in the area of
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; the nominal extrema to determine more accurate values.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Even so, if the sampling is too coarse it may miss a true extremum
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; that lies elsewhere.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;- The &amp;quot;mean&amp;quot; of a periodic function would normally be calculated over
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;one period of the function rather than an arbitrary range.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Yeah, I know, I gave an explicit xrange. &amp;nbsp;But still...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;- The quantities in [] are documented as &amp;quot;the&amp;quot; point at which the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;min/max/whatever occurs. &amp;nbsp;But there is no expectation for either data
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;or functions that the minimum, for example, is only acheived only at a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;single point. &amp;nbsp; I don't think it makes any sense to give these values
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;unless the data or function is monotonic. &amp;nbsp;And given sampling artifacts,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;it probably makes no sense to give them for function data at all.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261469&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-and-solution%3A-Patch-for-new-%22stats%22-command-tp26257488p26261469.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261410</id>
	<title>possible glitches  [was: Patch for new &quot;stats&quot; command]</title>
	<published>2009-11-08T21:14:36Z</published>
	<updated>2009-11-08T21:14:36Z</updated>
	<author>
		<name>Ethan Merritt</name>
	</author>
	<content type="html">&amp;nbsp;On Sunday 08 November 2009, Philipp K. Janert wrote:
&lt;br&gt;&amp;gt; We'd like to hear feedback and suggestions. Is this
&lt;br&gt;&amp;gt; useful? Are we missing anything?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Some first thoughts:
&lt;br&gt;=======================
&lt;br&gt;- &amp;nbsp;int_error( NO_CARET,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;Out of memory in stats: too many datapoints (%d)?&amp;quot;, max_n );
&lt;br&gt;&amp;nbsp; &amp;nbsp;Can this really happen? &amp;nbsp; Does the session survive?
&lt;br&gt;&lt;br&gt;&lt;br&gt;=========================
&lt;br&gt;- What's the intent with binary data? &amp;nbsp;Simple attempt based on image.dem
&lt;br&gt;&amp;nbsp; doesn't work:
&lt;br&gt;&lt;br&gt;gnuplot&amp;gt; plot 'blutux.rgb' binary array=(128,128) dx=1 flip=y rotation=0.5pi \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;origin=(0,0) format='%uchar' using ($1+$2+$3)/3 with image
&lt;br&gt;gnuplot&amp;gt; stats 'blutux.rgb' binary array=(128,128) format='%uchar' using ($1+$2+$3)/3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ^
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Need 0 to 2 using specs for stats command
&lt;br&gt;&lt;br&gt;&lt;br&gt;========================
&lt;br&gt;- I don't know what values are being pulled from this data, 
&lt;br&gt;&amp;nbsp; but the stats don't look right :-)
&lt;br&gt;&lt;br&gt;gnuplot&amp;gt; stats '-' matrix
&lt;br&gt;input data ('e' ends) &amp;gt; 1 2 3 4 
&lt;br&gt;input data ('e' ends) &amp;gt; 1 2 3 4 
&lt;br&gt;input data ('e' ends) &amp;gt; 1 2 3 4 
&lt;br&gt;input data ('e' ends) &amp;gt; 1 2 3 4 
&lt;br&gt;input data ('e' ends) &amp;gt; e &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;input data ('e' ends) &amp;gt; e &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;* FILE:
&lt;br&gt;&amp;nbsp; Records: &amp;nbsp; &amp;nbsp; &amp;nbsp;16
&lt;br&gt;&amp;nbsp; Invalid: &amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&amp;nbsp; Blank: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3
&lt;br&gt;&amp;nbsp; Data Blocks: &amp;nbsp; 1
&lt;br&gt;&lt;br&gt;* COLUMNS:
&lt;br&gt;&amp;nbsp; Mean: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.5000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.5000
&lt;br&gt;&amp;nbsp; Std Dev: &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.1180 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.1180
&lt;br&gt;&amp;nbsp; Sum x: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;24.0000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40.0000
&lt;br&gt;&amp;nbsp; Sum x^2: &amp;nbsp; &amp;nbsp; &amp;nbsp;56.0000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 120.0000
&lt;br&gt;&lt;br&gt;&amp;nbsp; Minimum: &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0000 [ 1] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0000 [ 1]
&lt;br&gt;&amp;nbsp; Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0000 [ 2] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.0000 [ 2]
&lt;br&gt;&amp;nbsp; Median: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.0000 [ 3] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.0000 [ 3]
&lt;br&gt;&amp;nbsp; Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;3.0000 [ 4] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4.0000 [ 4]
&lt;br&gt;&amp;nbsp; Maximum: &amp;nbsp; &amp;nbsp; &amp;nbsp; 3.0000 [16] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4.0000 [16]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261410&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/possible-glitches---was%3A-Patch-for-new-%22stats%22-command--tp26261410p26261410.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261409</id>
	<title>Function stats  [was: Patch for new &quot;stats&quot; command]</title>
	<published>2009-11-08T21:14:16Z</published>
	<updated>2009-11-08T21:14:16Z</updated>
	<author>
		<name>Ethan Merritt</name>
	</author>
	<content type="html">&amp;nbsp;On Sunday 08 November 2009, Philipp K. Janert wrote:
&lt;br&gt;&amp;gt; We'd like to hear feedback and suggestions. Is this
&lt;br&gt;&amp;gt; useful? Are we missing anything?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Some first thoughts:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;The behaviour for functions is not as obvious as for files of
&lt;br&gt;data points. &amp;nbsp;For example:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;gnuplot&amp;gt; set xrange [0:10]
&lt;br&gt;&amp;nbsp;gnuplot&amp;gt; stats '+' using 1:(sin($1))
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;* FILE:
&lt;br&gt;&amp;nbsp; &amp;nbsp;Records: &amp;nbsp; &amp;nbsp; &amp;nbsp;100
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;* COLUMNS:
&lt;br&gt;&amp;nbsp; &amp;nbsp;Mean: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5.0000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.1792
&lt;br&gt;&amp;nbsp; &amp;nbsp;Minimum: &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0000 [ &amp;nbsp;1] &amp;nbsp; &amp;nbsp; &amp;nbsp; -0.9994 [ 48]
&lt;br&gt;&amp;nbsp; &amp;nbsp;Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5253 [ 26] &amp;nbsp; &amp;nbsp; &amp;nbsp; -0.3837 [ 36]
&lt;br&gt;&amp;nbsp; &amp;nbsp;Median: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5.0505 [ 51] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.3082 [ 29]
&lt;br&gt;&amp;nbsp; &amp;nbsp;Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;7.5758 [ 76] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.8075 [ 85]
&lt;br&gt;&amp;nbsp; &amp;nbsp;Maximum: &amp;nbsp; &amp;nbsp; &amp;nbsp;10.0000 [100] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.9997 [ 79]
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;gnuplot&amp;gt; set samples 1000
&lt;br&gt;&amp;nbsp;gnuplot&amp;gt; stats '+' using 1:(sin($1))
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;* FILE:
&lt;br&gt;&amp;nbsp; &amp;nbsp;Records: &amp;nbsp; &amp;nbsp; &amp;nbsp;1000
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;* COLUMNS:
&lt;br&gt;&amp;nbsp; &amp;nbsp;Mean: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5.0000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.1835
&lt;br&gt;&amp;nbsp; &amp;nbsp;Minimum: &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0000 [ &amp;nbsp; 1] &amp;nbsp; &amp;nbsp; &amp;nbsp; -1.0000 [ 472]
&lt;br&gt;&amp;nbsp; &amp;nbsp;Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5025 [ 251] &amp;nbsp; &amp;nbsp; &amp;nbsp; -0.3941 [ 983]
&lt;br&gt;&amp;nbsp; &amp;nbsp;Median: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5.0050 [ 501] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.3149 [ &amp;nbsp;33]
&lt;br&gt;&amp;nbsp; &amp;nbsp;Quartile: &amp;nbsp; &amp;nbsp; &amp;nbsp;7.5075 [ 751] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.8113 [ 848]
&lt;br&gt;&amp;nbsp; &amp;nbsp;Maximum: &amp;nbsp; &amp;nbsp; &amp;nbsp;10.0000 [1000] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0000 [ 158]
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I find several things disconcerting about this output, although
&lt;br&gt;I know what the underlying causes are.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;- The min/max are artifacts of the sampling.
&lt;br&gt;&amp;nbsp; &amp;nbsp;They're not even symmetric even though sin(x) is a symmetric function
&lt;br&gt;&amp;nbsp; &amp;nbsp;You can reduce the problem by increasing the number of samples, but I
&lt;br&gt;&amp;nbsp; &amp;nbsp;think more drastic alternatives should be considered
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1) The 'stats' command could refuse to operate on functions
&lt;br&gt;&amp;nbsp; &amp;nbsp;2) The 'stats' command could temporarily bump up the sampling rate
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; by 100x 
&lt;br&gt;&amp;nbsp; &amp;nbsp;3) The 'stats' command could do a systematic search in the area of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; the nominal extrema to determine more accurate values. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Even so, if the sampling is too coarse it may miss a true extremum 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; that lies elsewhere. 
&lt;br&gt;&lt;br&gt;&amp;nbsp;- The &amp;quot;mean&amp;quot; of a periodic function would normally be calculated over
&lt;br&gt;&amp;nbsp; &amp;nbsp;one period of the function rather than an arbitrary range.
&lt;br&gt;&amp;nbsp; &amp;nbsp;Yeah, I know, I gave an explicit xrange. &amp;nbsp;But still...
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;- The quantities in [] are documented as &amp;quot;the&amp;quot; point at which the
&lt;br&gt;&amp;nbsp; &amp;nbsp;min/max/whatever occurs. &amp;nbsp;But there is no expectation for either data
&lt;br&gt;&amp;nbsp; &amp;nbsp;or functions that the minimum, for example, is only acheived only at a
&lt;br&gt;&amp;nbsp; &amp;nbsp;single point. &amp;nbsp; I don't think it makes any sense to give these values
&lt;br&gt;&amp;nbsp; &amp;nbsp;unless the data or function is monotonic. &amp;nbsp;And given sampling artifacts,
&lt;br&gt;&amp;nbsp; &amp;nbsp;it probably makes no sense to give them for function data at all.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261409&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-and-solution%3A-Patch-for-new-%22stats%22-command-tp26257488p26261409.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26261401</id>
	<title>valid/invalid points [was: Patch for new &quot;stats&quot; command]</title>
	<published>2009-11-08T21:11:58Z</published>
	<updated>2009-11-08T21:11:58Z</updated>
	<author>
		<name>Ethan Merritt</name>
	</author>
	<content type="html">On Sunday 08 November 2009, Philipp K. Janert wrote:
&lt;br&gt;&amp;gt; We'd like to hear feedback and suggestions. Is this
&lt;br&gt;&amp;gt; useful? Are we missing anything?
&lt;br&gt;&lt;br&gt;- I don't know how to interpret this behaviour:
&lt;br&gt;gnuplot&amp;gt; stats '-' using (1)
&lt;br&gt;input data ('e' ends) &amp;gt; 1 &amp;nbsp; 
&lt;br&gt;input data ('e' ends) &amp;gt; 2 &amp;nbsp; 
&lt;br&gt;input data ('e' ends) &amp;gt; NaN
&lt;br&gt;input data ('e' ends) &amp;gt; 4
&lt;br&gt;input data ('e' ends) &amp;gt; 5
&lt;br&gt;&lt;br&gt;* FILE:
&lt;br&gt;&amp;nbsp; Records: &amp;nbsp; &amp;nbsp; &amp;nbsp;4
&lt;br&gt;&amp;nbsp; Invalid: &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br&gt;&amp;nbsp; Blank: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0
&lt;br&gt;&amp;nbsp; Data Blocks: &amp;nbsp;1
&lt;br&gt;&lt;br&gt;Why is the NaN not listed as either &amp;quot;invalid&amp;quot; or &amp;quot;blank&amp;quot;?
&lt;br&gt;Same thing happens for '?' or Inf or junk.
&lt;br&gt;I don't think this is being tracked correctly.
&lt;br&gt;&lt;br&gt;NB: We exchanged Email off-list about making df_readline() more consistent
&lt;br&gt;about returning DF_UNDEFINED, DF_MISSING, and so on. &amp;nbsp;Totally aside from
&lt;br&gt;keeping statistics, does anyone object to making
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; plot 'foo' 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; plot 'foo' using 1:2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; plot 'foo' using ($1):($2)
&lt;br&gt;all consistently return DF_MISSING and DF_UNDEFINED?
&lt;br&gt;Right now all three behave differently.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26261401&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-and-solution%3A-Patch-for-new-%22stats%22-command-tp26257488p26261401.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26257592</id>
	<title>terminal postscript incompatible with option set pm3d interpolate</title>
	<published>2009-11-08T12:27:58Z</published>
	<updated>2009-11-08T12:27:58Z</updated>
	<author>
		<name>sebastiano</name>
	</author>
	<content type="html">Hy,
&lt;br&gt;&lt;br&gt;I have a problem using gnuplot version 4.3.2(?) on Linux-Suse: when I try to print an output on &lt;b&gt;terminal postscript&lt;/b&gt;&amp;nbsp;using the option &lt;b&gt;set pm3d interpolate&lt;/b&gt;, the surface does not appear on output file:
&lt;br&gt;any suggestion?
&lt;br&gt;&lt;br&gt;thanks in advance &lt;img class='smiley' src='http://old.nabble.com/images/smiley/smiley_beam.gif' /&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/terminal-postscript-incompatible-with-option-set-pm3d-interpolate-tp26257592p26257592.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26257488</id>
	<title>Problem and solution: Patch for new &quot;stats&quot; command</title>
	<published>2009-11-08T12:17:50Z</published>
	<updated>2009-11-08T12:17:50Z</updated>
	<author>
		<name>Philipp K. Janert</name>
	</author>
	<content type="html">&lt;br&gt;Here is a recurrent problem I often have:
&lt;br&gt;&lt;br&gt;Frequently, I would like to plot some data after
&lt;br&gt;subtracting off the mean. Or I would like to 
&lt;br&gt;normalize the variation by dividing with the 
&lt;br&gt;standard deviation. Or I'd like to form a normalized
&lt;br&gt;histogram, by passing the number of records in 
&lt;br&gt;the data set to &amp;quot;smooth frequency&amp;quot;.
&lt;br&gt;&lt;br&gt;Currently, I always have to invoke an external
&lt;br&gt;program to find these quantities, which is always
&lt;br&gt;a little inconvenient in interactive use, and pretty
&lt;br&gt;painful when scripting gnuplot. When not on Unix,
&lt;br&gt;it may be quite difficult!
&lt;br&gt;&lt;br&gt;For the last few weeks, &amp;nbsp;Zoltán and I have been 
&lt;br&gt;working on a command that calculates the most
&lt;br&gt;important such quantities from a data file, displays
&lt;br&gt;them, and (optionally) assigns them to variables in
&lt;br&gt;the current gnuplot session. 
&lt;br&gt;&lt;br&gt;You can see some examples of what you can do 
&lt;br&gt;with this command here:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.phyast.pitt.edu/~zov1/gnuplot/patch/stats.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.phyast.pitt.edu/~zov1/gnuplot/patch/stats.html&lt;/a&gt;&lt;br&gt;and you can read the full documentation here:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.phyast.pitt.edu/~zov1/gnuplot/patch/stats_help.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.phyast.pitt.edu/~zov1/gnuplot/patch/stats_help.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;I uploaded a patch with our changes to sourceforge.
&lt;br&gt;&lt;br&gt;We'd like to hear feedback and suggestions. Is this
&lt;br&gt;useful? Are we missing anything?
&lt;br&gt;&lt;br&gt;We'd also like to encourage everyone to build the
&lt;br&gt;patch and play with it - each additional user finds
&lt;br&gt;a new class of bugs!
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ph.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26257488&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-and-solution%3A-Patch-for-new-%22stats%22-command-tp26257488p26257488.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26255969</id>
	<title>Re: public transport plotting again</title>
	<published>2009-11-08T09:42:24Z</published>
	<updated>2009-11-08T09:42:24Z</updated>
	<author>
		<name>Thomas Sefzick</name>
	</author>
	<content type="html">assuming that the number of different line thicknesses is limited
&lt;br&gt;the following could work:
&lt;br&gt;&lt;br&gt;data file:
&lt;br&gt;1 2 3 4 1
&lt;br&gt;3 4 2 1 2
&lt;br&gt;2 1 4 2 3
&lt;br&gt;&lt;br&gt;plot script:
&lt;br&gt;set xrange [0:5]
&lt;br&gt;set yrange [0:5]
&lt;br&gt;plot &amp;quot;datafilename&amp;quot; using ($5==1?$1:0/0):2:($3-$1):($4-$2) with vector nohead linetype 1 linewidth 1, \
&lt;br&gt;&amp;quot;&amp;quot; using ($5==2?$1:0/0):2:($3-$1):($4-$2) with vector nohead linetype 1 linewidth 2, \
&lt;br&gt;&amp;quot;&amp;quot; using ($5==3?$1:0/0):2:($3-$1):($4-$2) with vector nohead linetype 1 linewidth 3
&lt;br&gt;&lt;br&gt;you may specify a range of 'column 5'-values for a single line width:
&lt;br&gt;using ($5&amp;gt;0&amp;&amp;$5&amp;lt;2?$1:0/0):.....
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;herrdeh wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hello everybody,
&lt;br&gt;&lt;br&gt;as I do not make any progress with compiling from CVS, I'm seeking &amp;nbsp;
&lt;br&gt;for alternative solutions for my problem.
&lt;br&gt;&lt;br&gt;Having done some work meanwhile, I found that it makes sense to &amp;nbsp;
&lt;br&gt;provide just a rough sketch with gnuplot, as a bit of hand work in &amp;nbsp;
&lt;br&gt;inkscape is necessary anyways to make it really look nice. So I &amp;nbsp;
&lt;br&gt;reduced the job to the following:
&lt;br&gt;&lt;br&gt;Given is a list, each line is containing two sets of x-y-coordinates. &amp;nbsp;
&lt;br&gt;Each linie should produce one stroke in the plot, leading from &amp;nbsp;
&lt;br&gt;coordinate set 1 to coordinate set 2.
&lt;br&gt;&lt;br&gt;The luxury variant would be to have linewidth determined by an entry &amp;nbsp;
&lt;br&gt;in column 5 - but that's not really essential.
&lt;br&gt;Something like
&lt;br&gt;&lt;br&gt;&amp;quot;using ::::5 with lines linewidth variable&amp;quot;
&lt;br&gt;&lt;br&gt;seems not to work in gnuplot 4.2.5 - the version I can't go behind…
&lt;br&gt;&lt;br&gt;Any help will be appreciated.
&lt;br&gt;&lt;br&gt;Greetings,
&lt;br&gt;&lt;br&gt;Wolf
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnuplot-info mailing list
&lt;br&gt;Gnuplot-info@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/public-transport-plotting-again-tp26255137p26255969.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26255137</id>
	<title>public transport plotting again</title>
	<published>2009-11-08T08:13:49Z</published>
	<updated>2009-11-08T08:13:49Z</updated>
	<author>
		<name>herrdeh</name>
	</author>
	<content type="html">Hello everybody,
&lt;br&gt;&lt;br&gt;as I do not make any progress with compiling from CVS, I'm seeking &amp;nbsp;
&lt;br&gt;for alternative solutions for my problem.
&lt;br&gt;&lt;br&gt;Having done some work meanwhile, I found that it makes sense to &amp;nbsp;
&lt;br&gt;provide just a rough sketch with gnuplot, as a bit of hand work in &amp;nbsp;
&lt;br&gt;inkscape is necessary anyways to make it really look nice. So I &amp;nbsp;
&lt;br&gt;reduced the job to the following:
&lt;br&gt;&lt;br&gt;Given is a list, each line is containing two sets of x-y-coordinates. &amp;nbsp;
&lt;br&gt;Each linie should produce one stroke in the plot, leading from &amp;nbsp;
&lt;br&gt;coordinate set 1 to coordinate set 2.
&lt;br&gt;&lt;br&gt;The luxury variant would be to have linewidth determined by an entry &amp;nbsp;
&lt;br&gt;in column 5 - but that's not really essential.
&lt;br&gt;Something like
&lt;br&gt;&lt;br&gt;&amp;quot;using ::::5 with lines linewidth variable&amp;quot;
&lt;br&gt;&lt;br&gt;seems not to work in gnuplot 4.2.5 - the version I can't go behind…
&lt;br&gt;&lt;br&gt;Any help will be appreciated.
&lt;br&gt;&lt;br&gt;Greetings,
&lt;br&gt;&lt;br&gt;Wolf
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnuplot-info mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26255137&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnuplot-info@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/public-transport-plotting-again-tp26255137p26255137.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26254308</id>
	<title>Re: User defined functions and y-axis labels</title>
	<published>2009-11-08T06:35:51Z</published>
	<updated>2009-11-08T06:35:51Z</updated>
	<author>
		<name>Hans-Bernhard Bröker-2</name>
	</author>
	<content type="html">Camilla Mont wrote:
&lt;br&gt;&amp;gt; plot [0:200] [1.0*10**6:1.5*10**12] f(x), g(x)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; However, whenever I try to plot the function f(x), I cannot see it in the
&lt;br&gt;&amp;gt; graphing window.
&lt;br&gt;&lt;br&gt;The problem comes from your apparent aversion to usual notation for big 
&lt;br&gt;numbers, i.e. from spelling out &amp;nbsp;1*10**12 when you should have just 
&lt;br&gt;written 1e12. &amp;nbsp;The problem is that 10**12, as writtten, is an operation 
&lt;br&gt;on integers, so it'll be evaluated in integers. &amp;nbsp;But 10**12 is quite 
&lt;br&gt;certainly larger than all integers on your machine, so this doesn't do 
&lt;br&gt;anywhere near what you think it should:
&lt;br&gt;&lt;br&gt;gnuplot&amp;gt; print 10**12
&lt;br&gt;-727379968
&lt;br&gt;gnuplot&amp;gt; print 1.0*10**12
&lt;br&gt;-727379968.0
&lt;br&gt;gnuplot&amp;gt; print 1*10.0**12
&lt;br&gt;1000000000000.0
&lt;br&gt;&lt;br&gt;&amp;gt; set format y &amp;quot;10^{%L} , but then the labels become just 10^8, 10^9 and so
&lt;br&gt;&amp;gt; forth. Is there a possibility that I could change this?
&lt;br&gt;&lt;br&gt;See &amp;quot;help format specifiers&amp;quot; about %l.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnuplot-info mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254308&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnuplot-info@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/User-defined-functions-and-y-axis-labels-tp26253720p26254308.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26253720</id>
	<title>User defined functions and y-axis labels</title>
	<published>2009-11-08T05:20:59Z</published>
	<updated>2009-11-08T05:20:59Z</updated>
	<author>
		<name>Noora</name>
	</author>
	<content type="html">Dear all,
&lt;br&gt;&lt;br&gt;first of all thank you so much for the help on my last question.
&lt;br&gt;I am now doing a mathematics modeling portfolio, and I need to plot a
&lt;br&gt;function.
&lt;br&gt;&lt;br&gt;Question 1
&lt;br&gt;I have the following code written in a textfile
&lt;br&gt;&lt;br&gt;&lt;br&gt;set grid
&lt;br&gt;set ylabel &amp;quot;Amount&amp;quot;
&lt;br&gt;set xlabel &amp;quot;Hours&amp;quot;
&lt;br&gt;q=1.124
&lt;br&gt;b=50000
&lt;br&gt;a=1000000
&lt;br&gt;f(x)=(q**x*a)-b*((1-q**x)/(1-q))
&lt;br&gt;g(x)=1*10**12
&lt;br&gt;plot [0:200] [1.0*10**6:1.5*10**12] f(x), g(x)
&lt;br&gt;&lt;br&gt;However, whenever I try to plot the function f(x), I cannot see it in the
&lt;br&gt;graphing window.
&lt;br&gt;I tried decreasing the values for constants b and a to 50 and 1000
&lt;br&gt;respectively, and then the graph *does *appear, but when I increase the
&lt;br&gt;values
&lt;br&gt;there is no graph. What is the obvious mistake that I'm making? The scale
&lt;br&gt;should be fine at least according to preliminary graphs on a graphing
&lt;br&gt;calculator.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Question 2
&lt;br&gt;&lt;br&gt;When I plot big values in gnuplot, the y-axis labels are first written as
&lt;br&gt;8000000, 9000000 and then the label changes to &amp;quot;calculator notation&amp;quot;
&lt;br&gt;with the &amp;quot;e&amp;quot;. I want the labels to be for example 8.0*10^6. I tried changing
&lt;br&gt;the notation by using the command
&lt;br&gt;set format y &amp;quot;10^{%L} , but then the labels become just 10^8, 10^9 and so
&lt;br&gt;forth. Is there a possibility that I could change this?
&lt;br&gt;&lt;br&gt;Thank you once again for the huge help!
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnuplot-info mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26253720&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnuplot-info@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/User-defined-functions-and-y-axis-labels-tp26253720p26253720.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26253353</id>
	<title>Side effect of change src/wxterminal/gp_cairo.c to wxt terminal on gnuplot cvs / win32 ?</title>
	<published>2009-11-08T04:34:23Z</published>
	<updated>2009-11-08T04:34:23Z</updated>
	<author>
		<name>Tatsuro MATSUOKA-5</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;I have noticed not-good styles in some plots in gnuplot demo (all.dem) in wxt terminal at cvs trees of
&lt;br&gt;2009-11-06. The multiplot graphs seem to be more oblate than those before change.
&lt;br&gt;&lt;br&gt;In some demos, labels are far from axes so that shapes of graghs are oblate. 
&lt;br&gt;&lt;br&gt;I have uploaded the latest cvs snapshot as testing one.
&lt;br&gt;&lt;br&gt;Please examine by the below
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.tatsuromatsuoka.com/gnuplot/Eng/winbin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tatsuromatsuoka.com/gnuplot/Eng/winbin/&lt;/a&gt;&lt;br&gt;0004 gp45-winbin_2009_1106.zip
&lt;br&gt;0005 gp45-winbin-wxt-diff_2009_1106.zip,
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Tatsuro
&lt;br&gt;&lt;br&gt;--- Tatsuro MATSUOKA &amp;nbsp;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- Tatsuro MATSUOKA wrote:
&lt;br&gt;&amp;gt; &amp;gt; I have update the latest glib and pango.
&lt;br&gt;&amp;gt; &amp;gt; glib 2.20.5-1 -&amp;gt; glib_2.22.2-1
&lt;br&gt;&amp;gt; &amp;gt; pango_1.24.5-2 -&amp;gt; pango_1.26.0-1
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Results went worse :-(.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have taken a serious mistake. &amp;nbsp;I did not copy etc/fonts/fonts.conf of fontconfig to gnuplot
&lt;br&gt;&amp;gt; directry. Just coping it gave me successful results.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The results are seen
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0034&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0034&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 0033 testpngcairo_ChangeLog20091106_3.png 
&lt;br&gt;&amp;gt; 0034 testpngcairo_Kanji.png
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Jananese Kanji test was also successful by your correction.
&lt;br&gt;&amp;gt; Great!!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; People can enjoy high quality png output on cairo and pango technology on windows platform.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks a lot!!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Tatsuro 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --------------------------------------
&lt;br&gt;&amp;gt; GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://pr.mail.yahoo.co.jp/gyao/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pr.mail.yahoo.co.jp/gyao/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;--------------------------------------
&lt;br&gt;GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
&lt;br&gt;&lt;a href=&quot;http://pr.mail.yahoo.co.jp/gyao/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pr.mail.yahoo.co.jp/gyao/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26253353&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gp_cairo.c-patch-for-win32-tp26220402p26253353.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26253025</id>
	<title>[Gnuplot-bugs] [SPAM] Become a love machine, super human, and satisfy any woman!</title>
	<published>2009-11-08T03:47:17Z</published>
	<updated>2009-11-08T03:47:17Z</updated>
	<author>
		<name>Mamie Slaughter</name>
	</author>
	<content type="html">Cant find a good online chemists? Check this. &lt;a href=&quot;http://mjzk.bestpillsshop.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mjzk.bestpillsshop.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26253025&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Bugs-f1921.html&quot; embed=&quot;fixTarget[1921]&quot; target=&quot;_top&quot; &gt;Gnuplot - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Gnuplot-bugs---SPAM--Become-a-love-machine%2C-super-human%2C-and-satisfy-any-woman%21-tp26253025p26253025.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26251726</id>
	<title>Re: test of pngcairo on win32 by  Allin Cottrell at 2009-11-06</title>
	<published>2009-11-08T00:33:13Z</published>
	<updated>2009-11-08T00:33:13Z</updated>
	<author>
		<name>Tatsuro MATSUOKA-5</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;--- Tatsuro MATSUOKA wrote:
&lt;br&gt;&amp;gt; I have update the latest glib and pango.
&lt;br&gt;&amp;gt; glib 2.20.5-1 -&amp;gt; glib_2.22.2-1
&lt;br&gt;&amp;gt; pango_1.24.5-2 -&amp;gt; pango_1.26.0-1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Results went worse :-(.
&lt;br&gt;&lt;br&gt;I have taken a serious mistake. &amp;nbsp;I did not copy etc/fonts/fonts.conf of fontconfig to gnuplot
&lt;br&gt;directry. Just coping it gave me successful results.
&lt;br&gt;&lt;br&gt;The results are seen
&lt;br&gt;&lt;a href=&quot;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0034&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0034&lt;/a&gt;&lt;br&gt;&lt;br&gt;0033 testpngcairo_ChangeLog20091106_3.png 
&lt;br&gt;0034 testpngcairo_Kanji.png
&lt;br&gt;&lt;br&gt;Jananese Kanji test was also successful by your correction.
&lt;br&gt;Great!!
&lt;br&gt;&lt;br&gt;People can enjoy high quality png output on cairo and pango technology on windows platform.
&lt;br&gt;&lt;br&gt;Thanks a lot!!
&lt;br&gt;&lt;br&gt;Tatsuro 
&lt;br&gt;&lt;br&gt;--------------------------------------
&lt;br&gt;GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
&lt;br&gt;&lt;a href=&quot;http://pr.mail.yahoo.co.jp/gyao/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pr.mail.yahoo.co.jp/gyao/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26251726&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gp_cairo.c-patch-for-win32-tp26220402p26251726.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26251567</id>
	<title>Re: test of pngcairo on win32 by  Allin Cottrell at 2009-11-06</title>
	<published>2009-11-07T23:51:29Z</published>
	<updated>2009-11-07T23:51:29Z</updated>
	<author>
		<name>Tatsuro MATSUOKA-5</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;--- Tatsuro MATSUOKA wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --- Allin Cottrell &amp;nbsp;wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I notice that the font-rendering is not good in this PNG file. &amp;nbsp;I
&lt;br&gt;&amp;gt; &amp;gt; suspect that the FreeType + fontconfig backend is not being used
&lt;br&gt;&amp;gt; &amp;gt; in this case. &amp;nbsp;To get the benefit of the change in gp_cairo.c, the
&lt;br&gt;&amp;gt; &amp;gt; pango and cairo libraries must be built with support for
&lt;br&gt;&amp;gt; &amp;gt; fontconfig, and the DLLs for freetype, fontconfig and expat must
&lt;br&gt;&amp;gt; &amp;gt; all be present. &amp;nbsp;DLLs that work in this respect can be found at
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.gtk.org/download-windows.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gtk.org/download-windows.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; For testing purposes, it would be easy to put a debugging print
&lt;br&gt;&amp;gt; &amp;gt; statement into gp-cairo.c following line 703, to see if the
&lt;br&gt;&amp;gt; &amp;gt; FreeType backend is in fact activated.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; The above address is the same as I have used.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ***************** Part of my post.
&lt;br&gt;&amp;gt; I am using cairo Libraries for MinGW from 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.gtk.org/download-windows.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gtk.org/download-windows.html&lt;/a&gt;&lt;br&gt;&amp;gt; ****************
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; However what I used the is not latest version. 
&lt;br&gt;&amp;gt; (Ex. Pango version of mine 1.24.5, latest 1.26.0)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I will update libraries and try the test again.
&lt;/div&gt;&lt;br&gt;I have update the latest glib and pango.
&lt;br&gt;glib 2.20.5-1 -&amp;gt; glib_2.22.2-1
&lt;br&gt;pango_1.24.5-2 -&amp;gt; pango_1.26.0-1
&lt;br&gt;&lt;br&gt;Results went worse :-(.
&lt;br&gt;&lt;br&gt;Please see
&lt;br&gt;&lt;br&gt;Script
&lt;br&gt;***********
&lt;br&gt;set term pngcairo
&lt;br&gt;set title 'Title'
&lt;br&gt;set out 'testpngcairo_ChangeLog20091106_2.png'
&lt;br&gt;plot sin(x)
&lt;br&gt;set out
&lt;br&gt;&lt;br&gt;Screen output
&lt;br&gt;***********
&lt;br&gt;gnuplot&amp;gt; set term pngcairo
&lt;br&gt;Terminal type set to 'pngcairo'
&lt;br&gt;Options are ' size 640, 480 '
&lt;br&gt;gnuplot&amp;gt; set title 'Title'
&lt;br&gt;gnuplot&amp;gt; set out 'testpngcairo_ChangeLog20091106_2.png'
&lt;br&gt;gnuplot&amp;gt; plot sin(x)
&lt;br&gt;Fontconfig error: Cannot load default config file
&lt;br&gt;&lt;br&gt;(gnuplot.exe:236): Pango-WARNING **: failed to choose a font, expect ugly output.
&lt;br&gt;engine-type='PangoRenderFc', script='common'
&lt;br&gt;&lt;br&gt;(gnuplot.exe:236): Pango-WARNING **: failed to choose a font, expect ugly output.
&lt;br&gt;engine-type='PangoRenderFc', script='latin'
&lt;br&gt;gnuplot&amp;gt; set out
&lt;br&gt;************
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0031&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0031&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;0029 testpngcairo_ChangeLog20091106.png *** previous one on win32
&lt;br&gt;0030 testpngcairo_ChangeLog20091106_2.png &amp;nbsp;*** this time &amp;nbsp;on win32
&lt;br&gt;0031 testpngcairo_ChangeLog20091106_cyg.png *** this time on cygwin
&lt;br&gt;0032 wxt_ChangeLog20091106.png **** this time for wxt term on win32
&lt;br&gt;&lt;br&gt;As is seen in testpngcairo_ChangeLog20091106_2.png, plot area is full of screen and all labels seem to
&lt;br&gt;be out of plot area.
&lt;br&gt;&lt;br&gt;This is also seen at the wxt terminal as is seen in wxt_ChangeLog20091106.png.
&lt;br&gt;&lt;br&gt;Terminal type set to 'wxt'
&lt;br&gt;gnuplot&amp;gt; plot sin(x)
&lt;br&gt;Fontconfig error: Cannot load default config file
&lt;br&gt;&lt;br&gt;(gnuplot.exe:2208): Pango-WARNING **: failed to choose a font, expect ugly output.
&lt;br&gt;engine-type='PangoRenderFc', script='common'
&lt;br&gt;&lt;br&gt;(gnuplot.exe:2208): Pango-WARNING **: failed to choose a font, expect ugly output.
&lt;br&gt;engine-type='PangoRenderFc', script='latin'
&lt;br&gt;&lt;br&gt;&lt;br&gt;Perhaps the latest pango (also glib ) libraries are too new for the &amp;nbsp;fontconfig-dev_2.7.3-1 (and also
&lt;br&gt;for freetype_2.3.9-1, libpng_1.2.39-1)
&lt;br&gt;&lt;br&gt;My version list at present
&lt;br&gt;glib_2.22.2-1
&lt;br&gt;pango_1.26.0-1
&lt;br&gt;cairo_1.8.8-2
&lt;br&gt;fontconfig_2.7.3-1
&lt;br&gt;freetype_2.3.9-1
&lt;br&gt;&lt;br&gt;Please tell me your version list that you have used this time change.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Tatsuro
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--------------------------------------
&lt;br&gt;GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
&lt;br&gt;&lt;a href=&quot;http://pr.mail.yahoo.co.jp/gyao/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pr.mail.yahoo.co.jp/gyao/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26251567&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gp_cairo.c-patch-for-win32-tp26220402p26251567.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26251121</id>
	<title>Re: test of pngcairo on win32 by  Allin Cottrell at 2009-11-06</title>
	<published>2009-11-07T21:17:55Z</published>
	<updated>2009-11-07T21:17:55Z</updated>
	<author>
		<name>Tatsuro MATSUOKA-5</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;--- Allin Cottrell &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26251121&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cottrell@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Sun, 8 Nov 2009, Tatsuro MATSUOKA wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I have tested pngcairo on win32 by &amp;nbsp;Allin Cottrell at 2009-11-06.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; set term pngcairo
&lt;br&gt;&amp;gt; &amp;gt; set title 'Title'
&lt;br&gt;&amp;gt; &amp;gt; set out 'testpngcairo_ChangeLog20091106.png'
&lt;br&gt;&amp;gt; &amp;gt; plot sin(x)
&lt;br&gt;&amp;gt; &amp;gt; set out
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; on win32 binaries on CVS trees at 2009-11-06 with change by by
&lt;br&gt;&amp;gt; &amp;gt; Allin Cottrell
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; The result is shown at
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0029&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0029&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 0029 testpngcairo_ChangeLog20091106.png, 23,804 bytes, 2009-11-08
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I notice that the font-rendering is not good in this PNG file. &amp;nbsp;I
&lt;br&gt;&amp;gt; suspect that the FreeType + fontconfig backend is not being used
&lt;br&gt;&amp;gt; in this case. &amp;nbsp;To get the benefit of the change in gp_cairo.c, the
&lt;br&gt;&amp;gt; pango and cairo libraries must be built with support for
&lt;br&gt;&amp;gt; fontconfig, and the DLLs for freetype, fontconfig and expat must
&lt;br&gt;&amp;gt; all be present. &amp;nbsp;DLLs that work in this respect can be found at
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.gtk.org/download-windows.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gtk.org/download-windows.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For testing purposes, it would be easy to put a debugging print
&lt;br&gt;&amp;gt; statement into gp-cairo.c following line 703, to see if the
&lt;br&gt;&amp;gt; FreeType backend is in fact activated.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;The above address is the same as I have used.
&lt;br&gt;&lt;br&gt;***************** Part of my post.
&lt;br&gt;I am using cairo Libraries for MinGW from 
&lt;br&gt;&lt;a href=&quot;http://www.gtk.org/download-windows.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gtk.org/download-windows.html&lt;/a&gt;&lt;br&gt;****************
&lt;br&gt;&lt;br&gt;However what I used the is not latest version. 
&lt;br&gt;(Ex. Pango version of mine 1.24.5, latest 1.26.0)
&lt;br&gt;&lt;br&gt;I will update libraries and try the test again.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Tatsuro
&lt;br&gt;&lt;br&gt;--------------------------------------
&lt;br&gt;GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
&lt;br&gt;&lt;a href=&quot;http://pr.mail.yahoo.co.jp/gyao/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pr.mail.yahoo.co.jp/gyao/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26251121&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gp_cairo.c-patch-for-win32-tp26220402p26251121.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26250835</id>
	<title>Re: test of pngcairo on win32 by  Allin Cottrell at 2009-11-06</title>
	<published>2009-11-07T19:57:03Z</published>
	<updated>2009-11-07T19:57:03Z</updated>
	<author>
		<name>Allin Cottrell</name>
	</author>
	<content type="html">&lt;br&gt;On Sun, 8 Nov 2009, Tatsuro MATSUOKA wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have tested pngcairo on win32 by &amp;nbsp;Allin Cottrell at 2009-11-06.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; set term pngcairo
&lt;br&gt;&amp;gt; set title 'Title'
&lt;br&gt;&amp;gt; set out 'testpngcairo_ChangeLog20091106.png'
&lt;br&gt;&amp;gt; plot sin(x)
&lt;br&gt;&amp;gt; set out
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; on win32 binaries on CVS trees at 2009-11-06 with change by by
&lt;br&gt;&amp;gt; Allin Cottrell
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The result is shown at
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0029&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0029&lt;/a&gt;&lt;br&gt;&amp;gt; 0029 testpngcairo_ChangeLog20091106.png, 23,804 bytes, 2009-11-08
&lt;/div&gt;&lt;br&gt;I notice that the font-rendering is not good in this PNG file. &amp;nbsp;I
&lt;br&gt;suspect that the FreeType + fontconfig backend is not being used
&lt;br&gt;in this case. &amp;nbsp;To get the benefit of the change in gp_cairo.c, the
&lt;br&gt;pango and cairo libraries must be built with support for
&lt;br&gt;fontconfig, and the DLLs for freetype, fontconfig and expat must
&lt;br&gt;all be present. &amp;nbsp;DLLs that work in this respect can be found at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.gtk.org/download-windows.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gtk.org/download-windows.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;For testing purposes, it would be easy to put a debugging print
&lt;br&gt;statement into gp-cairo.c following line 703, to see if the
&lt;br&gt;FreeType backend is in fact activated.
&lt;br&gt;&lt;br&gt;Allin Cottrell
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26250835&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gp_cairo.c-patch-for-win32-tp26220402p26250835.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26250651</id>
	<title>Re: test of pngcairo on win32 by  Allin Cottrell at 2009-11-06</title>
	<published>2009-11-07T19:02:32Z</published>
	<updated>2009-11-07T19:02:32Z</updated>
	<author>
		<name>Ethan Merritt</name>
	</author>
	<content type="html">On Saturday 07 November 2009, Tatsuro MATSUOKA wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello Allin and Ethan 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have tested pngcairo on win32 by &amp;nbsp;Allin Cottrell at 2009-11-06.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; set term pngcairo
&lt;br&gt;&amp;gt; set title 'Title'
&lt;br&gt;&amp;gt; set out 'testpngcairo_ChangeLog20091106.png'
&lt;br&gt;&amp;gt; plot sin(x)
&lt;br&gt;&amp;gt; set out
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; on win32 binaries on CVS trees at 2009-11-06 with change by by &amp;nbsp;Allin Cottrell 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The result is shown at 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0029&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0029&lt;/a&gt;&lt;br&gt;&amp;gt; 0029 testpngcairo_ChangeLog20091106.png, 23,804 bytes, 2009-11-08
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; However now I just notice that it requires in the ChangeLog
&lt;br&gt;&amp;gt; libcairo &amp;gt; 1.21
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What is libcairo 1.21?
&lt;/div&gt;&lt;br&gt;Ah. Sorry, that's the pango version not the cairo version.
&lt;br&gt;I will correct the ChangeLog.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ethan
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;https://launchpad.net/libcairo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://launchpad.net/libcairo&lt;/a&gt;&lt;br&gt;&amp;gt; The latest version is Latest version is 1.9.4
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.cairographics.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cairographics.org/&lt;/a&gt;&lt;br&gt;&amp;gt; Latest news: 2009-10-15: cairo 1.9.4 snapshot available 2009-06-16: cairo 1.8.8 release available
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am using cairo Libraries for MinGW from 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.gtk.org/download-windows.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gtk.org/download-windows.html&lt;/a&gt;&lt;br&gt;&amp;gt; cairo 1.8.8 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Tatsuro
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --------------------------------------
&lt;br&gt;&amp;gt; GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://pr.mail.yahoo.co.jp/gyao/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pr.mail.yahoo.co.jp/gyao/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26250651&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gp_cairo.c-patch-for-win32-tp26220402p26250651.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26250133</id>
	<title>test of pngcairo on win32 by  Allin Cottrell at 2009-11-06</title>
	<published>2009-11-07T17:07:23Z</published>
	<updated>2009-11-07T17:07:23Z</updated>
	<author>
		<name>Tatsuro MATSUOKA-5</name>
	</author>
	<content type="html">Hello Allin and Ethan 
&lt;br&gt;&lt;br&gt;I have tested pngcairo on win32 by &amp;nbsp;Allin Cottrell at 2009-11-06.
&lt;br&gt;&lt;br&gt;set term pngcairo
&lt;br&gt;set title 'Title'
&lt;br&gt;set out 'testpngcairo_ChangeLog20091106.png'
&lt;br&gt;plot sin(x)
&lt;br&gt;set out
&lt;br&gt;&lt;br&gt;on win32 binaries on CVS trees at 2009-11-06 with change by by &amp;nbsp;Allin Cottrell 
&lt;br&gt;&lt;br&gt;The result is shown at 
&lt;br&gt;&lt;a href=&quot;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0029&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geocities.co.jp/tmgpltwin/Files/Files.html#0029&lt;/a&gt;&lt;br&gt;0029 testpngcairo_ChangeLog20091106.png, 23,804 bytes, 2009-11-08
&lt;br&gt;&lt;br&gt;However now I just notice that it requires in the ChangeLog
&lt;br&gt;libcairo &amp;gt; 1.21
&lt;br&gt;&lt;br&gt;What is libcairo 1.21?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://launchpad.net/libcairo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://launchpad.net/libcairo&lt;/a&gt;&lt;br&gt;The latest version is Latest version is 1.9.4
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cairographics.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cairographics.org/&lt;/a&gt;&lt;br&gt;Latest news: 2009-10-15: cairo 1.9.4 snapshot available 2009-06-16: cairo 1.8.8 release available
&lt;br&gt;&lt;br&gt;I am using cairo Libraries for MinGW from 
&lt;br&gt;&lt;a href=&quot;http://www.gtk.org/download-windows.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gtk.org/download-windows.html&lt;/a&gt;&lt;br&gt;cairo 1.8.8 
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Tatsuro
&lt;br&gt;&lt;br&gt;--------------------------------------
&lt;br&gt;GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
&lt;br&gt;&lt;a href=&quot;http://pr.mail.yahoo.co.jp/gyao/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pr.mail.yahoo.co.jp/gyao/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26250133&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gp_cairo.c-patch-for-win32-tp26220402p26250133.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26242769</id>
	<title>Problem with gnuplot/Aquaterm on MacOs Snow Leopard</title>
	<published>2009-11-06T23:53:15Z</published>
	<updated>2009-11-06T23:53:15Z</updated>
	<author>
		<name>HonestJago</name>
	</author>
	<content type="html">Hello everyone,
&lt;br&gt;I recently installed gnuplot version 4.2 on my Mac (OS is 10.6.1, Snow &amp;nbsp;
&lt;br&gt;Leopard), using MacPorts.
&lt;br&gt;It works, but only on Terminals different from 'aqua'. When 'aqua' is &amp;nbsp;
&lt;br&gt;set and I want to plot something, say:
&lt;br&gt;gnuplot&amp;gt; plot sin(x)
&lt;br&gt;Aquaterm is called, but no window (and then no graphic) is shown... It &amp;nbsp;
&lt;br&gt;remains there, like if it'd try to compute, but really doing &amp;nbsp;
&lt;br&gt;nothing... If I close Aquaterm it says:
&lt;br&gt;AquaTerm warning: Connection to display was lost,
&lt;br&gt;plot commands will be discarded until a new plot is started.
&lt;br&gt;gnuplot&amp;gt;
&lt;br&gt;&lt;br&gt;What's wrong?
&lt;br&gt;&lt;br&gt;Thank you in advance!
&lt;br&gt;&lt;br&gt;Giacomo
&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnuplot-info mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26242769&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnuplot-info@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-gnuplot-Aquaterm-on-MacOs-Snow-Leopard-tp26242769p26242769.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26242349</id>
	<title>Re: image plot not displayed with small images on windows terminal</title>
	<published>2009-11-06T21:56:49Z</published>
	<updated>2009-11-06T21:56:49Z</updated>
	<author>
		<name>Tatsuro MATSUOKA-5</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;I have confirmed Benjamin's results on cvs version of gnuplot for windows (2009-11-04).
&lt;br&gt;&lt;br&gt;I have tested using keyword 'failsafe' as Ethan suggested.
&lt;br&gt;&lt;br&gt;Please see the below
&lt;br&gt;&lt;br&gt;:::::::::::
&lt;br&gt;&lt;a href=&quot;http://www.geocities.jp/tmgpltwin/Files/Files.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geocities.jp/tmgpltwin/Files/Files.html&lt;/a&gt;&lt;br&gt;0028 imagetest.pdf, 73,036 bytes, 2009-11-07
&lt;br&gt;:::::::::::
&lt;br&gt;&lt;br&gt;Plot is almost good but there one can see white a line or lines as in the first page of imagetest.pdf.
&lt;br&gt;&lt;br&gt;The plots generated by 
&lt;br&gt;set term windows
&lt;br&gt;set xrange [0:5]; set yrange [0:5]
&lt;br&gt;plot &amp;quot;-&amp;quot; matrix with image failsafe
&lt;br&gt;1 0 0 0 0 0
&lt;br&gt;0 1 0 0 0 0
&lt;br&gt;0 0 1 0 0 0
&lt;br&gt;0 0 0 1 0 0
&lt;br&gt;0 0 0 0 1 0
&lt;br&gt;0 0 0 0 0 1
&lt;br&gt;e
&lt;br&gt;e
&lt;br&gt;&lt;br&gt;Interestingly place of the lines are change changing the size of plot window by mouse.
&lt;br&gt;See second plot on the first page.
&lt;br&gt;&lt;br&gt;*
&lt;br&gt;BTW, for wxt term, 
&lt;br&gt;&lt;br&gt;set xrange [0:5]; set yrange [0:5]
&lt;br&gt;plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;1 0 0 0 0 0
&lt;br&gt;0 1 0 0 0 0
&lt;br&gt;0 0 1 0 0 0
&lt;br&gt;0 0 0 1 0 0
&lt;br&gt;0 0 0 0 1 0
&lt;br&gt;0 0 0 0 0 1
&lt;br&gt;e
&lt;br&gt;e
&lt;br&gt;&lt;br&gt;did not give white lines as is seen the upper plot of the second page of imagetest.pdf
&lt;br&gt;&lt;br&gt;However, &amp;nbsp;with a failsafe keyword,
&lt;br&gt;&lt;br&gt;set xrange [0:5]; set yrange [0:5]
&lt;br&gt;plot &amp;quot;-&amp;quot; matrix with image failsafe
&lt;br&gt;1 0 0 0 0 0
&lt;br&gt;0 1 0 0 0 0
&lt;br&gt;0 0 1 0 0 0
&lt;br&gt;0 0 0 1 0 0
&lt;br&gt;0 0 0 0 1 0
&lt;br&gt;0 0 0 0 0 1
&lt;br&gt;e
&lt;br&gt;e
&lt;br&gt;&lt;br&gt;gave thin white lines like grids as is seen the lower plot of the second page of imagetest.pdf
&lt;br&gt;**********
&lt;br&gt;&lt;br&gt;Does while lines relate with disabling the optimised code by 'failsafe' ?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Tatsuro
&lt;br&gt;&lt;br&gt;--- Ethan Merritt &amp;nbsp;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Friday 06 November 2009 13:49:05 Benjamin Lindner wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; This is a bug that was reported on octave's bug list.
&lt;br&gt;&amp;gt; &amp;gt; I am moving the topic here, since I believe there is an issue with
&lt;br&gt;&amp;gt; &amp;gt; gnuplot's windows terminal.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; gnuplot&amp;gt; help failsafe
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;Some terminal drivers provide code to optimize rendering of image data
&lt;br&gt;&amp;gt; &amp;nbsp;within a rectangular 2D area. &amp;nbsp;However this code is known to be imperfect.
&lt;br&gt;&amp;gt; &amp;nbsp;This optimised code may be disabled by using the keyword `failsafe`. 
&lt;br&gt;&amp;gt; &amp;nbsp;E.g.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;plot 'data' with image failsafe
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am not at all familiar with the optimised image implementation in the
&lt;br&gt;&amp;gt; windows terminal driver. &amp;nbsp;If it is so problematic that it becomes a
&lt;br&gt;&amp;gt; usability issue, then we should probably disable it and let the
&lt;br&gt;&amp;gt; higher level code default to the &amp;quot;failsafe&amp;quot; mode.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As a work-around, Octave could add the &amp;quot;failsafe&amp;quot; keyword if it's
&lt;br&gt;&amp;gt; sending output to the windows terminal.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	Ethan
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; The problem is that images plotted are not drawn if the images are
&lt;br&gt;&amp;gt; &amp;gt; small and the x/y ranges are shrinked.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Following testcase:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; set term windows
&lt;br&gt;&amp;gt; &amp;gt; plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;&amp;gt; &amp;gt; 1 2
&lt;br&gt;&amp;gt; &amp;gt; 3 4
&lt;br&gt;&amp;gt; &amp;gt; e
&lt;br&gt;&amp;gt; &amp;gt; e
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; works ok, but if you add
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; set xrange [0:1]; set yrange [0:1];
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; then the plot window is blank.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; This is the same if you increase the matrix size.
&lt;br&gt;&amp;gt; &amp;gt; For 6x6 it shows a blank window:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; set term windows
&lt;br&gt;&amp;gt; &amp;gt; set xrange [0:5]; set yrange [0:5]
&lt;br&gt;&amp;gt; &amp;gt; plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;&amp;gt; &amp;gt; 1 0 0 0 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 1 0 0 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 1 0 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 0 1 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 0 0 1 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 0 0 0 1
&lt;br&gt;&amp;gt; &amp;gt; e
&lt;br&gt;&amp;gt; &amp;gt; e
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; For 7x7 it now works
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; set term windows
&lt;br&gt;&amp;gt; &amp;gt; set xrange [0:6]; set yrange [0:6]
&lt;br&gt;&amp;gt; &amp;gt; plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;&amp;gt; &amp;gt; 1 0 0 0 0 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 1 0 0 0 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 1 0 0 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 0 1 0 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 0 0 1 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 0 0 0 1 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 0 0 0 0 1
&lt;br&gt;&amp;gt; &amp;gt; e
&lt;br&gt;&amp;gt; &amp;gt; e
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; An interesting artefact is when you do
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; set term windows
&lt;br&gt;&amp;gt; &amp;gt; set xrange [1:6]; set yrange [1:6]
&lt;br&gt;&amp;gt; &amp;gt; plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;&amp;gt; &amp;gt; 1 0 0 0 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 1 0 0 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 1 0 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 0 1 0 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 0 0 1 0
&lt;br&gt;&amp;gt; &amp;gt; 0 0 0 0 0 1
&lt;br&gt;&amp;gt; &amp;gt; e
&lt;br&gt;&amp;gt; &amp;gt; e
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Which shows a single yellow rectangle in the upper right corner of the graph
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; All these work for the wxt terminal.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I tested this using the 2009-07-08 CVS 4.3.0 snapshot under windows.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; benjamin
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; &amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; &amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; &amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; gnuplot-beta mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26242349&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Ethan A Merritt
&lt;br&gt;&amp;gt; Biomolecular Structure Center
&lt;br&gt;&amp;gt; University of Washington, Seattle 98195-7742
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; gnuplot-beta mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26242349&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--------------------------------------
&lt;br&gt;GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
&lt;br&gt;&lt;a href=&quot;http://pr.mail.yahoo.co.jp/gyao/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pr.mail.yahoo.co.jp/gyao/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26242349&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/image-plot-not-displayed-with-small-images-on-windows-terminal-tp26239108p26242349.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26239916</id>
	<title>Re: image plot not displayed with small images on windows terminal</title>
	<published>2009-11-06T14:51:26Z</published>
	<updated>2009-11-06T14:51:26Z</updated>
	<author>
		<name>Ethan Merritt</name>
	</author>
	<content type="html">On Friday 06 November 2009 13:49:05 Benjamin Lindner wrote:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is a bug that was reported on octave's bug list.
&lt;br&gt;&amp;gt; I am moving the topic here, since I believe there is an issue with
&lt;br&gt;&amp;gt; gnuplot's windows terminal.
&lt;br&gt;&lt;br&gt;gnuplot&amp;gt; help failsafe
&lt;br&gt;&lt;br&gt;&amp;nbsp;Some terminal drivers provide code to optimize rendering of image data
&lt;br&gt;&amp;nbsp;within a rectangular 2D area. &amp;nbsp;However this code is known to be imperfect.
&lt;br&gt;&amp;nbsp;This optimized code may be disabled by using the keyword `failsafe`. 
&lt;br&gt;&amp;nbsp;E.g.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;plot 'data' with image failsafe
&lt;br&gt;&lt;br&gt;&lt;br&gt;I am not at all familiar with the optimized image implementation in the
&lt;br&gt;windows terminal driver. &amp;nbsp;If it is so problematic that it becomes a
&lt;br&gt;usability issue, then we should probably disable it and let the
&lt;br&gt;higher level code default to the &amp;quot;failsafe&amp;quot; mode.
&lt;br&gt;&lt;br&gt;As a work-around, Octave could add the &amp;quot;failsafe&amp;quot; keyword if it's
&lt;br&gt;sending output to the windows terminal.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ethan
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The problem is that images plotted are not drawn if the images are
&lt;br&gt;&amp;gt; small and the x/y ranges are shrinked.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Following testcase:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; set term windows
&lt;br&gt;&amp;gt; plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;&amp;gt; 1 2
&lt;br&gt;&amp;gt; 3 4
&lt;br&gt;&amp;gt; e
&lt;br&gt;&amp;gt; e
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; works ok, but if you add
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; set xrange [0:1]; set yrange [0:1];
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; then the plot window is blank.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is the same if you increase the matrix size.
&lt;br&gt;&amp;gt; For 6x6 it shows a blank window:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; set term windows
&lt;br&gt;&amp;gt; set xrange [0:5]; set yrange [0:5]
&lt;br&gt;&amp;gt; plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;&amp;gt; 1 0 0 0 0 0
&lt;br&gt;&amp;gt; 0 1 0 0 0 0
&lt;br&gt;&amp;gt; 0 0 1 0 0 0
&lt;br&gt;&amp;gt; 0 0 0 1 0 0
&lt;br&gt;&amp;gt; 0 0 0 0 1 0
&lt;br&gt;&amp;gt; 0 0 0 0 0 1
&lt;br&gt;&amp;gt; e
&lt;br&gt;&amp;gt; e
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For 7x7 it now works
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; set term windows
&lt;br&gt;&amp;gt; set xrange [0:6]; set yrange [0:6]
&lt;br&gt;&amp;gt; plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;&amp;gt; 1 0 0 0 0 0 0
&lt;br&gt;&amp;gt; 0 1 0 0 0 0 0
&lt;br&gt;&amp;gt; 0 0 1 0 0 0 0
&lt;br&gt;&amp;gt; 0 0 0 1 0 0 0
&lt;br&gt;&amp;gt; 0 0 0 0 1 0 0
&lt;br&gt;&amp;gt; 0 0 0 0 0 1 0
&lt;br&gt;&amp;gt; 0 0 0 0 0 0 1
&lt;br&gt;&amp;gt; e
&lt;br&gt;&amp;gt; e
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; An interesting artefact is when you do
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; set term windows
&lt;br&gt;&amp;gt; set xrange [1:6]; set yrange [1:6]
&lt;br&gt;&amp;gt; plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;&amp;gt; 1 0 0 0 0 0
&lt;br&gt;&amp;gt; 0 1 0 0 0 0
&lt;br&gt;&amp;gt; 0 0 1 0 0 0
&lt;br&gt;&amp;gt; 0 0 0 1 0 0
&lt;br&gt;&amp;gt; 0 0 0 0 1 0
&lt;br&gt;&amp;gt; 0 0 0 0 0 1
&lt;br&gt;&amp;gt; e
&lt;br&gt;&amp;gt; e
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Which shows a single yellow rectangle in the upper right corner of the graph
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; All these work for the wxt terminal.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I tested this using the 2009-07-08 CVS 4.3.0 snapshot under windows.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; benjamin
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; gnuplot-beta mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26239916&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ethan A Merritt
&lt;br&gt;Biomolecular Structure Center
&lt;br&gt;University of Washington, Seattle 98195-7742
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26239916&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/image-plot-not-displayed-with-small-images-on-windows-terminal-tp26239108p26239916.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26230912</id>
	<title>Problem with gnuplot/Aquaterm on MacOs Snow Leopard</title>
	<published>2009-11-06T14:33:06Z</published>
	<updated>2009-11-06T14:33:06Z</updated>
	<author>
		<name>HonestJago</name>
	</author>
	<content type="html">Hello everyone,
&lt;br&gt;I recently installed gnuplot version 4.2 on my Mac (OS is 10.6.1, Snow Leopard), using MacPorts. 
&lt;br&gt;It works, but only on Terminals different from 'aqua'. When 'aqua' is set and I want to plot something, say:
&lt;br&gt;&lt;i&gt;gnuplot&amp;gt; plot sin(x)&lt;/i&gt;&lt;br&gt;Aquaterm is called, but no window (and then no graphic) is shown... It remains there, like if it'd try to compute, but really doing nothing... If I close Aquaterm it says:
&lt;br&gt;&lt;i&gt;AquaTerm warning: Connection to display was lost,
&lt;br&gt;plot commands will be discarded until a new plot is started.
&lt;br&gt;gnuplot&amp;gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;What's wrong?
&lt;br&gt;&lt;br&gt;Thank you in advance!
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-gnuplot-Aquaterm-on-MacOs-Snow-Leopard-tp26230912p26230912.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26239108</id>
	<title>image plot not displayed with small images on windows terminal</title>
	<published>2009-11-06T13:49:05Z</published>
	<updated>2009-11-06T13:49:05Z</updated>
	<author>
		<name>Benjamin Lindner</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;This is a bug that was reported on octave's bug list.
&lt;br&gt;I am moving the topic here, since I believe there is an issue with
&lt;br&gt;gnuplot's windows terminal.
&lt;br&gt;&lt;br&gt;The problem is that images plotted are not drawn if the images are
&lt;br&gt;small and the x/y ranges are shrinked.
&lt;br&gt;&lt;br&gt;Following testcase:
&lt;br&gt;&lt;br&gt;set term windows
&lt;br&gt;plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;1 2
&lt;br&gt;3 4
&lt;br&gt;e
&lt;br&gt;e
&lt;br&gt;&lt;br&gt;works ok, but if you add
&lt;br&gt;&lt;br&gt;set xrange [0:1]; set yrange [0:1];
&lt;br&gt;&lt;br&gt;then the plot window is blank.
&lt;br&gt;&lt;br&gt;This is the same if you increase the matrix size.
&lt;br&gt;For 6x6 it shows a blank window:
&lt;br&gt;&lt;br&gt;set term windows
&lt;br&gt;set xrange [0:5]; set yrange [0:5]
&lt;br&gt;plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;1 0 0 0 0 0
&lt;br&gt;0 1 0 0 0 0
&lt;br&gt;0 0 1 0 0 0
&lt;br&gt;0 0 0 1 0 0
&lt;br&gt;0 0 0 0 1 0
&lt;br&gt;0 0 0 0 0 1
&lt;br&gt;e
&lt;br&gt;e
&lt;br&gt;&lt;br&gt;&lt;br&gt;For 7x7 it now works
&lt;br&gt;&lt;br&gt;set term windows
&lt;br&gt;set xrange [0:6]; set yrange [0:6]
&lt;br&gt;plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;1 0 0 0 0 0 0
&lt;br&gt;0 1 0 0 0 0 0
&lt;br&gt;0 0 1 0 0 0 0
&lt;br&gt;0 0 0 1 0 0 0
&lt;br&gt;0 0 0 0 1 0 0
&lt;br&gt;0 0 0 0 0 1 0
&lt;br&gt;0 0 0 0 0 0 1
&lt;br&gt;e
&lt;br&gt;e
&lt;br&gt;&lt;br&gt;An interesting artefact is when you do
&lt;br&gt;&lt;br&gt;set term windows
&lt;br&gt;set xrange [1:6]; set yrange [1:6]
&lt;br&gt;plot &amp;quot;-&amp;quot; matrix with image
&lt;br&gt;1 0 0 0 0 0
&lt;br&gt;0 1 0 0 0 0
&lt;br&gt;0 0 1 0 0 0
&lt;br&gt;0 0 0 1 0 0
&lt;br&gt;0 0 0 0 1 0
&lt;br&gt;0 0 0 0 0 1
&lt;br&gt;e
&lt;br&gt;e
&lt;br&gt;&lt;br&gt;Which shows a single yellow rectangle in the upper right corner of the graph
&lt;br&gt;&lt;br&gt;All these work for the wxt terminal.
&lt;br&gt;&lt;br&gt;I tested this using the 2009-07-08 CVS 4.3.0 snapshot under windows.
&lt;br&gt;&lt;br&gt;benjamin
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26239108&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/image-plot-not-displayed-with-small-images-on-windows-terminal-tp26239108p26239108.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26230878</id>
	<title>Re: gnuplot on Ubuntu Linux</title>
	<published>2009-11-06T11:55:11Z</published>
	<updated>2009-11-06T11:55:11Z</updated>
	<author>
		<name>Thomas Sefzick</name>
	</author>
	<content type="html">you will get 4.2.4
&lt;br&gt;&lt;br&gt;&lt;quote author=&quot;Trillianx&quot;&gt;&lt;br&gt;type in the terminal: 
&lt;br&gt;&lt;br&gt;sudo apt-get gnuplot 
&lt;br&gt;&lt;br&gt;enter the password and this will install GNUPLOT. Most likely you should get the latest one. 
&lt;br&gt;&lt;br&gt;Trillian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Samster wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;How can I install gnuplot 4.2.6 on Ubuntu Linux 9.04? I am new to Ubuntu and gnuplot.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/quote&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gnuplot-on-Ubuntu-Linux-tp26159001p26230878.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26237326</id>
	<title>Re: Getting more plots on one!</title>
	<published>2009-11-06T11:20:32Z</published>
	<updated>2009-11-06T11:20:32Z</updated>
	<author>
		<name>Hans-Bernhard Bröker-2</name>
	</author>
	<content type="html">Trillianx wrote:
&lt;br&gt;&amp;gt; I am not sure how to describe this but I would like to create plots that look
&lt;br&gt;&amp;gt; like those in the attached figure. How do you create these?
&lt;br&gt;&lt;br&gt;See &amp;quot;help multiplot&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;gt; I know the basics of GNUPLOT 
&lt;br&gt;&lt;br&gt;Obligatory reminder: the program's name is &amp;quot;gnuplot&amp;quot;. &amp;nbsp;No upper-case 
&lt;br&gt;letter anywhere.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnuplot-info mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26237326&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnuplot-info@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-info&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-more-plots-on-one%21-tp26230858p26237326.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26230860</id>
	<title>Re: gnuplot on Ubuntu Linux</title>
	<published>2009-11-06T11:04:20Z</published>
	<updated>2009-11-06T11:04:20Z</updated>
	<author>
		<name>Trillianx</name>
	</author>
	<content type="html">type in the terminal: 
&lt;br&gt;&lt;br&gt;sudo apt-get gnuplot 
&lt;br&gt;&lt;br&gt;enter the password and this will install GNUPLOT. Most likely you should get the latest one. 
&lt;br&gt;&lt;br&gt;Trillian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Samster wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;How can I install gnuplot 4.2.6 on Ubuntu Linux 9.04? I am new to Ubuntu and gnuplot.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gnuplot-on-Ubuntu-Linux-tp26159001p26230860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26230858</id>
	<title>Getting more plots on one!</title>
	<published>2009-11-06T11:00:56Z</published>
	<updated>2009-11-06T11:00:56Z</updated>
	<author>
		<name>Trillianx</name>
	</author>
	<content type="html">I am not sure how to describe this but I would like to create plots that look like those in the attached figure. How do you create these? Please note that this is just on plot with many subplots. 
&lt;br&gt;&lt;br&gt;I know the basics of GNUPLOT but I am not sure how to put the plots together as shown in the attached figure. So please just tell me how to stack them one top of the other. 
&lt;br&gt;&lt;br&gt;Thank you so much !!
&lt;br&gt;&lt;img src=&quot;http://old.nabble.com/file/p26230858/screen-capture-1.jpg&quot; border=&quot;0&quot; /&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-more-plots-on-one%21-tp26230858p26230858.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228078</id>
	<title>Re: range vs multiple plots</title>
	<published>2009-11-06T00:12:06Z</published>
	<updated>2009-11-06T00:12:06Z</updated>
	<author>
		<name>Thomas Sefzick</name>
	</author>
	<content type="html">could you describe how your data look like and what you are
&lt;br&gt;trying to achieve?
&lt;br&gt;are the time ranges of the two data sets overlapping or are they
&lt;br&gt;far apart?
&lt;br&gt;why do you use 'multiplot'?
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;dfodor wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi!
&lt;br&gt;&lt;br&gt;My problem is I think very simple but I do not find the solution. I have two series of data on the same time scale but the one starts later. I tried to set the origin in multiplot which did not work or to set the range but it is still not working. Could somebody help please? Sorry for posting this message but I do not find the solution.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;Daniel
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/range-vs-multiple-plots-tp26225166p26228078.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26225166</id>
	<title>range vs multiple plots</title>
	<published>2009-11-05T16:56:59Z</published>
	<updated>2009-11-05T16:56:59Z</updated>
	<author>
		<name>dfodor</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;My problem is I think very simple but I do not find the solution. I have two series of data on the same time scale but the one starts later. I tried to set the origin in multiplot which did not work or to set the range but it is still not working. Could somebody help please? Sorry for posting this message but I do not find the solution.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;Daniel&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---User-f1923.html&quot; embed=&quot;fixTarget[1923]&quot; target=&quot;_top&quot; &gt;Gnuplot - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/range-vs-multiple-plots-tp26225166p26225166.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26223471</id>
	<title>Re: gp_cairo.c patch for win32</title>
	<published>2009-11-05T14:29:07Z</published>
	<updated>2009-11-05T14:29:07Z</updated>
	<author>
		<name>Allin Cottrell</name>
	</author>
	<content type="html">&lt;br&gt;On Thu, 5 Nov 2009, Ethan Merritt wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thursday 05 November 2009 13:36:11 Allin Cottrell wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Thu, 5 Nov 2009, Ethan Merritt wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Thursday 05 November 2009 12:21:24 Ethan Merritt wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;  #if PANGO_VERSION_MAJOR &amp;gt; 1 || PANGO_VERSION_MINOR &amp;gt;= 22
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;    context = pango_font_map_create_context(fontmap);
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;  #else
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;    context = pango_cairo_font_map_create_context(fontmap);
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;  #endif
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Sigh. &amp;nbsp;That doesn't work either:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; wxterminal/gp_cairo.c: In function ‘gp_cairo_create_layout’:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; wxterminal/gp_cairo.c:708: warning: passing argument 1 of ‘pango_cairo_font_map_create_context’ from incompatible pointer type
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Urgh. &amp;nbsp;That function wants a pointer to PangoCairoFontMap, not to
&lt;br&gt;&amp;gt; &amp;gt; PangoFontMap.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; We need a better handle on what versions and configurations this
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; alternate code works on.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Yes, I can work on that if you like. &amp;nbsp;What's the pango version on
&lt;br&gt;&amp;gt; &amp;gt; your system, BTW?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The errors I reported are from a system with pango 1.18.2
&lt;br&gt;&amp;gt; libpango1.0_0-1.18.2-1mdv2008.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can build successfully on a newer system with
&lt;br&gt;&amp;gt; libpango1.0_0-1.24.1-1mdv2009.1
&lt;/div&gt;&lt;br&gt;Thanks. &amp;nbsp;I'm now trying at home where I have pango 1.20.5 on
&lt;br&gt;Ubuntu 8.04. &amp;nbsp;I was getting exactly the same errors as you
&lt;br&gt;described, but I find this works OK (i.e. builds and runs alright)
&lt;br&gt;for the relevant lines in gp_cairo.c.
&lt;br&gt;&lt;br&gt;&amp;lt;C-snippet&amp;gt;
&lt;br&gt;#if PANGO_VERSION_MAJOR &amp;gt; 1 || PANGO_VERSION_MINOR &amp;gt;= 22
&lt;br&gt;&amp;nbsp; &amp;nbsp; context = pango_font_map_create_context(fontmap);
&lt;br&gt;#else
&lt;br&gt;&amp;nbsp; &amp;nbsp; context =
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; pango_cairo_font_map_create_context((PangoCairoFontMap *) fontmap);
&lt;br&gt;#endif
&lt;br&gt;&amp;nbsp; &amp;nbsp; layout = pango_layout_new(context);
&lt;br&gt;&amp;nbsp; &amp;nbsp; g_object_unref(context);
&lt;br&gt;&amp;lt;/C-snippet&amp;gt;
&lt;br&gt;&lt;br&gt;That is, it seems you're OK casting from PangoFontMap to
&lt;br&gt;PangoCairoFontMap. &amp;nbsp;I'll check this with the pango people. &amp;nbsp;(I
&lt;br&gt;didn't find a clear account of this in the pango docs.)
&lt;br&gt;&lt;br&gt;Allin Cottrell
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26223471&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gp_cairo.c-patch-for-win32-tp26220402p26223471.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26223053</id>
	<title>Re: gp_cairo.c patch for win32</title>
	<published>2009-11-05T14:02:02Z</published>
	<updated>2009-11-05T14:02:02Z</updated>
	<author>
		<name>Ethan Merritt</name>
	</author>
	<content type="html">On Thursday 05 November 2009 13:36:11 Allin Cottrell wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Thu, 5 Nov 2009, Ethan Merritt wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; On Thursday 05 November 2009 12:21:24 Ethan Merritt wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;  #if PANGO_VERSION_MAJOR &amp;gt; 1 || PANGO_VERSION_MINOR &amp;gt;= 22
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;    context = pango_font_map_create_context(fontmap);
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;  #else
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;    context = pango_cairo_font_map_create_context(fontmap);
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;  #endif
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Sigh. &amp;nbsp;That doesn't work either:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; wxterminal/gp_cairo.c: In function ‘gp_cairo_create_layout’:
&lt;br&gt;&amp;gt; &amp;gt; wxterminal/gp_cairo.c:708: warning: passing argument 1 of ‘pango_cairo_font_map_create_context’ from incompatible pointer type
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Urgh. &amp;nbsp;That function wants a pointer to PangoCairoFontMap, not to
&lt;br&gt;&amp;gt; PangoFontMap.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; We need a better handle on what versions and configurations this
&lt;br&gt;&amp;gt; &amp;gt; alternate code works on.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes, I can work on that if you like. &amp;nbsp;What's the pango version on
&lt;br&gt;&amp;gt; your system, BTW?
&lt;/div&gt;&lt;br&gt;The errors I reported are from a system with pango 1.18.2
&lt;br&gt;libpango1.0_0-1.18.2-1mdv2008.0
&lt;br&gt;&lt;br&gt;I can build successfully on a newer system with 
&lt;br&gt;libpango1.0_0-1.24.1-1mdv2009.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ethan A Merritt
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gnuplot-beta mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26223053&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnuplot-beta@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gnuplot-beta&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnuplot---Dev-f1922.html&quot; embed=&quot;fixTarget[1922]&quot; target=&quot;_top&quot; &gt;Gnuplot - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gp_cairo.c-patch-for-win32-tp26220402p26223053.html" />
</entry>

</feed>
