|
|
8 |
</p></div></div></div><hr /></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="preface"><a href="preface.html">Preface</a></span></dt><dt><span class="part">I. <a href="part1.html">PHPlot Programming</a></span></dt><dd><dl><dt><span class="chapter">1. <a href="install.html">PHPlot Installation</a></span></dt><dd><dl><dt><span class="sect1">1.1. <a href="install.html#install-prereq">Prerequisites</a></span></dt><dt><span class="sect1">1.2. <a href="install-install.html">Installing</a></span></dt><dt><span class="sect1">1.3. <a href="install-next.html">Next Step</a></span></dt></dl></dd><dt><span class="chapter">2. <a href="starting.html">Getting Started with PHPlot</a></span></dt><dd><dl><dt><span class="sect1">2.1. <a href="starting.html#starting-intro">Introduction</a></span></dt><dt><span class="sect1">2.2. <a href="starting-create.html">Creating the Object</a></span></dt><dt><span class="sect1">2.3. <a href="starting-simple.html">A Simple Graph</a></span></dt><dt><span class="sect1">2.4. <a href="starting-more.html">Different Size Images and Titles</a></span></dt><dt><span class="sect1">2.5. <a href="start-multiple.html">Multiple Lines Per Graph</a></span></dt><dt><span class="sect1">2.6. <a href="starting-custom.html">Customization</a></span></dt><dt><span class="sect1">2.7. <a href="starting-next.html">What's Next?</a></span></dt></dl></dd><dt><span class="chapter">3. <a href="concepts.html">PHPlot Concepts</a></span></dt><dd><dl><dt><span class="sect1">3.1. <a href="concepts.html#conc-defs">Definitions</a></span></dt><dt><span class="sect1">3.2. <a href="conc-overview.html">Programming Overview</a></span></dt><dt><span class="sect1">3.3. <a href="conc-datatypes.html">PHPlot Data Types</a></span></dt><dt><span class="sect1">3.4. <a href="conc-plottypes.html">PHPlot Plot Types</a></span></dt><dt><span class="sect1">3.5. <a href="conc-colors.html">Colors</a></span></dt><dt><span class="sect1">3.6. <a href="conc-labels.html">Labels</a></span></dt><dt><span class="sect1">3.7. <a href="conc-otherelements.html">Other Plot Elements</a></span></dt><dt><span class="sect1">3.8. <a href="conc-text.html">Text Fonts</a></span></dt><dt><span class="sect1">3.9. <a href="conc-errors.html">Error Handling</a></span></dt></dl></dd><dt><span class="chapter">4. <a href="advanced.html">PHPlot Advanced Topics</a></span></dt><dd><dl><dt><span class="sect1">4.1. <a href="advanced.html#adv-customclass">Custom PHPlot Class</a></span></dt><dt><span class="sect1">4.2. <a href="adv-serialize.html">PHPlot Object Serialization</a></span></dt><dt><span class="sect1">4.3. <a href="adv-truecolor.html">Truecolor Images</a></span></dt><dt><span class="sect1">4.4. <a href="callbacks.html">Callbacks</a></span></dt><dt><span class="sect1">4.5. <a href="adv-datacolor-callback.html">Custom Data Color Selection</a></span></dt><dt><span class="sect1">4.6. <a href="adv-autorange.html">Plot Range and Tick Increment Calculations</a></span></dt><dt><span class="sect1">4.7. <a href="adv-tuning.html">Tuning Parameters</a></span></dt><dt><span class="sect1">4.8. <a href="adv-multiplot.html">Multiple Plots Per Image</a></span></dt><dt><span class="sect1">4.9. <a href="adv-streaming.html">Streaming Plots</a></span></dt><dt><span class="sect1">4.10. <a href="adv-imgmap.html">Image Maps for Plot Data</a></span></dt></dl></dd><dt><span class="chapter">5. <a href="examples.html">PHPlot Examples</a></span></dt><dd><dl><dt><span class="sect1">5.1. <a href="examples.html#ex-lines1">Example - Line Plot</a></span></dt><dt><span class="sect1">5.2. <a href="ex-lines2.html">Example - Line Plot: Functions</a></span></dt><dt><span class="sect1">5.3. <a href="ex-area1.html">Example - Area Plot</a></span></dt><dt><span class="sect1">5.4. <a href="ex-bars1.html">Example - Bar Chart</a></span></dt><dt><span class="sect1">5.5. <a href="ex-bars2.html">Example - Unshaded Bar Chart</a></span></dt><dt><span class="sect1">5.6. <a href="ex-bars3.html">Example - Bar Chart, Label Options</a></span></dt><dt><span class="sect1">5.7. <a href="ex-linepoints1.html">Example - Line/Point Plot, Point Shapes</a></span></dt><dt><span class="sect1">5.8. <a href="ex-pie1.html">Example - Pie Chart, text-data-single</a></span></dt><dt><span class="sect1">5.9. <a href="ex-pie2.html">Example - Pie Chart, text-data</a></span></dt><dt><span class="sect1">5.10. <a href="ex-pie3.html">Example - Pie Chart, flat with options</a></span></dt><dt><span class="sect1">5.11. <a href="ex-points1.html">Example - Points Plot with Error Bars</a></span></dt><dt><span class="sect1">5.12. <a href="ex-points2.html">Example - Points Plot / Scatterplot</a></span></dt><dt><span class="sect1">5.13. <a href="ex-squared1.html">Example - Squared Plot</a></span></dt><dt><span class="sect1">5.14. <a href="ex-stackedbars1.html">Example - Stacked Bars, Shaded</a></span></dt><dt><span class="sect1">5.15. <a href="ex-stackedbars2.html">Example - Stacked Bars, Unshaded</a></span></dt><dt><span class="sect1">5.16. <a href="ex-thinbarline1.html">Example - Thin Bar Line Plot</a></span></dt><dt><span class="sect1">5.17. <a href="ex-thinbarline2.html">Example - Thin Bar Line Plot, Wider Lines</a></span></dt><dt><span class="sect1">5.18. <a href="ex-twoplot1.html">Example - Two Plots on One Image</a></span></dt><dt><span class="sect1">5.19. <a href="ex-bars4.html">Example - Bar Chart with Data Value Labels</a></span></dt><dt><span class="sect1">5.20. <a href="ex-stackedbars3.html">Example - Stacked Bars with Y Data Value Labels</a></span></dt><dt><span class="sect1">5.21. <a href="ex-stackedarea1.html">Example - Stacked Area Plot</a></span></dt><dt><span class="sect1">5.22. <a href="ex-annotate.html">Example - Annotating a Plot Using a Callback</a></span></dt><dt><span class="sect1">5.23. <a href="ex-webform.html">Example - Complete Web Form with Plot</a></span></dt><dt><span class="sect1">5.24. <a href="ex-truecolor-histogram.html">Example - Using Truecolor To Make a Histogram</a></span></dt><dt><span class="sect1">5.25. <a href="ex-colorcallbackgradient.html">Example - Creative Use of the Data Color Callback</a></span></dt><dt><span class="sect1">5.26. <a href="ex-colorcallbackbars.html">Example - Custom Bar Colors Using the Data Color Callback</a></span></dt><dt><span class="sect1">5.27. <a href="ex-horizbar.html">Example - Horizontal Bar Chart</a></span></dt><dt><span class="sect1">5.28. <a href="ex-horizstackedbar.html">Example - Horizontal Stacked Bar Chart</a></span></dt><dt><span class="sect1">5.29. <a href="ex-horizthinbarline.html">Example - Horizontal Thin Bar Line Plot</a></span></dt><dt><span class="sect1">5.30. <a href="ex-ohlcbasic.html">Example - Basic OHLC (Open, High, Low, Close) Financial Plot</a></span></dt><dt><span class="sect1">5.31. <a href="ex-ohlccandlesticks.html">Example - Candlesticks OHLC (Open, High, Low, Close) Financial Plot</a></span></dt><dt><span class="sect1">5.32. <a href="ex-ohlccandlesticks2.html">Example - Filled Candlesticks OHLC (Open, High, Low, Close) Financial Plot</a></span></dt><dt><span class="sect1">5.33. <a href="ex-linepoints2.html">Example - Linepoints Plot with Data Value Labels</a></span></dt><dt><span class="sect1">5.34. <a href="ex-outbreak.html">Example - Overlaying Plots</a></span></dt><dt><span class="sect1">5.35. <a href="ex-legendshape.html">Example - Legend with Shape Markers</a></span></dt><dt><span class="sect1">5.36. <a href="ex-legendpos.html">Example - Legend Positioning</a></span></dt><dt><span class="sect1">5.37. <a href="ex-ytickanchor.html">Example - Setting a Y Tick Anchor</a></span></dt><dt><span class="sect1">5.38. <a href="ex-xtickanchor.html">Example - Hourly Data Using X Tick Anchor</a></span></dt><dt><span class="sect1">5.39. <a href="ex-encodeimage.html">Example - Embedding Image with EncodeImage</a></span></dt><dt><span class="sect1">5.40. <a href="ex-bubbles1.html">Example - Bubbles Plot</a></span></dt><dt><span class="sect1">5.41. <a href="ex-pielabeltype.html">Example - Pie Chart Label Types</a></span></dt><dt><span class="sect1">5.42. <a href="ex-drawmessage.html">Example - DrawMessage</a></span></dt><dt><span class="sect1">5.43. <a href="ex-dlexformat.html">Example - Custom Data Value Label Formatting</a></span></dt><dt><span class="sect1">5.44. <a href="ex-imagemap-bars.html">Example - Image Map from Bar Chart</a></span></dt><dt><span class="sect1">5.45. <a href="ex-imagemap-pie.html">Example - Image Map from Pie Chart</a></span></dt><dt><span class="sect1">5.46. <a href="ex-imagemap-nonembed.html">Example - Image Map and Non-embedded Plot Image</a></span></dt><dt><span class="sect1">5.47. <a href="ex-pieangle.html">Example - Pie Chart Start Angle and Direction</a></span></dt><dt><span class="sect1">5.48. <a href="ex-horizlinepts.html">Example - Horizontal Linepoints Plot with Data Value Labels and Lines</a></span></dt><dt><span class="sect1">5.49. <a href="ex-horizerror.html">Example - Horizontal Error Plot</a></span></dt><dt><span class="sect1">5.50. <a href="ex-boxplot1.html">Example - Box Plot with Data Reduction</a></span></dt><dt><span class="sect1">5.51. <a href="ex-boxplot2.html">Example - Box Plot with Outliers and Styles</a></span></dt><dt><span class="sect1">5.52. <a href="ex-squaredarea1.html">Example - Squared Area Plot</a></span></dt><dt><span class="sect1">5.53. <a href="ex-stackedsquaredarea1.html">Example - Stacked Squared Area Plot</a></span></dt></dl></dd><dt><span class="chapter">6. <a href="functions.html">PHPlot Functions By Category</a></span></dt><dd><dl><dt><span class="sect1">6.1. <a href="functions.html#ref-core">Core</a></span></dt><dt><span class="sect1">6.2. <a href="ref-iocontrol.html">Input/Output Control</a></span></dt><dt><span class="sect1">6.3. <a href="ref-colorstyle.html">Colors and Line Styles</a></span></dt><dt><span class="sect1">6.4. <a href="ref-addlstyle.html">Additional Style Controls</a></span></dt><dt><span class="sect1">6.5. <a href="ref-errorbars.html">Error Bar Controls</a></span></dt><dt><span class="sect1">6.6. <a href="ref-textfonts.html">Text Fonts</a></span></dt><dt><span class="sect1">6.7. <a href="ref-titles.html">Titles</a></span></dt><dt><span class="sect1">6.8. <a href="ref-legend.html">Legend</a></span></dt><dt><span class="sect1">6.9. <a href="ref-axes.html">Axis Controls</a></span></dt><dt><span class="sect1">6.10. <a href="ref-grid.html">Grid Controls</a></span></dt><dt><span class="sect1">6.11. <a href="ref-labels.html">Labels</a></span></dt><dt><span class="sect1">6.12. <a href="ref-ticks.html">Ticks</a></span></dt><dt><span class="sect1">6.13. <a href="ref-scaling.html">Scaling and Translation</a></span></dt><dt><span class="sect1">6.14. <a href="ref-callbacks.html">Callbacks</a></span></dt></dl></dd></dl></dd><dt><span class="reference">II. <a href="reference.html">PHPlot Function Reference</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="DrawGraph.html">DrawGraph</a></span><span class="refpurpose"> — Draw the current graph onto the image</span></dt><dt><span class="refentrytitle"><a href="DrawMessage.html">DrawMessage</a></span><span class="refpurpose"> — Draw a text message on the image, discarding the plot</span></dt><dt><span class="refentrytitle"><a href="EncodeImage.html">EncodeImage</a></span><span class="refpurpose"> — Returns the plot image data</span></dt><dt><span class="refentrytitle"><a href="EndStream.html">EndStream</a></span><span class="refpurpose"> — End a Motion-JPEG (or other type) plot stream</span></dt><dt><span class="refentrytitle"><a href="GetCallback.html">GetCallback</a></span><span class="refpurpose"> — Returns the current callback function registered for the given reason</span></dt><dt><span class="refentrytitle"><a href="GetDeviceXY.html">GetDeviceXY</a></span><span class="refpurpose"> — Translate world coordinates into device coordinates</span></dt><dt><span class="refentrytitle"><a href="GetLegendSize.html">GetLegendSize</a></span><span class="refpurpose"> — Return the amount of space required for the legend box</span></dt><dt><span class="refentrytitle"><a href="PHPlot.html">PHPlot</a></span><span class="refpurpose"> — Construct a new PHPlot Class Object</span></dt><dt><span class="refentrytitle"><a href="PHPlot-truecolor.html">PHPlot_truecolor</a></span><span class="refpurpose"> — Construct a new PHPlot Truecolor Class Object</span></dt><dt><span class="refentrytitle"><a href="PrintImage.html">PrintImage</a></span><span class="refpurpose"> — Output the generated graph image and clean up the
|
|
|
10 |
when the plot is drawn</span></dt><dt><span class="refentrytitle"><a href="SetRGBArray.html">SetRGBArray</a></span><span class="refpurpose"> — Select a color map</span></dt><dt><span class="refentrytitle"><a href="SetShading.html">SetShading</a></span><span class="refpurpose"> — Set the size of the drop shadow for bar and pie charts.</span></dt><dt><span class="refentrytitle"><a href="SetSkipBottomTick.html">SetSkipBottomTick</a></span><span class="refpurpose"> — Suppress the bottom Y axis tick mark and label</span></dt><dt><span class="refentrytitle"><a href="SetSkipLeftTick.html">SetSkipLeftTick</a></span><span class="refpurpose"> — Suppress the first X axis tick mark and label</span></dt><dt><span class="refentrytitle"><a href="SetSkipRightTick.html">SetSkipRightTick</a></span><span class="refpurpose"> — Suppress the last X axis tick mark and label</span></dt><dt><span class="refentrytitle"><a href="SetSkipTopTick.html">SetSkipTopTick</a></span><span class="refpurpose"> — Suppress the top Y axis tick mark and label</span></dt><dt><span class="refentrytitle"><a href="SetTextColor.html">SetTextColor</a></span><span class="refpurpose"> — Set general text color</span></dt><dt><span class="refentrytitle"><a href="SetTickColor.html">SetTickColor</a></span><span class="refpurpose"> — Set the color of the axis tick marks</span></dt><dt><span class="refentrytitle"><a href="SetTickLabelColor.html">SetTickLabelColor</a></span><span class="refpurpose"> — Set the color for tick labels</span></dt><dt><span class="refentrytitle"><a href="SetTitle.html">SetTitle</a></span><span class="refpurpose"> — Set the main title text for the plot</span></dt><dt><span class="refentrytitle"><a href="SetTitleColor.html">SetTitleColor</a></span><span class="refpurpose"> — Set the color of the main plot title</span></dt><dt><span class="refentrytitle"><a href="SetTransparentColor.html">SetTransparentColor</a></span><span class="refpurpose"> — Designate one color to be transparent</span></dt><dt><span class="refentrytitle"><a href="SetTTFPath.html">SetTTFPath</a></span><span class="refpurpose"> — Set the default TrueType font directory</span></dt><dt><span class="refentrytitle"><a href="SetUseTTF.html">SetUseTTF</a></span><span class="refpurpose"> — Set the default font type</span></dt><dt><span class="refentrytitle"><a href="SetXAxisPosition.html">SetXAxisPosition</a></span><span class="refpurpose"> — Move the X axis</span></dt><dt><span class="refentrytitle"><a href="SetXDataLabelAngle.html">SetXDataLabelAngle</a></span><span class="refpurpose"> — Set the text angle for X data labels</span></dt><dt><span class="refentrytitle"><a href="SetXDataLabelPos.html">SetXDataLabelPos</a></span><span class="refpurpose"> — Position and control X data labels</span></dt><dt><span class="refentrytitle"><a href="SetXDataLabelType.html">SetXDataLabelType</a></span><span class="refpurpose"> — Set formatting type for X data labels</span></dt><dt><span class="refentrytitle"><a href="SetXLabelAngle.html">SetXLabelAngle</a></span><span class="refpurpose"> — Set the text angle for X labels</span></dt><dt><span class="refentrytitle"><a href="SetXLabelType.html">SetXLabelType</a></span><span class="refpurpose"> — Set formatting type for X tick labels</span></dt><dt><span class="refentrytitle"><a href="SetXScaleType.html">SetXScaleType</a></span><span class="refpurpose"> — Select linear or logarithmic scale</span></dt><dt><span class="refentrytitle"><a href="SetXTickAnchor.html">SetXTickAnchor</a></span><span class="refpurpose"> — Set an anchor point for X tick marks</span></dt><dt><span class="refentrytitle"><a href="SetXTickCrossing.html">SetXTickCrossing</a></span><span class="refpurpose"> — Set crossing length of X tick marks</span></dt><dt><span class="refentrytitle"><a href="SetXTickIncrement.html">SetXTickIncrement</a></span><span class="refpurpose"> — Set the length of the interval between X ticks</span></dt><dt><span class="refentrytitle"><a href="SetXTickLabelPos.html">SetXTickLabelPos</a></span><span class="refpurpose"> — Position the X tick labels</span></dt><dt><span class="refentrytitle"><a href="SetXTickLength.html">SetXTickLength</a></span><span class="refpurpose"> — Set outer length of X tick marks</span></dt><dt><span class="refentrytitle"><a href="SetXTickPos.html">SetXTickPos</a></span><span class="refpurpose"> — Position the X tick marks</span></dt><dt><span class="refentrytitle"><a href="SetXTimeFormat.html">SetXTimeFormat</a></span><span class="refpurpose"> — Set date/time formatting string for X labels</span></dt><dt><span class="refentrytitle"><a href="SetXTitle.html">SetXTitle</a></span><span class="refpurpose"> — Sets the X axis title, and optionally its position</span></dt><dt><span class="refentrytitle"><a href="SetXTitleColor.html">SetXTitleColor</a></span><span class="refpurpose"> — Set the color of the X Title</span></dt><dt><span class="refentrytitle"><a href="SetYAxisPosition.html">SetYAxisPosition</a></span><span class="refpurpose"> — Move the Y axis</span></dt><dt><span class="refentrytitle"><a href="SetYDataLabelAngle.html">SetYDataLabelAngle</a></span><span class="refpurpose"> — Set the text angle for Y data labels</span></dt><dt><span class="refentrytitle"><a href="SetYDataLabelPos.html">SetYDataLabelPos</a></span><span class="refpurpose"> — Position and control Y data labels</span></dt><dt><span class="refentrytitle"><a href="SetYDataLabelType.html">SetYDataLabelType</a></span><span class="refpurpose"> — Set formatting type for Y data labels</span></dt><dt><span class="refentrytitle"><a href="SetYLabelAngle.html">SetYLabelAngle</a></span><span class="refpurpose"> — Set the text angle for Y tick labels</span></dt><dt><span class="refentrytitle"><a href="SetYLabelType.html">SetYLabelType</a></span><span class="refpurpose"> — Set formatting type for Y tick labels</span></dt><dt><span class="refentrytitle"><a href="SetYScaleType.html">SetYScaleType</a></span><span class="refpurpose"> — Select linear or logarithmic scale</span></dt><dt><span class="refentrytitle"><a href="SetYTickAnchor.html">SetYTickAnchor</a></span><span class="refpurpose"> — Set an anchor point for Y tick marks</span></dt><dt><span class="refentrytitle"><a href="SetYTickCrossing.html">SetYTickCrossing</a></span><span class="refpurpose"> — Set crossing length of Y tick marks</span></dt><dt><span class="refentrytitle"><a href="SetYTickIncrement.html">SetYTickIncrement</a></span><span class="refpurpose"> — Set the length of the interval between Y ticks</span></dt><dt><span class="refentrytitle"><a href="SetYTickLabelPos.html">SetYTickLabelPos</a></span><span class="refpurpose"> — Position the Y tick labels</span></dt><dt><span class="refentrytitle"><a href="SetYTickLength.html">SetYTickLength</a></span><span class="refpurpose"> — Set outer length of Y tick marks</span></dt><dt><span class="refentrytitle"><a href="SetYTickPos.html">SetYTickPos</a></span><span class="refpurpose"> — Position the Y tick marks</span></dt><dt><span class="refentrytitle"><a href="SetYTimeFormat.html">SetYTimeFormat</a></span><span class="refpurpose"> — Set date/time formatting string for Y labels</span></dt><dt><span class="refentrytitle"><a href="SetYTitle.html">SetYTitle</a></span><span class="refpurpose"> — Sets the Y axis title, and optionally its position</span></dt><dt><span class="refentrytitle"><a href="SetYTitleColor.html">SetYTitleColor</a></span><span class="refpurpose"> — Set the color of the Y Title</span></dt><dt><span class="refentrytitle"><a href="StartStream.html">StartStream</a></span><span class="refpurpose"> — Begin a Motion-JPEG (or other type) plot stream</span></dt><dt><span class="refentrytitle"><a href="TuneXAutoRange.html">TuneXAutoRange</a></span><span class="refpurpose"> — Adjust tuning parameters for X axis range calculation</span></dt><dt><span class="refentrytitle"><a href="TuneYAutoRange.html">TuneYAutoRange</a></span><span class="refpurpose"> — Adjust tuning parameters for Y axis range calculation</span></dt><dt><span class="refentrytitle"><a href="TuneXAutoTicks.html">TuneXAutoTicks</a></span><span class="refpurpose"> — Adjust tuning parameters for X axis tick increment calculation</span></dt><dt><span class="refentrytitle"><a href="TuneYAutoTicks.html">TuneYAutoTicks</a></span><span class="refpurpose"> — Adjust tuning parameters for Y axis tick increment calculation</span></dt></dl></dd><dt><span class="part">III. <a href="part3.html">Developer's Guide to PHPlot</a></span></dt><dd><dl><dt><span class="chapter">7. <a href="dev-layout.html">PHPlot Plot Layout</a></span></dt><dt><span class="chapter">8. <a href="dev-legend.html">PHPlot Legend Layout</a></span></dt><dt><span class="chapter">9. <a href="dev-internal.html">PHPlot Class Internal Functions</a></span></dt><dt><span class="chapter">10. <a href="dev-vars.html">PHPlot Class Member Variables</a></span></dt><dd><dl><dt><span class="sect1">10.1. <a href="dev-vars.html#dev-vars-list">List of Member Variables</a></span></dt><dt><span class="sect1">10.2. <a href="dev-var-notes.html">Member Variable Notes</a></span></dt><dt><span class="sect1">10.3. <a href="dev-const.html">PHPlot Class Constants</a></span></dt></dl></dd></dl></dd><dt><span class="appendix">A. <a href="changelog.html">Change Log</a></span></dt></dl></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="preface.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td width="40%" align="right" valign="top"> Preface</td></tr></table></div></body></html>
|