This file is indexed.

/usr/share/doc/libplplot12/examples/c/README.cairo is in libplplot-dev 5.10.0+dfsg2-0.1ubuntu2.

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
Some examples demonstrating how to use the PLplot xcairo and extcairo
devices to draw into an externally supplied XDrawable or Cairo context.

EXTERNAL X DRAWABLE EXAMPLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The external X drawable example is extXdrawable_demo.c.  It is designed to
demonstrate the use of the ability of plplot's xcairo driver to use an X
drawable supplied by an application.  The example itself uses GTK but the
concept applies to any graphical framework, or even programs using libX11
directly.

To build this demo, install PLplot with the "make install" command and then
run 'make extXdrawable_demo' in the installed .../examples/c directory.

EXTERNAL CAIRO CONTEXT EXAMPLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The C program ext-cairo-test.c demonstrates how to pass in an external
Cairo Context that PLplot can use for plotting using the extcairo device.

To build this demo, install PLplot with the "make install" command and then
run 'make ext-cairo-test' in the installed .../examples/c directory.