98 |
- |
1 |
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
|
|
2 |
<!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>2.6. Customization</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="starting.html" title="Chapter 2. Getting Started with PHPlot" /><link rel="prev" href="start-multiple.html" title="2.5. Multiple Lines Per Graph" /><link rel="next" href="starting-next.html" title="2.7. What's Next?" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.6. Customization</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="start-multiple.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Getting Started with PHPlot</th><td width="20%" align="right"> <a accesskey="n" href="starting-next.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="starting-custom"></a>2.6. Customization</h2></div></div></div><p>
|
|
|
3 |
PHPlot can draw these types of plots:
|
|
|
4 |
</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
|
|
|
5 |
Bars (with optional shadows) and Stacked Bars, both vertical and horizontal
|
|
|
6 |
</p></li><li class="listitem"><p>
|
|
|
7 |
Lines
|
|
|
8 |
</p></li><li class="listitem"><p>
|
|
|
9 |
Points (a lot of point shapes are available)
|
|
|
10 |
</p></li><li class="listitem"><p>
|
|
|
11 |
Linepoints (as you might expect, both points and lines)
|
|
|
12 |
</p></li><li class="listitem"><p>
|
|
|
13 |
Area and Stacked Area
|
|
|
14 |
</p></li><li class="listitem"><p>
|
|
|
15 |
Pie (2D or 3D look)
|
|
|
16 |
</p></li><li class="listitem"><p>
|
|
|
17 |
Thinbarline (sometimes also called impulse), both vertical and horizontal
|
|
|
18 |
</p></li><li class="listitem"><p>
|
|
|
19 |
Lines, Points, and Linepoints with Error bars
|
|
|
20 |
</p></li><li class="listitem"><p>
|
|
|
21 |
Squared (steps)
|
|
|
22 |
</p></li><li class="listitem"><p>
|
|
|
23 |
Bubbles
|
|
|
24 |
</p></li><li class="listitem"><p>
|
|
|
25 |
Open/High/Low/Close (shows price changes for a stock, for example)
|
|
|
26 |
</p></li><li class="listitem"><p>
|
|
|
27 |
Boxes (5-number statistical summary)
|
|
|
28 |
</p></li></ul></div><p>
|
|
|
29 |
</p><p>
|
|
|
30 |
You specify which type of plot you want with the <a class="xref" href="SetPlotType.html" title="SetPlotType"><span class="refentrytitle">SetPlotType</span></a>
|
|
|
31 |
function.
|
|
|
32 |
</p><p>
|
|
|
33 |
There are many ways we can change the look and feel of the graph.
|
|
|
34 |
Almost every parameter of the graph, including ticks, grids, and data labels,
|
|
|
35 |
can be adjusted using PHPlot functions.
|
|
|
36 |
A categorized list of these functions can be found in <a class="xref" href="functions.html" title="Chapter 6. PHPlot Functions By Category">Chapter 6, <em>PHPlot Functions By Category</em></a>.
|
|
|
37 |
Each of the functions is described in detail in <a class="xref" href="reference.html" title="PHPlot Function Reference">PHPlot Function Reference</a>.
|
|
|
38 |
|
|
|
39 |
</p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="start-multiple.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="starting.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="starting-next.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.5. Multiple Lines Per Graph </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2.7. What's Next?</td></tr></table></div></body></html>
|