Subversion Repositories cheapmusic

Rev

Blame | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><title>Chapter 6. PHPlot Functions By Category</title><link rel="stylesheet" type="text/css" href="phplotdoc.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="PHPlot Reference Manual" /><link rel="up" href="part1.html" title="Part I. PHPlot Programming" /><link rel="prev" href="ex-stackedsquaredarea1.html" title="5.53. Example - Stacked Squared Area Plot" /><link rel="next" href="ref-iocontrol.html" title="6.2. Input/Output Control" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 6. PHPlot Functions By Category</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ex-stackedsquaredarea1.html">Prev</a> </td><th width="60%" align="center">Part I. PHPlot Programming</th><td width="20%" align="right"> <a accesskey="n" href="ref-iocontrol.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a id="functions"></a>Chapter 6. PHPlot Functions By Category</h2></div></div></div><div class="abstract"><p class="title"><strong></strong></p><p>
This chapter presents a grouping of the PHPlot functions by category.
Descriptions of the functions can be found in <a class="xref" href="reference.html" title="PHPlot Function Reference">PHPlot Function Reference</a>.
  </p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="ref-core"></a>6.1. Core</h2></div></div></div><p>
The functions in this section form the core of PHPlot.
You cannot produce plots without using some of these.
If you want to produce plots with little or no customization, you need use
no other functions.
These functions are used to create a PHPlot object, select the type of
plot you want, provide the data to be plotted, and output the plot.
For more information, see <a class="xref" href="conc-overview.html" title="3.2. Programming Overview">Section 3.2, &#8220;Programming Overview&#8221;</a>.
</p><p>
</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><a class="xref" href="PHPlot.html" title="PHPlot"><span class="refentrytitle">PHPlot</span></a></p></li><li class="listitem"><p><a class="xref" href="PHPlot-truecolor.html" title="PHPlot_truecolor"><span class="refentrytitle">PHPlot_truecolor</span></a></p></li><li class="listitem"><p><a class="xref" href="DrawGraph.html" title="DrawGraph"><span class="refentrytitle">DrawGraph</span></a></p></li><li class="listitem"><p><a class="xref" href="EncodeImage.html" title="EncodeImage"><span class="refentrytitle">EncodeImage</span></a></p></li><li class="listitem"><p><a class="xref" href="EndStream.html" title="EndStream"><span class="refentrytitle">EndStream</span></a></p></li><li class="listitem"><p><a class="xref" href="PrintImage.html" title="PrintImage"><span class="refentrytitle">PrintImage</span></a></p></li><li class="listitem"><p><a class="xref" href="PrintImageFrame.html" title="PrintImageFrame"><span class="refentrytitle">PrintImageFrame</span></a></p></li><li class="listitem"><p><a class="xref" href="SetDataType.html" title="SetDataType"><span class="refentrytitle">SetDataType</span></a></p></li><li class="listitem"><p><a class="xref" href="SetDataValues.html" title="SetDataValues"><span class="refentrytitle">SetDataValues</span></a></p></li><li class="listitem"><p><a class="xref" href="SetPlotType.html" title="SetPlotType"><span class="refentrytitle">SetPlotType</span></a></p></li><li class="listitem"><p><a class="xref" href="StartStream.html" title="StartStream"><span class="refentrytitle">StartStream</span></a></p></li></ul></div><p>
</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ex-stackedsquaredarea1.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="part1.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ref-iocontrol.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5.53. Example - Stacked Squared Area Plot </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 6.2. Input/Output Control</td></tr></table></div></body></html>