Sophie

Sophie

distrib > PLD > th > athlon > by-pkgid > 99349d7e270b472c7b517c131c2fc3cb > files > 20

php-jpgraph-phpdoc-3.0.7-3.noarch.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Appendix H. Error messages</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL-NS Stylesheets V1.74.0"><link rel="home" href="index.html" title="JpGraph Manual"><link rel="up" href="pt08.html" title="Part VIII. Appendices"><link rel="prev" href="apg.html" title="Appendix G. List of files included in the library"><link rel="next" href="aphs02.html" title="H.2. QR 2D Barcode error messages"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix H. Error messages</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apg.html">Prev</a> </td><th width="60%" align="center">Part VIII. Appendices</th><td width="20%" align="right"> <a accesskey="n" href="aphs02.html">Next</a></td></tr></table><hr></div><div class="appendix" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="app.err-msg"></a>Appendix H. Error messages</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="aph.html#id2673165">H.1. Core error messages</a></span></dt><dt><span class="sect1"><a href="aphs02.html">H.2. QR 2D Barcode error messages</a></span></dt><dt><span class="sect1"><a href="aphs03.html">H.3. Datamatrix 2D barcode error messages</a></span></dt></dl></div><p> This list have all error messages that can be thrown by the library. In addition to the
          English locale there is also a German translation (See <a class="xref" href="ch06s02.html#sec2.localizing-errmsg" title="6.2.1. Localizing error messages">Section 6.2.1</a>). Most error messages takes one (or several
          argument that gives additional specific information and the placeholder in the error
          messages shows where this additional information should be placed. </p><p>For more general information on error handling we refer to <a class="xref" href="ch06.html" title="Chapter 6. Error handling">Chapter 6</a></p><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2673165"></a>H.1. Core error messages</h2></div></div></div><p>The following tables lists all error messages that can be generated by standard core
               graphs types</p><p>
               </p><div class="table"><a name="id2673186"></a><p class="title"><b>Table H.1. English error messages</b></p><div class="table-contents"><table summary="English error messages" border="0"><colgroup><col><col></colgroup><thead><tr><th> Error code </th><th> Error message </th></tr></thead><tbody><tr><td><code class="code">10</code></td><td class="errmsg">&lt;table border="1"&gt;&lt;tr&gt;&lt;td style="color:darkred; font-size:1.2em;"&gt;&lt;b&gt;JpGraph Error:&lt;/b&gt;
HTTP headers have already been sent.&lt;br&gt;Caused by output from file &lt;b&gt;%s&lt;/b&gt; at line &lt;b&gt;%d&lt;/b&gt;.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Explanation:&lt;/b&gt;&lt;br&gt;HTTP headers have already been sent back to the browser indicating the data as text before the library got a chance to send it's image HTTP header to this browser. This makes it impossible for the library to send back image data to the browser (since that would be interpretated as text by the browser and show up as junk text).&lt;p&gt;Most likely you have some text in your script before the call to &lt;i&gt;Graph::Stroke()&lt;/i&gt;. If this texts gets sent back to the browser the browser will assume that all data is plain text. Look for any text, even spaces and newlines, that might have been sent back to the browser. &lt;p&gt;For example it is a common mistake to leave a blank line before the opening "&lt;b&gt;&amp;lt;?php&lt;/b&gt;".&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</td></tr><tr><td><code class="code">11</code></td><td class="errmsg">No path specified for CACHE_DIR. Please specify CACHE_DIR manually in jpg-config.inc</td></tr><tr><td><code class="code">12</code></td><td class="errmsg">No path specified for TTF_DIR and path can not be determined automatically. Please specify TTF_DIR manually (in jpg-config.inc).</td></tr><tr><td><code class="code">13</code></td><td class="errmsg">The installed PHP version (%s) is not compatible with this release of the library. The library requires at least PHP version %s</td></tr><tr><td><code class="code">1001</code></td><td class="errmsg">Unknown encoder specification: %s</td></tr><tr><td><code class="code">1002</code></td><td class="errmsg">Data validation failed. Can't encode [%s] using encoding "%s"</td></tr><tr><td><code class="code">1003</code></td><td class="errmsg">Internal encoding error. Trying to encode %s is not possible in Code 128</td></tr><tr><td><code class="code">1004</code></td><td class="errmsg">Internal barcode error. Unknown UPC-E encoding type: %s</td></tr><tr><td><code class="code">1005</code></td><td class="errmsg">Internal error. Can't encode character tuple (%s, %s) in Code-128 charset C</td></tr><tr><td><code class="code">1006</code></td><td class="errmsg">Internal encoding error for CODE 128. Trying to encode control character in CHARSET != A</td></tr><tr><td><code class="code">1007</code></td><td class="errmsg">Internal encoding error for CODE 128. Trying to encode DEL in CHARSET != B</td></tr><tr><td><code class="code">1008</code></td><td class="errmsg">Internal encoding error for CODE 128. Trying to encode small letters in CHARSET != B</td></tr><tr><td><code class="code">1009</code></td><td class="errmsg">Encoding using CODE 93 is not yet supported.</td></tr><tr><td><code class="code">1010</code></td><td class="errmsg">Encoding using POSTNET is not yet supported.</td></tr><tr><td><code class="code">1011</code></td><td class="errmsg">Non supported barcode backend for type %s</td></tr><tr><td><code class="code">2001</code></td><td class="errmsg">Number of colors is not the same as the number of patterns in BarPlot::SetPattern()</td></tr><tr><td><code class="code">2002</code></td><td class="errmsg">Unknown pattern specified in call to BarPlot::SetPattern()</td></tr><tr><td><code class="code">2003</code></td><td class="errmsg">Number of X and Y points are not equal. Number of X-points: %d Number of Y-points: %d</td></tr><tr><td><code class="code">2004</code></td><td class="errmsg">All values for a barplot must be numeric. You have specified value nr [%d] == %s</td></tr><tr><td><code class="code">2005</code></td><td class="errmsg">You have specified an empty array for shadow colors in the bar plot.</td></tr><tr><td><code class="code">2006</code></td><td class="errmsg">Unknown position for values on bars : %s</td></tr><tr><td><code class="code">2007</code></td><td class="errmsg">Cannot create GroupBarPlot from empty plot array.</td></tr><tr><td><code class="code">2008</code></td><td class="errmsg">Group bar plot element nbr %d is undefined or empty.</td></tr><tr><td><code class="code">2009</code></td><td class="errmsg">One of the objects submitted to GroupBar is not a BarPlot. Make sure that you create the GroupBar plot from an array of BarPlot or AccBarPlot objects. (Class = %s)</td></tr><tr><td><code class="code">2010</code></td><td class="errmsg">Cannot create AccBarPlot from empty plot array.</td></tr><tr><td><code class="code">2011</code></td><td class="errmsg">Acc bar plot element nbr %d is undefined or empty.</td></tr><tr><td><code class="code">2012</code></td><td class="errmsg">One of the objects submitted to AccBar is not a BarPlot. Make sure that you create the AccBar plot from an array of BarPlot objects. (Class=%s)</td></tr><tr><td><code class="code">2013</code></td><td class="errmsg">You have specified an empty array for shadow colors in the bar plot.</td></tr><tr><td><code class="code">2014</code></td><td class="errmsg">Number of datapoints for each data set in accbarplot must be the same</td></tr><tr><td><code class="code">2015</code></td><td class="errmsg">Individual bar plots in an AccBarPlot or GroupBarPlot can not have specified X-coordinates</td></tr><tr><td><code class="code">3001</code></td><td class="errmsg">It is only possible to use either SetDateAlign() or SetTimeAlign() but not both</td></tr><tr><td><code class="code">4002</code></td><td class="errmsg">Error in input data to LineErrorPlot. Number of data points must be a multiple of 3</td></tr><tr><td><code class="code">5001</code></td><td class="errmsg">Unknown flag size (%d).</td></tr><tr><td><code class="code">5002</code></td><td class="errmsg">Flag index %s does not exist.</td></tr><tr><td><code class="code">5003</code></td><td class="errmsg">Invalid ordinal number (%d) specified for flag index.</td></tr><tr><td><code class="code">5004</code></td><td class="errmsg">The (partial) country name %s does not have a corresponding flag image. The flag may still exist but under another name, e.g. instead of "usa" try "united states".</td></tr><tr><td><code class="code">6001</code></td><td class="errmsg">Internal error. Height for ActivityTitles is &lt; 0</td></tr><tr><td><code class="code">6002</code></td><td class="errmsg">You can't specify negative sizes for Gantt graph dimensions. Use 0 to indicate that you want the library to automatically determine a dimension.</td></tr><tr><td><code class="code">6003</code></td><td class="errmsg">Invalid format for Constrain parameter at index=%d in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Constrain-To,Constrain-Type)</td></tr><tr><td><code class="code">6004</code></td><td class="errmsg">Invalid format for Progress parameter at index=%d in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Progress)</td></tr><tr><td><code class="code">6005</code></td><td class="errmsg">SetScale() is not meaningful with Gantt charts.</td></tr><tr><td><code class="code">6006</code></td><td class="errmsg">Cannot autoscale Gantt chart. No dated activities exist. [GetBarMinMax() start &gt;= n]</td></tr><tr><td><code class="code">6007</code></td><td class="errmsg">Sanity check for automatic Gantt chart size failed. Either the width (=%d) or height (=%d) is larger than MAX_GANTTIMG_SIZE. This could potentially be caused by a wrong date in one of the activities.</td></tr><tr><td><code class="code">6008</code></td><td class="errmsg">You have specified a constrain from row=%d to row=%d which does not have any activity</td></tr><tr><td><code class="code">6009</code></td><td class="errmsg">Unknown constrain type specified from row=%d to row=%d</td></tr><tr><td><code class="code">6010</code></td><td class="errmsg">Illegal icon index for Gantt builtin icon [%d]</td></tr><tr><td><code class="code">6011</code></td><td class="errmsg">Argument to IconImage must be string or integer</td></tr><tr><td><code class="code">6012</code></td><td class="errmsg">Unknown type in Gantt object title specification</td></tr><tr><td><code class="code">6015</code></td><td class="errmsg">Illegal vertical position %d</td></tr><tr><td><code class="code">6016</code></td><td class="errmsg">Date string (%s) specified for Gantt activity can not be interpretated. Please make sure it is a valid time string, e.g. 2005-04-23 13:30</td></tr><tr><td><code class="code">6017</code></td><td class="errmsg">Unknown date format in GanttScale (%s).</td></tr><tr><td><code class="code">6018</code></td><td class="errmsg">Interval for minutes must divide the hour evenly, e.g. 1,5,10,12,15,20,30 etc You have specified an interval of %d minutes.</td></tr><tr><td><code class="code">6019</code></td><td class="errmsg">The available width (%d) for minutes are to small for this scale to be displayed. Please use auto-sizing or increase the width of the graph.</td></tr><tr><td><code class="code">6020</code></td><td class="errmsg">Interval for hours must divide the day evenly, e.g. 0:30, 1:00, 1:30, 4:00 etc. You have specified an interval of %d</td></tr><tr><td><code class="code">6021</code></td><td class="errmsg">Unknown formatting style for week.</td></tr><tr><td><code class="code">6022</code></td><td class="errmsg">Gantt scale has not been specified.</td></tr><tr><td><code class="code">6023</code></td><td class="errmsg">If you display both hour and minutes the hour interval must be 1 (Otherwise it doesn't make sense to display minutes).</td></tr><tr><td><code class="code">6024</code></td><td class="errmsg">CSIM Target must be specified as a string. Start of target is: %d</td></tr><tr><td><code class="code">6025</code></td><td class="errmsg">CSIM Alt text must be specified as a string. Start of alt text is: %d</td></tr><tr><td><code class="code">6027</code></td><td class="errmsg">Progress value must in range [0, 1]</td></tr><tr><td><code class="code">6028</code></td><td class="errmsg">Specified height (%d) for gantt bar is out of range.</td></tr><tr><td><code class="code">6029</code></td><td class="errmsg">Offset for vertical line must be in range [0,1]</td></tr><tr><td><code class="code">6030</code></td><td class="errmsg">Unknown arrow direction for link.</td></tr><tr><td><code class="code">6031</code></td><td class="errmsg">Unknown arrow type for link.</td></tr><tr><td><code class="code">6032</code></td><td class="errmsg">Internal error: Unknown path type (=%d) specified for link.</td></tr><tr><td><code class="code">6033</code></td><td class="errmsg">Array of fonts must contain arrays with 3 elements, i.e. (Family, Style, Size)</td></tr><tr><td><code class="code">7001</code></td><td class="errmsg">Unknown gradient style (=%d).</td></tr><tr><td><code class="code">8001</code></td><td class="errmsg">Mix value for icon must be between 0 and 100.</td></tr><tr><td><code class="code">8002</code></td><td class="errmsg">Anchor position for icons must be one of "top", "bottom", "left", "right" or "center"</td></tr><tr><td><code class="code">8003</code></td><td class="errmsg">It is not possible to specify both an image file and a country flag for the same icon.</td></tr><tr><td><code class="code">8004</code></td><td class="errmsg">In order to use Country flags as icons you must include the "jpgraph_flags.php" file.</td></tr><tr><td><code class="code">9001</code></td><td class="errmsg">Value for image transformation out of bounds. Vanishing point on horizon must be specified as a value between 0 and 1.</td></tr><tr><td><code class="code">10001</code></td><td class="errmsg">LinePlot::SetFilled() is deprecated. Use SetFillColor()</td></tr><tr><td><code class="code">10002</code></td><td class="errmsg">Plot too complicated for fast line Stroke. Use standard Stroke()</td></tr><tr><td><code class="code">10003</code></td><td class="errmsg">Each plot in an accumulated lineplot must have the same number of data points.</td></tr><tr><td><code class="code">11001</code></td><td class="errmsg">Your data contains non-numeric values.</td></tr><tr><td><code class="code">11002</code></td><td class="errmsg">Negative data values can not be used in a log scale.</td></tr><tr><td><code class="code">11003</code></td><td class="errmsg">Your data contains non-numeric values.</td></tr><tr><td><code class="code">11004</code></td><td class="errmsg">Scale error for logarithmic scale. You have a problem with your data values. The max value must be greater than 0. It is mathematically impossible to have 0 in a logarithmic scale.</td></tr><tr><td><code class="code">11005</code></td><td class="errmsg">Specifying tick interval for a logarithmic scale is undefined. Remove any calls to SetTextLabelStart() or SetTextTickInterval() on the logarithmic scale.</td></tr><tr><td><code class="code">12001</code></td><td class="errmsg">You are using GD 2.x and are trying to use a background images on a non truecolor image. To use background images with GD 2.x it is necessary to enable truecolor by setting the USE_TRUECOLOR constant to TRUE. Due to a bug in GD 2.0.1 using any truetype fonts with truecolor images will result in very poor quality fonts.</td></tr><tr><td><code class="code">12002</code></td><td class="errmsg">Incorrect file name for MGraph::SetBackgroundImage() : %s Must have a valid image extension (jpg,gif,png) when using auto detection of image type</td></tr><tr><td><code class="code">12003</code></td><td class="errmsg">Unknown file extension (%s) in MGraph::SetBackgroundImage() for filename: %s</td></tr><tr><td><code class="code">12004</code></td><td class="errmsg">The image format of your background image (%s) is not supported in your system configuration. </td></tr><tr><td><code class="code">12005</code></td><td class="errmsg">Can't read background image: %s</td></tr><tr><td><code class="code">12006</code></td><td class="errmsg">Illegal sizes specified for width or height when creating an image, (width=%d, height=%d)</td></tr><tr><td><code class="code">12007</code></td><td class="errmsg">Argument to MGraph::Add() is not a valid GD image handle.</td></tr><tr><td><code class="code">12008</code></td><td class="errmsg">Your PHP (and GD-lib) installation does not appear to support any known graphic formats.</td></tr><tr><td><code class="code">12009</code></td><td class="errmsg">Your PHP installation does not support the chosen graphic format: %s</td></tr><tr><td><code class="code">12010</code></td><td class="errmsg">Can't create or stream image to file %s Check that PHP has enough permission to write a file to the current directory.</td></tr><tr><td><code class="code">12011</code></td><td class="errmsg">Can't create truecolor image. Check that you really have GD2 library installed.</td></tr><tr><td><code class="code">12012</code></td><td class="errmsg">Can't create image. Check that you really have GD2 library installed.</td></tr><tr><td><code class="code">13001</code></td><td class="errmsg">Unknown needle style (%d).</td></tr><tr><td><code class="code">13002</code></td><td class="errmsg">Value for odometer (%f) is outside specified scale [%f,%f]</td></tr><tr><td><code class="code">14001</code></td><td class="errmsg">Pie3D::ShowBorder() . Deprecated function. Use Pie3D::SetEdge() to control the edges around slices.</td></tr><tr><td><code class="code">14002</code></td><td class="errmsg">PiePlot3D::SetAngle() 3D Pie projection angle must be between 5 and 85 degrees.</td></tr><tr><td><code class="code">14003</code></td><td class="errmsg">Internal assertion failed. Pie3D::Pie3DSlice</td></tr><tr><td><code class="code">14004</code></td><td class="errmsg">Slice start angle must be between 0 and 360 degrees.</td></tr><tr><td><code class="code">14005</code></td><td class="errmsg">Pie3D Internal error: Trying to wrap twice when looking for start index</td></tr><tr><td><code class="code">14006</code></td><td class="errmsg">Pie3D Internal Error: Z-Sorting algorithm for 3D Pies is not working properly (2). Trying to wrap twice while stroking.</td></tr><tr><td><code class="code">14007</code></td><td class="errmsg">Width for 3D Pie is 0. Specify a size &gt; 0</td></tr><tr><td><code class="code">15001</code></td><td class="errmsg">PiePLot::SetTheme() Unknown theme: %s</td></tr><tr><td><code class="code">15002</code></td><td class="errmsg">Argument to PiePlot::ExplodeSlice() must be an integer</td></tr><tr><td><code class="code">15003</code></td><td class="errmsg">Argument to PiePlot::Explode() must be an array with integer distances.</td></tr><tr><td><code class="code">15004</code></td><td class="errmsg">Slice start angle must be between 0 and 360 degrees.</td></tr><tr><td><code class="code">15005</code></td><td class="errmsg">PiePlot::SetFont() is deprecated. Use PiePlot-&gt;value-&gt;SetFont() instead.</td></tr><tr><td><code class="code">15006</code></td><td class="errmsg">PiePlot::SetSize() Radius for pie must either be specified as a fraction [0, 0.5] of the size of the image or as an absolute size in pixels  in the range [10, 1000]</td></tr><tr><td><code class="code">15007</code></td><td class="errmsg">PiePlot::SetFontColor() is deprecated. Use PiePlot-&gt;value-&gt;SetColor() instead.</td></tr><tr><td><code class="code">15008</code></td><td class="errmsg">PiePlot::SetLabelType() Type for pie plots must be 0 or 1 (not %d).</td></tr><tr><td><code class="code">15009</code></td><td class="errmsg">Illegal pie plot. Sum of all data is zero for Pie Plot</td></tr><tr><td><code class="code">15010</code></td><td class="errmsg">Sum of all data is 0 for Pie.</td></tr><tr><td><code class="code">15011</code></td><td class="errmsg">In order to use image transformation you must include the file jpgraph_imgtrans.php in your script.</td></tr><tr><td><code class="code">16001</code></td><td class="errmsg">Density for pattern must be between 1 and 100. (You tried %f)</td></tr><tr><td><code class="code">16002</code></td><td class="errmsg">No positions specified for pattern.</td></tr><tr><td><code class="code">16003</code></td><td class="errmsg">Unknown pattern specification (%d)</td></tr><tr><td><code class="code">16004</code></td><td class="errmsg">Min value for plotband is larger than specified max value. Please correct.</td></tr><tr><td><code class="code">17001</code></td><td class="errmsg">Polar plots must have an even number of data point. Each data point is a tuple (angle,radius).</td></tr><tr><td><code class="code">17002</code></td><td class="errmsg">Unknown alignment specified for X-axis title. (%s)</td></tr><tr><td><code class="code">17004</code></td><td class="errmsg">Unknown scale type for polar graph. Must be "lin" or "log"</td></tr><tr><td><code class="code">18001</code></td><td class="errmsg">Client side image maps not supported for RadarPlots.</td></tr><tr><td><code class="code">18002</code></td><td class="errmsg">RadarGraph::SupressTickMarks() is deprecated. Use HideTickMarks() instead.</td></tr><tr><td><code class="code">18003</code></td><td class="errmsg">Illegal scale for radarplot (%s). Must be 'lin' or 'log'</td></tr><tr><td><code class="code">18004</code></td><td class="errmsg">Radar Plot size must be between 0.1 and 1. (Your value=%f)</td></tr><tr><td><code class="code">18005</code></td><td class="errmsg">RadarPlot Unsupported Tick density: %d</td></tr><tr><td><code class="code">18006</code></td><td class="errmsg">Minimum data %f (Radar plots should only be used when all data points &gt; 0)</td></tr><tr><td><code class="code">18007</code></td><td class="errmsg">Number of titles does not match number of points in plot.</td></tr><tr><td><code class="code">18008</code></td><td class="errmsg">Each radar plot must have the same number of data points.</td></tr><tr><td><code class="code">19001</code></td><td class="errmsg">Spline: Number of X and Y coordinates must be the same</td></tr><tr><td><code class="code">19002</code></td><td class="errmsg">Invalid input data for spline. Two or more consecutive input X-values are equal. Each input X-value must differ since from a mathematical point of view it must be a one-to-one mapping, i.e. each X-value must correspond to exactly one Y-value.</td></tr><tr><td><code class="code">19003</code></td><td class="errmsg">Bezier: Number of X and Y coordinates must be the same</td></tr><tr><td><code class="code">20001</code></td><td class="errmsg">Fieldplots must have equal number of X and Y points.</td></tr><tr><td><code class="code">20002</code></td><td class="errmsg">Fieldplots must have an angle specified for each X and Y points.</td></tr><tr><td><code class="code">20003</code></td><td class="errmsg">Scatterplot must have equal number of X and Y points.</td></tr><tr><td><code class="code">21001</code></td><td class="errmsg">Data values for Stock charts must contain an even multiple of %d data points.</td></tr><tr><td><code class="code">22001</code></td><td class="errmsg">Total percentage for all windrose legs in a windrose plot can not exceed 100%% !\n(Current max is: %d)</td></tr><tr><td><code class="code">22002</code></td><td class="errmsg">Graph is too small to have a scale. Please make the graph larger.</td></tr><tr><td><code class="code">22004</code></td><td class="errmsg">Label specification for windrose directions must have 16 values (one for each compass direction).</td></tr><tr><td><code class="code">22005</code></td><td class="errmsg">Line style for radial lines must be on of ("solid","dotted","dashed","longdashed") </td></tr><tr><td><code class="code">22006</code></td><td class="errmsg">Illegal windrose type specified.</td></tr><tr><td><code class="code">22007</code></td><td class="errmsg">To few values for the range legend.</td></tr><tr><td><code class="code">22008</code></td><td class="errmsg">Internal error: Trying to plot free Windrose even though type is not a free windrose</td></tr><tr><td><code class="code">22009</code></td><td class="errmsg">You have specified the same direction twice, once with an angle and once with a compass direction (%f degrees)</td></tr><tr><td><code class="code">22010</code></td><td class="errmsg">Direction must either be a numeric value or one of the 16 compass directions</td></tr><tr><td><code class="code">22011</code></td><td class="errmsg">Windrose index must be numeric or direction label. You have specified index=%d</td></tr><tr><td><code class="code">22012</code></td><td class="errmsg">Windrose radial axis specification contains a direction which is not enabled.</td></tr><tr><td><code class="code">22013</code></td><td class="errmsg">You have specified the look&amp;feel for the same compass direction twice, once with text and once with index (Index=%d)</td></tr><tr><td><code class="code">22014</code></td><td class="errmsg">Index for compass direction must be between 0 and 15.</td></tr><tr><td><code class="code">22015</code></td><td class="errmsg">You have specified an undefined Windrose plot type.</td></tr><tr><td><code class="code">22016</code></td><td class="errmsg">Windrose leg index must be numeric or direction label.</td></tr><tr><td><code class="code">22017</code></td><td class="errmsg">Windrose data contains a direction which is not enabled. Please adjust what labels are displayed.</td></tr><tr><td><code class="code">22018</code></td><td class="errmsg">You have specified data for the same compass direction twice, once with text and once with index (Index=%d)</td></tr><tr><td><code class="code">22019</code></td><td class="errmsg">Index for direction must be between 0 and 15. You can't specify angles for a Regular Windplot, only index and compass directions.</td></tr><tr><td><code class="code">22020</code></td><td class="errmsg">Windrose plot is too large to fit the specified Graph size. Please use WindrosePlot::SetSize() to make the plot smaller or increase the size of the Graph in the initial WindroseGraph() call.</td></tr><tr><td><code class="code">22021</code></td><td class="errmsg">It is only possible to add Text, IconPlot or WindrosePlot to a Windrose Graph</td></tr><tr><td><code class="code">23001</code></td><td class="errmsg">This marker "%s" does not exist in color with index: %d</td></tr><tr><td><code class="code">23002</code></td><td class="errmsg">Mark color index too large for marker "%s"</td></tr><tr><td><code class="code">23003</code></td><td class="errmsg">A filename must be specified if you set the mark type to MARK_IMG.</td></tr><tr><td><code class="code">24001</code></td><td class="errmsg">FuncGenerator : No function specified. </td></tr><tr><td><code class="code">24002</code></td><td class="errmsg">FuncGenerator : Syntax error in function specification </td></tr><tr><td><code class="code">24003</code></td><td class="errmsg">DateScaleUtils: Unknown tick type specified in call to GetTicks()</td></tr><tr><td><code class="code">24004</code></td><td class="errmsg">ReadCSV2: Column count mismatch in %s line %d</td></tr><tr><td><code class="code">25001</code></td><td class="errmsg">This PHP installation is not configured with the GD library. Please recompile PHP with GD support to run JpGraph. (Neither function imagetypes() nor imagecreatefromstring() does exist)</td></tr><tr><td><code class="code">25002</code></td><td class="errmsg">Your PHP installation does not seem to have the required GD library. Please see the PHP documentation on how to install and enable the GD library.</td></tr><tr><td><code class="code">25003</code></td><td class="errmsg">General PHP error : At %s:%d : %s</td></tr><tr><td><code class="code">25004</code></td><td class="errmsg">General PHP error : %s </td></tr><tr><td><code class="code">25005</code></td><td class="errmsg">Can't access PHP_SELF, PHP global variable. You can't run PHP from command line if you want to use the 'auto' naming of cache or image files.</td></tr><tr><td><code class="code">25006</code></td><td class="errmsg">Usage of FF_CHINESE (FF_BIG5) font family requires that your PHP setup has the iconv() function. By default this is not compiled into PHP (needs the "--width-iconv" when configured).</td></tr><tr><td><code class="code">25007</code></td><td class="errmsg">You are trying to use the locale (%s) which your PHP installation does not support. Hint: Use '' to indicate the default locale for this geographic region.</td></tr><tr><td><code class="code">25008</code></td><td class="errmsg">Image width/height argument in Graph::Graph() must be numeric</td></tr><tr><td><code class="code">25009</code></td><td class="errmsg">You must specify what scale to use with a call to Graph::SetScale()</td></tr><tr><td><code class="code">25010</code></td><td class="errmsg">Graph::Add() You tried to add a null plot to the graph.</td></tr><tr><td><code class="code">25011</code></td><td class="errmsg">Graph::AddY2() You tried to add a null plot to the graph.</td></tr><tr><td><code class="code">25012</code></td><td class="errmsg">Graph::AddYN() You tried to add a null plot to the graph.</td></tr><tr><td><code class="code">25013</code></td><td class="errmsg">You can only add standard plots to multiple Y-axis</td></tr><tr><td><code class="code">25014</code></td><td class="errmsg">Graph::AddText() You tried to add a null text to the graph.</td></tr><tr><td><code class="code">25015</code></td><td class="errmsg">Graph::AddLine() You tried to add a null line to the graph.</td></tr><tr><td><code class="code">25016</code></td><td class="errmsg">Graph::AddBand() You tried to add a null band to the graph.</td></tr><tr><td><code class="code">25017</code></td><td class="errmsg">You are using GD 2.x and are trying to use a background images on a non truecolor image. To use background images with GD 2.x it is necessary to enable truecolor by setting the USE_TRUECOLOR constant to TRUE. Due to a bug in GD 2.0.1 using any truetype fonts with truecolor images will result in very poor quality fonts.</td></tr><tr><td><code class="code">25018</code></td><td class="errmsg">Incorrect file name for Graph::SetBackgroundImage() : "%s" Must have a valid image extension (jpg,gif,png) when using auto detection of image type</td></tr><tr><td><code class="code">25019</code></td><td class="errmsg">Unknown file extension (%s) in Graph::SetBackgroundImage() for filename: "%s"</td></tr><tr><td><code class="code">25020</code></td><td class="errmsg">Graph::SetScale(): Specified Max value must be larger than the specified Min value.</td></tr><tr><td><code class="code">25021</code></td><td class="errmsg">Unknown scale specification for Y-scale. (%s)</td></tr><tr><td><code class="code">25022</code></td><td class="errmsg">Unknown scale specification for X-scale. (%s)</td></tr><tr><td><code class="code">25023</code></td><td class="errmsg">Unsupported Y2 axis type: "%s" Must be one of (lin,log,int)</td></tr><tr><td><code class="code">25024</code></td><td class="errmsg">Unsupported Y axis type:  "%s" Must be one of (lin,log,int)</td></tr><tr><td><code class="code">25025</code></td><td class="errmsg">Unsupported Tick density: %d</td></tr><tr><td><code class="code">25026</code></td><td class="errmsg">Can't draw unspecified Y-scale. You have either: 1. Specified an Y axis for auto scaling but have not supplied any plots. 2. Specified a scale manually but have forgot to specify the tick steps</td></tr><tr><td><code class="code">25027</code></td><td class="errmsg">Can't open cached CSIM "%s" for reading.</td></tr><tr><td><code class="code">25028</code></td><td class="errmsg">Apache/PHP does not have permission to write to the CSIM cache directory (%s). Check permissions.</td></tr><tr><td><code class="code">25029</code></td><td class="errmsg">Can't write CSIM "%s" for writing. Check free space and permissions.</td></tr><tr><td><code class="code">25030</code></td><td class="errmsg">Missing script name in call to StrokeCSIM(). You must specify the name of the actual image script as the first parameter to StrokeCSIM().</td></tr><tr><td><code class="code">25031</code></td><td class="errmsg">You must specify what scale to use with a call to Graph::SetScale().</td></tr><tr><td><code class="code">25032</code></td><td class="errmsg">No plots for Y-axis nbr:%d</td></tr><tr><td><code class="code">25033</code></td><td class="errmsg"> </td></tr><tr><td><code class="code">25034</code></td><td class="errmsg">Can't draw unspecified X-scale. No plots specified.</td></tr><tr><td><code class="code">25035</code></td><td class="errmsg">You have enabled clipping. Clipping is only supported for graphs at 0 or 90 degrees rotation. Please adjust you current angle (=%d degrees) or disable clipping.</td></tr><tr><td><code class="code">25036</code></td><td class="errmsg">Unknown AxisStyle() : %s</td></tr><tr><td><code class="code">25037</code></td><td class="errmsg">The image format of your background image (%s) is not supported in your system configuration. </td></tr><tr><td><code class="code">25038</code></td><td class="errmsg">Background image seems to be of different type (has different file extension) than specified imagetype. Specified: %s File: %s</td></tr><tr><td><code class="code">25039</code></td><td class="errmsg">Can't read background image: "%s"</td></tr><tr><td><code class="code">25040</code></td><td class="errmsg">It is not possible to specify both a background image and a background country flag.</td></tr><tr><td><code class="code">25041</code></td><td class="errmsg">In order to use Country flags as backgrounds you must include the "jpgraph_flags.php" file.</td></tr><tr><td><code class="code">25042</code></td><td class="errmsg">Unknown background image layout</td></tr><tr><td><code class="code">25043</code></td><td class="errmsg">Unknown title background style.</td></tr><tr><td><code class="code">25044</code></td><td class="errmsg">Cannot use auto scaling since it is impossible to determine a valid min/max value of the Y-axis (only null values).</td></tr><tr><td><code class="code">25045</code></td><td class="errmsg">Font families FF_HANDWRT and FF_BOOK are no longer available due to copyright problem with these fonts. Fonts can no longer be distributed with JpGraph. Please download fonts from http://corefonts.sourceforge.net/</td></tr><tr><td><code class="code">25046</code></td><td class="errmsg">Specified TTF font family (id=%d) is unknown or does not exist. Please note that TTF fonts are not distributed with JpGraph for copyright reasons. You can find the MS TTF WEB-fonts (arial, courier etc) for download at http://corefonts.sourceforge.net/</td></tr><tr><td><code class="code">25047</code></td><td class="errmsg">Style %s is not available for font family %s</td></tr><tr><td><code class="code">25048</code></td><td class="errmsg">Unknown font style specification [%s].</td></tr><tr><td><code class="code">25049</code></td><td class="errmsg">Font file "%s" is not readable or does not exist.</td></tr><tr><td><code class="code">25050</code></td><td class="errmsg">First argument to Text::Text() must be a string.</td></tr><tr><td><code class="code">25051</code></td><td class="errmsg">Invalid direction specified for text.</td></tr><tr><td><code class="code">25052</code></td><td class="errmsg">PANIC: Internal error in SuperScript::Stroke(). Unknown vertical alignment for text</td></tr><tr><td><code class="code">25053</code></td><td class="errmsg">PANIC: Internal error in SuperScript::Stroke(). Unknown horizontal alignment for text</td></tr><tr><td><code class="code">25054</code></td><td class="errmsg">Internal error: Unknown grid axis %s</td></tr><tr><td><code class="code">25055</code></td><td class="errmsg">Axis::SetTickDirection() is deprecated. Use Axis::SetTickSide() instead</td></tr><tr><td><code class="code">25056</code></td><td class="errmsg">SetTickLabelMargin() is deprecated. Use Axis::SetLabelMargin() instead.</td></tr><tr><td><code class="code">25057</code></td><td class="errmsg">SetTextTicks() is deprecated. Use SetTextTickInterval() instead.</td></tr><tr><td><code class="code">25058</code></td><td class="errmsg">Text label interval must be specified &gt;= 1.</td></tr><tr><td><code class="code">25059</code></td><td class="errmsg">SetLabelPos() is deprecated. Use Axis::SetLabelSide() instead.</td></tr><tr><td><code class="code">25060</code></td><td class="errmsg">Unknown alignment specified for X-axis title. (%s)</td></tr><tr><td><code class="code">25061</code></td><td class="errmsg">Unknown alignment specified for Y-axis title. (%s)</td></tr><tr><td><code class="code">25062</code></td><td class="errmsg">Labels at an angle are not supported on Y-axis</td></tr><tr><td><code class="code">25063</code></td><td class="errmsg">Ticks::SetPrecision() is deprecated. Use Ticks::SetLabelFormat() (or Ticks::SetFormatCallback()) instead</td></tr><tr><td><code class="code">25064</code></td><td class="errmsg">Minor or major step size is 0. Check that you haven't got an accidental SetTextTicks(0) in your code. If this is not the case you might have stumbled upon a bug in JpGraph. Please report this and if possible include the data that caused the problem</td></tr><tr><td><code class="code">25065</code></td><td class="errmsg">Tick positions must be specified as an array()</td></tr><tr><td><code class="code">25066</code></td><td class="errmsg">When manually specifying tick positions and labels the number of labels must be the same as the number of specified ticks.</td></tr><tr><td><code class="code">25067</code></td><td class="errmsg">Your manually specified scale and ticks is not correct. The scale seems to be too small to hold any of the specified tick marks.</td></tr><tr><td><code class="code">25068</code></td><td class="errmsg">A plot has an illegal scale. This could for example be that you are trying to use text auto scaling to draw a line plot with only one point or that the plot area is too small. It could also be that no input data value is numeric (perhaps only '-' or 'x')</td></tr><tr><td><code class="code">25069</code></td><td class="errmsg">Grace must be larger then 0</td></tr><tr><td><code class="code">25070</code></td><td class="errmsg">Either X or Y data arrays contains non-numeric values. Check that the data is really specified as numeric data and not as strings. It is an error to specify data for example as '-2345.2' (using quotes).</td></tr><tr><td><code class="code">25071</code></td><td class="errmsg">You have specified a min value with SetAutoMin() which is larger than the maximum value used for the scale. This is not possible.</td></tr><tr><td><code class="code">25072</code></td><td class="errmsg">You have specified a max value with SetAutoMax() which is smaller than the minimum value used for the scale. This is not possible.</td></tr><tr><td><code class="code">25073</code></td><td class="errmsg">Internal error. Integer scale algorithm comparison out of bound (r=%f)</td></tr><tr><td><code class="code">25074</code></td><td class="errmsg">Internal error. The scale range is negative (%f) [for %s scale] This problem could potentially be caused by trying to use \"illegal\" values in the input data arrays (like trying to send in strings or only NULL values) which causes the auto scaling to fail.</td></tr><tr><td><code class="code">25075</code></td><td class="errmsg">Can't automatically determine ticks since min==max.</td></tr><tr><td><code class="code">25077</code></td><td class="errmsg">Adjustment factor for color must be &gt; 0</td></tr><tr><td><code class="code">25078</code></td><td class="errmsg">Unknown color: %s</td></tr><tr><td><code class="code">25079</code></td><td class="errmsg">Unknown color specification: %s, size=%d</td></tr><tr><td><code class="code">25080</code></td><td class="errmsg">Alpha parameter for color must be between 0.0 and 1.0</td></tr><tr><td><code class="code">25081</code></td><td class="errmsg">Selected graphic format is either not supported or unknown [%s]</td></tr><tr><td><code class="code">25082</code></td><td class="errmsg">Illegal sizes specified for width or height when creating an image, (width=%d, height=%d)</td></tr><tr><td><code class="code">25083</code></td><td class="errmsg">Illegal image size when copying image. Size for copied to image is 1 pixel or less.</td></tr><tr><td><code class="code">25084</code></td><td class="errmsg">Failed to create temporary GD canvas. Possible Out of memory problem.</td></tr><tr><td><code class="code">25085</code></td><td class="errmsg">An image can not be created from the supplied string. It is either in a format not supported or the string is representing an corrupt image.</td></tr><tr><td><code class="code">25086</code></td><td class="errmsg">You only seem to have GD 1.x installed. To enable Alphablending requires GD 2.x or higher. Please install GD or make sure the constant USE_GD2 is specified correctly to reflect your installation. By default it tries to auto detect what version of GD you have installed. On some very rare occasions it may falsely detect GD2 where only GD1 is installed. You must then set USE_GD2 to false.</td></tr><tr><td><code class="code">25087</code></td><td class="errmsg">This PHP build has not been configured with TTF support. You need to recompile your PHP installation with FreeType support.</td></tr><tr><td><code class="code">25088</code></td><td class="errmsg">You have a misconfigured GD font support. The call to imagefontwidth() fails.</td></tr><tr><td><code class="code">25089</code></td><td class="errmsg">You have a misconfigured GD font support. The call to imagefontheight() fails.</td></tr><tr><td><code class="code">25090</code></td><td class="errmsg">Unknown direction specified in call to StrokeBoxedText() [%s]</td></tr><tr><td><code class="code">25091</code></td><td class="errmsg">Internal font does not support drawing text at arbitrary angle. Use TTF fonts instead.</td></tr><tr><td><code class="code">25092</code></td><td class="errmsg">There is either a configuration problem with TrueType or a problem reading font file "%s" Make sure file exists and is in a readable place for the HTTP process. (If 'basedir' restriction is enabled in PHP then the font file must be located in the document root.). It might also be a wrongly installed FreeType library. Try upgrading to at least FreeType 2.1.13 and recompile GD with the correct setup so it can find the new FT library.</td></tr><tr><td><code class="code">25093</code></td><td class="errmsg">Can not read font file "%s" in call to Image::GetBBoxTTF. Please make sure that you have set a font before calling this method and that the font is installed in the TTF directory.</td></tr><tr><td><code class="code">25094</code></td><td class="errmsg">Direction for text most be given as an angle between 0 and 90.</td></tr><tr><td><code class="code">25095</code></td><td class="errmsg">Unknown font font family specification. </td></tr><tr><td><code class="code">25096</code></td><td class="errmsg">Can't allocate any more colors in palette image. Image has already allocated maximum of %d colors and the palette  is now full. Change to a truecolor image instead</td></tr><tr><td><code class="code">25097</code></td><td class="errmsg">Color specified as empty string in PushColor().</td></tr><tr><td><code class="code">25098</code></td><td class="errmsg">Negative Color stack index. Unmatched call to PopColor()</td></tr><tr><td><code class="code">25099</code></td><td class="errmsg">Parameters for brightness and Contrast out of range [-1,1]</td></tr><tr><td><code class="code">25100</code></td><td class="errmsg">Problem with color palette and your GD setup. Please disable anti-aliasing or use GD2 with true-color. If you have GD2 library installed please make sure that you have set the USE_GD2 constant to true and truecolor is enabled.</td></tr><tr><td><code class="code">25101</code></td><td class="errmsg">Illegal numeric argument to SetLineStyle(): (%d)</td></tr><tr><td><code class="code">25102</code></td><td class="errmsg">Illegal string argument to SetLineStyle(): %s</td></tr><tr><td><code class="code">25103</code></td><td class="errmsg">Illegal argument to SetLineStyle %s</td></tr><tr><td><code class="code">25104</code></td><td class="errmsg">Unknown line style: %s</td></tr><tr><td><code class="code">25105</code></td><td class="errmsg">NULL data specified for a filled polygon. Check that your data is not NULL.</td></tr><tr><td><code class="code">25106</code></td><td class="errmsg">Image::FillToBorder : Can not allocate more colors</td></tr><tr><td><code class="code">25107</code></td><td class="errmsg">Can't write to file "%s". Check that the process running PHP has enough permission.</td></tr><tr><td><code class="code">25108</code></td><td class="errmsg">Can't stream image. This is most likely due to a faulty PHP/GD setup. Try to recompile PHP and use the built-in GD library that comes with PHP.</td></tr><tr><td><code class="code">25109</code></td><td class="errmsg">Your PHP (and GD-lib) installation does not appear to support any known graphic formats. You need to first make sure GD is compiled as a module to PHP. If you also want to use JPEG images you must get the JPEG library. Please see the PHP docs for details.</td></tr><tr><td><code class="code">25110</code></td><td class="errmsg">Your PHP installation does not support the chosen graphic format: %s</td></tr><tr><td><code class="code">25111</code></td><td class="errmsg">Can't delete cached image %s. Permission problem?</td></tr><tr><td><code class="code">25112</code></td><td class="errmsg">Cached imagefile (%s) has file date in the future.</td></tr><tr><td><code class="code">25113</code></td><td class="errmsg">Can't delete cached image "%s". Permission problem?</td></tr><tr><td><code class="code">25114</code></td><td class="errmsg">PHP has not enough permissions to write to the cache file "%s". Please make sure that the user running PHP has write permission for this file if you wan to use the cache system with JpGraph.</td></tr><tr><td><code class="code">25115</code></td><td class="errmsg">Can't set permission for cached image "%s". Permission problem?</td></tr><tr><td><code class="code">25116</code></td><td class="errmsg">Cant open file from cache "%s"</td></tr><tr><td><code class="code">25117</code></td><td class="errmsg">Can't open cached image "%s" for reading.</td></tr><tr><td><code class="code">25118</code></td><td class="errmsg">Can't create directory "%s". Make sure PHP has write permission to this directory.</td></tr><tr><td><code class="code">25119</code></td><td class="errmsg">Can't set permissions for "%s". Permission problems?</td></tr><tr><td><code class="code">25120</code></td><td class="errmsg">Position for legend must be given as percentage in range 0-1</td></tr><tr><td><code class="code">25121</code></td><td class="errmsg">Empty input data array specified for plot. Must have at least one data point.</td></tr><tr><td><code class="code">25122</code></td><td class="errmsg">Stroke() must be implemented by concrete subclass to class Plot</td></tr><tr><td><code class="code">25123</code></td><td class="errmsg">You can't use a text X-scale with specified X-coords. Use a "int" or "lin" scale instead.</td></tr><tr><td><code class="code">25124</code></td><td class="errmsg">The input data array must have consecutive values from position 0 and forward. The given y-array starts with empty values (NULL)</td></tr><tr><td><code class="code">25125</code></td><td class="errmsg">Illegal direction for static line</td></tr><tr><td><code class="code">25126</code></td><td class="errmsg">Can't create truecolor image. Check that the GD2 library is properly setup with PHP.</td></tr><tr><td><code class="code">25127</code></td><td class="errmsg">The library has been configured for automatic encoding conversion of Japanese fonts. This requires that PHP has the mb_convert_encoding() function. Your PHP installation lacks this function (PHP needs the "--enable-mbstring" when compiled).</td></tr><tr><td><code class="code">25128</code></td><td class="errmsg">The function imageantialias() is not available in your PHP installation. Use the GD version that comes with PHP and not the standalone version.</td></tr><tr><td><code class="code">25129</code></td><td class="errmsg">Anti-alias can not be used with dashed lines. Please disable anti-alias or use solid lines.</td></tr><tr><td><code class="code">25130</code></td><td class="errmsg">Too small plot area. (%d x %d). With the given image size and margins there is to little space left for the plot. Increase the plot size or reduce the margins.</td></tr><tr><td><code class="code">25131</code></td><td class="errmsg">StrokeBoxedText2() only supports TTF fonts and not built-in bitmap fonts.</td></tr><tr><td><code class="code">25500</code></td><td class="errmsg">Multibyte strings must be enabled in the PHP installation in order to run the LED module so that the function mb_strlen() is available. See PHP documentation for more information.</td></tr><tr><td><code class="code">26000</code></td><td class="errmsg">PDF417: The PDF417 module requires that the PHP installation must support the function bcmod(). This is normally enabled at compile time. See documentation for more information.</td></tr><tr><td><code class="code">26001</code></td><td class="errmsg">PDF417: Number of Columns must be &gt;= 1 and &lt;= 30</td></tr><tr><td><code class="code">26002</code></td><td class="errmsg">PDF417: Error level must be between 0 and 8</td></tr><tr><td><code class="code">26003</code></td><td class="errmsg">PDF417: Invalid format for input data to encode with PDF417</td></tr><tr><td><code class="code">26004</code></td><td class="errmsg">PDF417: Can't encode given data with error level %d and %d columns since it results in too many symbols or more than 90 rows.</td></tr><tr><td><code class="code">26005</code></td><td class="errmsg">PDF417: Can't open file "%s" for writing</td></tr><tr><td><code class="code">26006</code></td><td class="errmsg">PDF417: Internal error. Data files for PDF417 cluster %d is corrupted.</td></tr><tr><td><code class="code">26007</code></td><td class="errmsg">PDF417: Internal error. GetPattern: Illegal Code Value = %d (row=%d)</td></tr><tr><td><code class="code">26008</code></td><td class="errmsg">PDF417: Internal error. Mode not found in mode list!! mode=%d</td></tr><tr><td><code class="code">26009</code></td><td class="errmsg">PDF417: Encode error: Illegal character. Can't encode character with ASCII code=%d</td></tr><tr><td><code class="code">26010</code></td><td class="errmsg">PDF417: Internal error: No input data in decode.</td></tr><tr><td><code class="code">26011</code></td><td class="errmsg">PDF417: Encoding error. Can't use numeric encoding on non-numeric data.</td></tr><tr><td><code class="code">26012</code></td><td class="errmsg">PDF417: Internal error. No input data to decode for Binary compressor.</td></tr><tr><td><code class="code">26013</code></td><td class="errmsg">PDF417: Internal error. Checksum error. Coefficient tables corrupted.</td></tr><tr><td><code class="code">26014</code></td><td class="errmsg">PDF417: Internal error. No data to calculate codewords on.</td></tr><tr><td><code class="code">26015</code></td><td class="errmsg">PDF417: Internal error. State transition table entry 0 is NULL. Entry 1 = (%s)</td></tr><tr><td><code class="code">26016</code></td><td class="errmsg">PDF417: Internal error: Unrecognized state transition mode in decode.</td></tr><tr><td><code class="code">27001</code></td><td class="errmsg">GTextTable: Invalid argument to Set(). Array argument must be 2 dimensional</td></tr><tr><td><code class="code">27002</code></td><td class="errmsg">GTextTable: Invalid argument to Set()</td></tr><tr><td><code class="code">27003</code></td><td class="errmsg">GTextTable: Wrong number of arguments to GTextTable::SetColor()</td></tr><tr><td><code class="code">27004</code></td><td class="errmsg">GTextTable: Specified cell range to be merged is not valid.</td></tr><tr><td><code class="code">27005</code></td><td class="errmsg">GTextTable: Cannot merge already merged cells in the range: (%d,%d) to (%d,%d)</td></tr><tr><td><code class="code">27006</code></td><td class="errmsg">GTextTable: Column argument = %d is outside specified table size.</td></tr><tr><td><code class="code">27007</code></td><td class="errmsg">GTextTable: Row argument = %d is outside specified table size.</td></tr><tr><td><code class="code">27008</code></td><td class="errmsg">GTextTable: Column and row size arrays must match the dimensions of the table</td></tr><tr><td><code class="code">27009</code></td><td class="errmsg">GTextTable: Number of table columns or rows are 0. Make sure Init() or Set() is called.</td></tr><tr><td><code class="code">27010</code></td><td class="errmsg">GTextTable: No alignment specified in call to SetAlign()</td></tr><tr><td><code class="code">27011</code></td><td class="errmsg">GTextTable: Unknown alignment specified in SetAlign(). Horizontal=%s, Vertical=%s</td></tr><tr><td><code class="code">27012</code></td><td class="errmsg">GTextTable: Internal error. Invalid alignment specified =%s</td></tr><tr><td><code class="code">27013</code></td><td class="errmsg">GTextTable: Argument to FormatNumber() must be a string.</td></tr><tr><td><code class="code">27014</code></td><td class="errmsg">GTextTable: Table is not initilaized with either a call to Set() or Init()</td></tr><tr><td><code class="code">27015</code></td><td class="errmsg">GTextTable: Cell image constrain type must be TIMG_WIDTH or TIMG_HEIGHT</td></tr><tr><td><code class="code">28001</code></td><td class="errmsg">Third argument to Contour must be an array of colors.</td></tr><tr><td><code class="code">28002</code></td><td class="errmsg">Number of colors must equal the number of isobar lines specified</td></tr><tr><td><code class="code">28003</code></td><td class="errmsg">ContourPlot Internal Error: isobarHCrossing: Coloumn index too large (%d)</td></tr><tr><td><code class="code">28004</code></td><td class="errmsg">ContourPlot Internal Error: isobarHCrossing: Row index too large (%d)</td></tr><tr><td><code class="code">28005</code></td><td class="errmsg">ContourPlot Internal Error: isobarVCrossing: Row index too large (%d)</td></tr><tr><td><code class="code">28006</code></td><td class="errmsg">ContourPlot Internal Error: isobarVCrossing: Col index too large (%d)</td></tr><tr><td><code class="code">28007</code></td><td class="errmsg">ContourPlot interpolation factor is too large (&gt;5)</td></tr><tr><td><code class="code">29201</code></td><td class="errmsg">Min range value must be less or equal to max range value for colormaps</td></tr><tr><td><code class="code">29202</code></td><td class="errmsg">The distance between min and max value is too small for numerical precision</td></tr><tr><td><code class="code">29203</code></td><td class="errmsg">Number of color quantification level must be at least %d</td></tr><tr><td><code class="code">29204</code></td><td class="errmsg">Number of colors (%d) is invalid for this colormap. It must be a number that can be written as: %d + k*%d</td></tr><tr><td><code class="code">29205</code></td><td class="errmsg">Colormap specification out of range. Must be an integer in range [0,%d]</td></tr><tr><td><code class="code">29206</code></td><td class="errmsg">Invalid object added to MatrixGraph</td></tr><tr><td><code class="code">29207</code></td><td class="errmsg">Empty input data specified for MatrixPlot</td></tr><tr><td><code class="code">29208</code></td><td class="errmsg">Unknown side specifiction for matrix labels "%s"</td></tr></tbody></table></div></div><p><br class="table-break"></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="apg.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt08.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="aphs02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Appendix G. List of files included in the library </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> H.2. QR 2D Barcode error messages</td></tr></table></div></body></html>