This file is indexed.

/usr/share/doc/python-gdchart2-doc/doc/graphs/combined.html is in python-gdchart2-doc 0.beta1-3.4ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
	<head>
		<LINK REL=StyleSheet HREF="../style/style.css" TYPE="text/css">
	</head>
		<a href="hlc.html">&lt;--previous</a> |
	<a href="../index.html">contents</a> |
	<a href="combined/hlcarea.html">next--&gt;</a> 

	<hr>
	<body>
        <h1>Combination Graphs  </h1>
		
<p> Combination graphs allow you to place two different plot types at on the
same graph. The primary data (i.e. data for the graph type that occurs first in
the combo graph name) is set using the usual .setData() method. Secondary data
is set using the .setComboData() method. Note that the .setData() and
.setComboData() methods enforce data conformance - that is, you cannot plot
data of different lengths in your primary and secondary graphs.</p>

<p> Each combination graph type also as a corresponding 3D graph type. The 3D
types plot the primary graph type in 3D, with the secondary data type as a 2D
backdrop. </p>

	</body>
	<hr>
    <table width="100%">
        <tr>
            <td>
                	<a href="hlc.html">&lt;--previous</a> |
	<a href="../index.html">contents</a> |
	<a href="combined/hlcarea.html">next--&gt;</a> 

            </td>
            <td align="right">
                (12/31/03)
            </td>
        </tr>
    </table>
	<center> PyGDChart User's Manual </center>
</html>