Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 84e3c6e8e1d0d7706a99d19480799d2a > files > 118

gtk+extra-devel-2.1.2-6.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GtkPlot</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GtkExtra2 Reference Manual">
<link rel="up" href="ch01.html" title="Libraray Reference">
<link rel="prev" href="gtkextra-GtkIconList.html" title="GtkIconList">
<link rel="next" href="gtkextra-GtkIconFileSel.html" title="GtkIconFileSel">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Libraray Reference">
<link rel="chapter" href="objecttree.html" title="Object Hierarchy">
<link rel="index" href="api-index.html" title="API Index">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="gtkextra-GtkIconList.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GtkExtra2 Reference Manual</th>
<td><a accesskey="n" href="gtkextra-GtkIconFileSel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#gtkextra-GtkPlot.synopsis" class="shortcut">Top</a>
                 | 
                <a href="#gtkextra-GtkPlot.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry" title="GtkPlot">
<a name="gtkextra-GtkPlot"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="gtkextra-GtkPlot.top_of_page"></a>GtkPlot</span></h2>
<p>GtkPlot</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="gtkextra-GtkPlot.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">

#include &lt;gtkextra.h&gt;

#define             <a class="link" href="gtkextra-GtkPlot.html#GTK-PLOT-AXIS--CAPS" title="GTK_PLOT_AXIS()">GTK_PLOT_AXIS</a>                       (obj)
#define             <a class="link" href="gtkextra-GtkPlot.html#GTK-TYPE-PLOT-AXIS--CAPS" title="GTK_TYPE_PLOT_AXIS">GTK_TYPE_PLOT_AXIS</a>
#define             <a class="link" href="gtkextra-GtkPlot.html#GTK-IS-PLOT-AXIS--CAPS" title="GTK_IS_PLOT_AXIS()">GTK_IS_PLOT_AXIS</a>                    (obj)
                    <a class="link" href="gtkextra-GtkPlot.html#GtkPlotText" title="GtkPlotText">GtkPlotText</a>;
                    <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLine" title="GtkPlotLine">GtkPlotLine</a>;
                    <a class="link" href="gtkextra-GtkPlot.html#GtkPlotSymbol" title="GtkPlotSymbol">GtkPlotSymbol</a>;
                    <a class="link" href="gtkextra-GtkPlot.html#GtkPlotTick" title="GtkPlotTick">GtkPlotTick</a>;
                    <a class="link" href="gtkextra-GtkPlot.html#GtkPlotTicks" title="GtkPlotTicks">GtkPlotTicks</a>;
                    <a class="link" href="gtkextra-GtkPlot.html#GtkPlotVector" title="GtkPlotVector">GtkPlotVector</a>;
                    <a class="link" href="gtkextra-GtkPlot.html#GtkPlotMarker" title="GtkPlotMarker">GtkPlotMarker</a>;
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a>             (<a class="link" href="gtkextra-GtkPlot.html#GtkPlotFunc" title="GtkPlotFunc ()">*GtkPlotFunc</a>)                      (GtkPlot *plot,
                                                         GtkPlotData *data,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *error);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a>             (<a class="link" href="gtkextra-GtkPlot.html#GtkPlotFunc3D" title="GtkPlotFunc3D ()">*GtkPlotFunc3D</a>)                    (GtkPlot *plot,
                                                         GtkPlotData *data,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *error);
void                (<a class="link" href="gtkextra-GtkPlot.html#GtkPlotIterator" title="GtkPlotIterator ()">*GtkPlotIterator</a>)                  (GtkPlot *plot,
                                                         GtkPlotData *data,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> iter,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *y,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *z,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *a,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *dx,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *dy,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *dz,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *da,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> **label,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *error);
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a>;
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotSymbolType" title="enum GtkPlotSymbolType">GtkPlotSymbolType</a>;
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotSymbolStyle" title="enum GtkPlotSymbolStyle">GtkPlotSymbolStyle</a>;
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotBorderStyle" title="enum GtkPlotBorderStyle">GtkPlotBorderStyle</a>;
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a>;
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotConnector" title="enum GtkPlotConnector">GtkPlotConnector</a>;
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLabelPos" title="enum GtkPlotLabelPos">GtkPlotLabelPos</a>;
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotError" title="enum GtkPlotError">GtkPlotError</a>;
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a>;
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotAxisPos" title="enum GtkPlotAxisPos">GtkPlotAxisPos</a>;
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLabelStyle" title="enum GtkPlotLabelStyle">GtkPlotLabelStyle</a>;
enum                <a class="link" href="gtkextra-GtkPlot.html#GtkPlotTicksPos" title="enum GtkPlotTicksPos">GtkPlotTicksPos</a>;
GtkWidget*          <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-new" title="gtk_plot_new ()">gtk_plot_new</a>                        (GdkDrawable *drawable);
GtkWidget*          <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-new-with-size" title="gtk_plot_new_with_size ()">gtk_plot_new_with_size</a>              (GdkDrawable *drawable,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> height);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-construct" title="gtk_plot_construct ()">gtk_plot_construct</a>                  (GtkPlot *plot,
                                                         GdkDrawable *drawable);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-construct-with-size" title="gtk_plot_construct_with_size ()">gtk_plot_construct_with_size</a>        (GtkPlot *plot,
                                                         GdkDrawable *drawable,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> height);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-drawable" title="gtk_plot_set_drawable ()">gtk_plot_set_drawable</a>               (GtkPlot *plot,
                                                         GdkDrawable *drawable);
GdkDrawable *       <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-get-drawable" title="gtk_plot_get_drawable ()">gtk_plot_get_drawable</a>               (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-pc" title="gtk_plot_set_pc ()">gtk_plot_set_pc</a>                     (GtkPlot *plot,
                                                         GtkPlotPC *pc);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-background-pixmap" title="gtk_plot_set_background_pixmap ()">gtk_plot_set_background_pixmap</a>      (GtkPlot *plot,
                                                         GdkPixmap *pixmap);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-transparent" title="gtk_plot_set_transparent ()">gtk_plot_set_transparent</a>            (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> transparent);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-is-transparent" title="gtk_plot_is_transparent ()">gtk_plot_is_transparent</a>             (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-get-position" title="gtk_plot_get_position ()">gtk_plot_get_position</a>               (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *y);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-get-size" title="gtk_plot_get_size ()">gtk_plot_get_size</a>                   (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *height);
GtkAllocation       <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-get-internal-allocation" title="gtk_plot_get_internal_allocation ()">gtk_plot_get_internal_allocation</a>    (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-background" title="gtk_plot_set_background ()">gtk_plot_set_background</a>             (GtkPlot *plot,
                                                         const GdkColor *background);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-paint" title="gtk_plot_paint ()">gtk_plot_paint</a>                      (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-refresh" title="gtk_plot_refresh ()">gtk_plot_refresh</a>                    (GtkPlot *plot,
                                                         GdkRectangle *area);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-move" title="gtk_plot_move ()">gtk_plot_move</a>                       (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-resize" title="gtk_plot_resize ()">gtk_plot_resize</a>                     (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> height);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-magnification" title="gtk_plot_set_magnification ()">gtk_plot_set_magnification</a>          (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> magnification);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-move-resize" title="gtk_plot_move_resize ()">gtk_plot_move_resize</a>                (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> height);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-get-pixel" title="gtk_plot_get_pixel ()">gtk_plot_get_pixel</a>                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xx,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> yy,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *y);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-get-point" title="gtk_plot_get_point ()">gtk_plot_get_point</a>                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> y,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *xx,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *yy);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-clip-data" title="gtk_plot_clip_data ()">gtk_plot_clip_data</a>                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> clip);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-xrange" title="gtk_plot_set_xrange ()">gtk_plot_set_xrange</a>                 (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmax);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-yrange" title="gtk_plot_set_yrange ()">gtk_plot_set_yrange</a>                 (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> ymin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> ymax);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-range" title="gtk_plot_set_range ()">gtk_plot_set_range</a>                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmax,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> ymin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> ymax);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-autoscale" title="gtk_plot_autoscale ()">gtk_plot_autoscale</a>                  (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-get-xrange" title="gtk_plot_get_xrange ()">gtk_plot_get_xrange</a>                 (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *xmin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *xmax);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-get-yrange" title="gtk_plot_get_yrange ()">gtk_plot_get_yrange</a>                 (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *ymin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *ymax);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-xscale" title="gtk_plot_set_xscale ()">gtk_plot_set_xscale</a>                 (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a> scale_type);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-yscale" title="gtk_plot_set_yscale ()">gtk_plot_set_yscale</a>                 (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a> scale_type);
<a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a>        <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-get-xscale" title="gtk_plot_get_xscale ()">gtk_plot_get_xscale</a>                 (GtkPlot *plot);
<a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a>        <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-get-yscale" title="gtk_plot_get_yscale ()">gtk_plot_get_yscale</a>                 (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-reflect-x" title="gtk_plot_reflect_x ()">gtk_plot_reflect_x</a>                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> reflect);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-reflect-y" title="gtk_plot_reflect_y ()">gtk_plot_reflect_y</a>                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> reflect);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-is-x-reflected" title="gtk_plot_is_x_reflected ()">gtk_plot_is_x_reflected</a>             (GtkPlot *plot);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-is-y-reflected" title="gtk_plot_is_y_reflected ()">gtk_plot_is_y_reflected</a>             (GtkPlot *plot);
<a class="link" href="gtkextra-GtkPlot.html#GtkPlotText" title="GtkPlotText">GtkPlotText</a> *       <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-put-text" title="gtk_plot_put_text ()">gtk_plot_put_text</a>                   (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> height,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         const GdkColor *foreground,
                                                         const GdkColor *background,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> transparent,
                                                         GtkJustification justification,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a>                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-remove-text" title="gtk_plot_remove_text ()">gtk_plot_remove_text</a>                (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotText" title="GtkPlotText">GtkPlotText</a> *text);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-text-get-size" title="gtk_plot_text_get_size ()">gtk_plot_text_get_size</a>              (const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font_name,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> font_size,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *height,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *ascent,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *descent);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-text-get-area" title="gtk_plot_text_get_area ()">gtk_plot_text_get_area</a>              (const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         GtkJustification just,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font_name,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> font_size,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *y,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *height);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-text-set-attributes" title="gtk_plot_text_set_attributes ()">gtk_plot_text_set_attributes</a>        (<a class="link" href="gtkextra-GtkPlot.html#GtkPlotText" title="GtkPlotText">GtkPlotText</a> *text_attr,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> height,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         const GdkColor *fg,
                                                         const GdkColor *bg,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> transparent,
                                                         GtkJustification justification,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-text-set-border" title="gtk_plot_text_set_border ()">gtk_plot_text_set_border</a>            (<a class="link" href="gtkextra-GtkPlot.html#GtkPlotText" title="GtkPlotText">GtkPlotText</a> *text,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotBorderStyle" title="enum GtkPlotBorderStyle">GtkPlotBorderStyle</a> border,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> border_space,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> border_width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> shadow_width);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-draw-line" title="gtk_plot_draw_line ()">gtk_plot_draw_line</a>                  (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLine" title="GtkPlotLine">GtkPlotLine</a> line,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x1,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y1,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x2,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y2);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-draw-text" title="gtk_plot_draw_text ()">gtk_plot_draw_text</a>                  (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotText" title="GtkPlotText">GtkPlotText</a> text);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-ticks" title="gtk_plot_set_ticks ()">gtk_plot_set_ticks</a>                  (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> major_step,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-major-ticks" title="gtk_plot_set_major_ticks ()">gtk_plot_set_major_ticks</a>            (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> major_step);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-minor-ticks" title="gtk_plot_set_minor_ticks ()">gtk_plot_set_minor_ticks</a>            (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-ticks-limits" title="gtk_plot_set_ticks_limits ()">gtk_plot_set_ticks_limits</a>           (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> begin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> end);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-unset-ticks-limits" title="gtk_plot_unset_ticks_limits ()">gtk_plot_unset_ticks_limits</a>         (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-break" title="gtk_plot_set_break ()">gtk_plot_set_break</a>                  (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orient,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> min,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> max,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> step_after,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor_after,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a> scale_after,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> pos);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-remove-break" title="gtk_plot_remove_break ()">gtk_plot_remove_break</a>               (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orient);
GtkType             <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-get-type" title="gtk_plot_axis_get_type ()">gtk_plot_axis_get_type</a>              (void);
GtkObject*          <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-new" title="gtk_plot_axis_new ()">gtk_plot_axis_new</a>                   (<a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-construct" title="gtk_plot_axis_construct ()">gtk_plot_axis_construct</a>             (GtkPlotAxis *axis,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation);
GtkPlotAxis *       <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-get-axis" title="gtk_plot_get_axis ()">gtk_plot_get_axis</a>                   (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotAxisPos" title="enum GtkPlotAxisPos">GtkPlotAxisPos</a> axis);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-visible" title="gtk_plot_axis_set_visible ()">gtk_plot_axis_set_visible</a>           (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> visible);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-visible" title="gtk_plot_axis_visible ()">gtk_plot_axis_visible</a>               (GtkPlotAxis *axis);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-title" title="gtk_plot_axis_set_title ()">gtk_plot_axis_set_title</a>             (GtkPlotAxis *axis,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *title);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-show-title" title="gtk_plot_axis_show_title ()">gtk_plot_axis_show_title</a>            (GtkPlotAxis *axis);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-hide-title" title="gtk_plot_axis_hide_title ()">gtk_plot_axis_hide_title</a>            (GtkPlotAxis *axis);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-move-title" title="gtk_plot_axis_move_title ()">gtk_plot_axis_move_title</a>            (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-justify-title" title="gtk_plot_axis_justify_title ()">gtk_plot_axis_justify_title</a>         (GtkPlotAxis *axis,
                                                         GtkJustification justification);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-attributes" title="gtk_plot_axis_set_attributes ()">gtk_plot_axis_set_attributes</a>        (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-get-attributes" title="gtk_plot_axis_get_attributes ()">gtk_plot_axis_get_attributes</a>        (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> *width,
                                                         GdkColor *color);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-ticks" title="gtk_plot_axis_set_ticks ()">gtk_plot_axis_set_ticks</a>             (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> major_step,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-major-ticks" title="gtk_plot_axis_set_major_ticks ()">gtk_plot_axis_set_major_ticks</a>       (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> major_step);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-minor-ticks" title="gtk_plot_axis_set_minor_ticks ()">gtk_plot_axis_set_minor_ticks</a>       (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-ticks-length" title="gtk_plot_axis_set_ticks_length ()">gtk_plot_axis_set_ticks_length</a>      (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> length);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-ticks-width" title="gtk_plot_axis_set_ticks_width ()">gtk_plot_axis_set_ticks_width</a>       (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-show-ticks" title="gtk_plot_axis_show_ticks ()">gtk_plot_axis_show_ticks</a>            (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> major_mask,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> minor_mask);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-ticks-limits" title="gtk_plot_axis_set_ticks_limits ()">gtk_plot_axis_set_ticks_limits</a>      (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> begin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> end);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-unset-ticks-limits" title="gtk_plot_axis_unset_ticks_limits ()">gtk_plot_axis_unset_ticks_limits</a>    (GtkPlotAxis *axis);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-tick-labels" title="gtk_plot_axis_set_tick_labels ()">gtk_plot_axis_set_tick_labels</a>       (GtkPlotAxis *axis,
                                                         <a class="link" href="GtkPlotArray.html" title="GtkPlotArray">GtkPlotArray</a> *array);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-break" title="gtk_plot_axis_set_break ()">gtk_plot_axis_set_break</a>             (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> min,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> max,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> step_after,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor_after,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a> scale_after,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> pos);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-remove-break" title="gtk_plot_axis_remove_break ()">gtk_plot_axis_remove_break</a>          (GtkPlotAxis *axis);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-show-labels" title="gtk_plot_axis_show_labels ()">gtk_plot_axis_show_labels</a>           (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> labels_mask);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-title-set-attributes" title="gtk_plot_axis_title_set_attributes ()">gtk_plot_axis_title_set_attributes</a>  (GtkPlotAxis *axis,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> height,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         const GdkColor *foreground,
                                                         const GdkColor *background,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> transparent,
                                                         GtkJustification justification);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-labels-attributes" title="gtk_plot_axis_set_labels_attributes ()">gtk_plot_axis_set_labels_attributes</a> (GtkPlotAxis *axis,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> height,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         const GdkColor *foreground,
                                                         const GdkColor *background,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> transparent,
                                                         GtkJustification justification);
#define             <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-labels-numbers" title="gtk_plot_axis_set_labels_numbers">gtk_plot_axis_set_labels_numbers</a>
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-labels-style" title="gtk_plot_axis_set_labels_style ()">gtk_plot_axis_set_labels_style</a>      (GtkPlotAxis *axis,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLabelStyle" title="enum GtkPlotLabelStyle">GtkPlotLabelStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> precision);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-labels-offset" title="gtk_plot_axis_set_labels_offset ()">gtk_plot_axis_set_labels_offset</a>     (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> offset);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a>                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-get-labels-offset" title="gtk_plot_axis_get_labels_offset ()">gtk_plot_axis_get_labels_offset</a>     (GtkPlotAxis *axis);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-use-custom-tick-labels" title="gtk_plot_axis_use_custom_tick_labels ()">gtk_plot_axis_use_custom_tick_labels</a>
                                                        (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> use);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-labels-suffix" title="gtk_plot_axis_set_labels_suffix ()">gtk_plot_axis_set_labels_suffix</a>     (GtkPlotAxis *axis,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-set-labels-prefix" title="gtk_plot_axis_set_labels_prefix ()">gtk_plot_axis_set_labels_prefix</a>     (GtkPlotAxis *axis,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *             <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-get-labels-suffix" title="gtk_plot_axis_get_labels_suffix ()">gtk_plot_axis_get_labels_suffix</a>     (GtkPlotAxis *axis);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *             <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-get-labels-prefix" title="gtk_plot_axis_get_labels_prefix ()">gtk_plot_axis_get_labels_prefix</a>     (GtkPlotAxis *axis);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-ticks-recalc" title="gtk_plot_axis_ticks_recalc ()">gtk_plot_axis_ticks_recalc</a>          (GtkPlotAxis *axis);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-ticks-autoscale" title="gtk_plot_axis_ticks_autoscale ()">gtk_plot_axis_ticks_autoscale</a>       (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmax,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *precision);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a>             <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-ticks-transform" title="gtk_plot_axis_ticks_transform ()">gtk_plot_axis_ticks_transform</a>       (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a>             <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-ticks-inverse" title="gtk_plot_axis_ticks_inverse ()">gtk_plot_axis_ticks_inverse</a>         (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-axis-parse-label" title="gtk_plot_axis_parse_label ()">gtk_plot_axis_parse_label</a>           (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> val,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> precision,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *label);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-x0-set-visible" title="gtk_plot_x0_set_visible ()">gtk_plot_x0_set_visible</a>             (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> visible);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-x0-visible" title="gtk_plot_x0_visible ()">gtk_plot_x0_visible</a>                 (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-y0-set-visible" title="gtk_plot_y0_set_visible ()">gtk_plot_y0_set_visible</a>             (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> visible);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-y0-visible" title="gtk_plot_y0_visible ()">gtk_plot_y0_visible</a>                 (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-grids-set-on-top" title="gtk_plot_grids_set_on_top ()">gtk_plot_grids_set_on_top</a>           (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> on_top);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-grids-on-top" title="gtk_plot_grids_on_top ()">gtk_plot_grids_on_top</a>               (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-grids-set-visible" title="gtk_plot_grids_set_visible ()">gtk_plot_grids_set_visible</a>          (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> vmajor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> vminor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> hmajor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> hminor);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-grids-visible" title="gtk_plot_grids_visible ()">gtk_plot_grids_visible</a>              (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *vmajor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *vminor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *hmajor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *hminor);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-y0line-set-attributes" title="gtk_plot_y0line_set_attributes ()">gtk_plot_y0line_set_attributes</a>      (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-x0line-set-attributes" title="gtk_plot_x0line_set_attributes ()">gtk_plot_x0line_set_attributes</a>      (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-major-vgrid-set-attributes" title="gtk_plot_major_vgrid_set_attributes ()">gtk_plot_major_vgrid_set_attributes</a> (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-minor-vgrid-set-attributes" title="gtk_plot_minor_vgrid_set_attributes ()">gtk_plot_minor_vgrid_set_attributes</a> (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-major-hgrid-set-attributes" title="gtk_plot_major_hgrid_set_attributes ()">gtk_plot_major_hgrid_set_attributes</a> (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-minor-hgrid-set-attributes" title="gtk_plot_minor_hgrid_set_attributes ()">gtk_plot_minor_hgrid_set_attributes</a> (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-show-legends" title="gtk_plot_show_legends ()">gtk_plot_show_legends</a>               (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-hide-legends" title="gtk_plot_hide_legends ()">gtk_plot_hide_legends</a>               (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-legends-border" title="gtk_plot_set_legends_border ()">gtk_plot_set_legends_border</a>         (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotBorderStyle" title="enum GtkPlotBorderStyle">GtkPlotBorderStyle</a> border,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> shadow_width);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-legends-move" title="gtk_plot_legends_move ()">gtk_plot_legends_move</a>               (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-legends-get-position" title="gtk_plot_legends_get_position ()">gtk_plot_legends_get_position</a>       (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *y);
GtkAllocation       <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-legends-get-allocation" title="gtk_plot_legends_get_allocation ()">gtk_plot_legends_get_allocation</a>     (GtkPlot *plot);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-legends-set-attributes" title="gtk_plot_legends_set_attributes ()">gtk_plot_legends_set_attributes</a>     (GtkPlot *plot,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> height,
                                                         const GdkColor *foreground,
                                                         const GdkColor *background);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-set-line-attributes" title="gtk_plot_set_line_attributes ()">gtk_plot_set_line_attributes</a>        (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLine" title="GtkPlotLine">GtkPlotLine</a> line);
void                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-add-data" title="gtk_plot_add_data ()">gtk_plot_add_data</a>                   (GtkPlot *plot,
                                                         GtkPlotData *data);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a>                <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-remove-data" title="gtk_plot_remove_data ()">gtk_plot_remove_data</a>                (GtkPlot *plot,
                                                         GtkPlotData *data);
GtkPlotData *       <a class="link" href="gtkextra-GtkPlot.html#gtk-plot-add-function" title="gtk_plot_add_function ()">gtk_plot_add_function</a>               (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotFunc" title="GtkPlotFunc ()">GtkPlotFunc</a> function);
</pre>
</div>
<div class="refsect1" title="Description">
<a name="gtkextra-GtkPlot.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" title="Details">
<a name="gtkextra-GtkPlot.details"></a><h2>Details</h2>
<div class="refsect2" title="GTK_PLOT_AXIS()">
<a name="GTK-PLOT-AXIS--CAPS"></a><h3>GTK_PLOT_AXIS()</h3>
<pre class="programlisting">#define GTK_PLOT_AXIS(obj)        GTK_CHECK_CAST (obj, gtk_plot_axis_get_type (), GtkPlotAxis)
</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="GTK_TYPE_PLOT_AXIS">
<a name="GTK-TYPE-PLOT-AXIS--CAPS"></a><h3>GTK_TYPE_PLOT_AXIS</h3>
<pre class="programlisting">#define GTK_TYPE_PLOT_AXIS   (gtk_plot_axis_get_type ())
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="GTK_IS_PLOT_AXIS()">
<a name="GTK-IS-PLOT-AXIS--CAPS"></a><h3>GTK_IS_PLOT_AXIS()</h3>
<pre class="programlisting">#define GTK_IS_PLOT_AXIS(obj)     GTK_CHECK_TYPE (obj, gtk_plot_axis_get_type ())
</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="GtkPlotText">
<a name="GtkPlotText"></a><h3>GtkPlotText</h3>
<pre class="programlisting">typedef struct {
  gdouble x, y;
  gint angle; /* 0, 90, 180, 270 */
  GdkColor fg;
  GdkColor bg;
 
  gboolean transparent;
 
  GtkPlotBorderStyle border;
  gint border_width;
  gint shadow_width;
  gint border_space;

  gchar *font;
  gint height;

  gchar *text;

  GtkJustification justification;
} GtkPlotText;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="GtkPlotLine">
<a name="GtkPlotLine"></a><h3>GtkPlotLine</h3>
<pre class="programlisting">typedef struct {
  GtkPlotLineStyle line_style;
  GdkCapStyle cap_style;
  GdkJoinStyle join_style;

  gfloat line_width;
  GdkColor color;
} GtkPlotLine;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="GtkPlotSymbol">
<a name="GtkPlotSymbol"></a><h3>GtkPlotSymbol</h3>
<pre class="programlisting">typedef struct {
  GtkPlotSymbolType symbol_type;
  GtkPlotSymbolStyle symbol_style;

  gint size;

  GdkColor color;
  GtkPlotLine border;
} GtkPlotSymbol;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="GtkPlotTick">
<a name="GtkPlotTick"></a><h3>GtkPlotTick</h3>
<pre class="programlisting">typedef struct {
  gdouble value;
  gboolean minor;
} GtkPlotTick;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="GtkPlotTicks">
<a name="GtkPlotTicks"></a><h3>GtkPlotTicks</h3>
<pre class="programlisting">typedef struct {
  gdouble min;
  gdouble max;

  GtkPlotScale scale;

  gint nmajorticks;             /* Number of major ticks drawn */
  gint nminorticks;             /* Number of minor ticks drawn */
  gint nticks;			/* total number of ticks */

  gdouble step;		   	/* major ticks step */
  gint nminor;		  	/* number of minor ticks between major ticks */

  gboolean apply_break;
  GtkPlotScale break_scale;
  gdouble break_step;
  gint break_nminor;
  gdouble break_min;
  gdouble break_max;
  gdouble break_position;

  GtkPlotTick *values;

  gboolean set_limits;
  gdouble begin, end; 
} GtkPlotTicks;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="GtkPlotVector">
<a name="GtkPlotVector"></a><h3>GtkPlotVector</h3>
<pre class="programlisting">typedef struct {
  gdouble x, y, z;
} GtkPlotVector;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="GtkPlotMarker">
<a name="GtkPlotMarker"></a><h3>GtkPlotMarker</h3>
<pre class="programlisting">typedef struct {
  GtkPlotData *data;
  gint point;
} GtkPlotMarker;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="GtkPlotFunc ()">
<a name="GtkPlotFunc"></a><h3>GtkPlotFunc ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a>             (*GtkPlotFunc)                      (GtkPlot *plot,
                                                         GtkPlotData *data,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *error);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="GtkPlotFunc3D ()">
<a name="GtkPlotFunc3D"></a><h3>GtkPlotFunc3D ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a>             (*GtkPlotFunc3D)                    (GtkPlot *plot,
                                                         GtkPlotData *data,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *error);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="GtkPlotIterator ()">
<a name="GtkPlotIterator"></a><h3>GtkPlotIterator ()</h3>
<pre class="programlisting">void                (*GtkPlotIterator)                  (GtkPlot *plot,
                                                         GtkPlotData *data,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> iter,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *y,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *z,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *a,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *dx,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *dy,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *dz,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *da,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> **label,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *error);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>z</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>dx</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>dy</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>dz</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>da</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotScale">
<a name="GtkPlotScale"></a><h3>enum GtkPlotScale</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_SCALE_LINEAR	,
  GTK_PLOT_SCALE_LOG10		
} GtkPlotScale;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotSymbolType">
<a name="GtkPlotSymbolType"></a><h3>enum GtkPlotSymbolType</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_SYMBOL_NONE		,
  GTK_PLOT_SYMBOL_SQUARE	,
  GTK_PLOT_SYMBOL_CIRCLE	,
  GTK_PLOT_SYMBOL_UP_TRIANGLE	,
  GTK_PLOT_SYMBOL_DOWN_TRIANGLE	,
  GTK_PLOT_SYMBOL_RIGHT_TRIANGLE	,
  GTK_PLOT_SYMBOL_LEFT_TRIANGLE	,
  GTK_PLOT_SYMBOL_DIAMOND	,
  GTK_PLOT_SYMBOL_PLUS		,
  GTK_PLOT_SYMBOL_CROSS		,
  GTK_PLOT_SYMBOL_STAR		,
  GTK_PLOT_SYMBOL_DOT	 	,
  GTK_PLOT_SYMBOL_IMPULSE 	,
} GtkPlotSymbolType;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotSymbolStyle">
<a name="GtkPlotSymbolStyle"></a><h3>enum GtkPlotSymbolStyle</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_SYMBOL_EMPTY		,
  GTK_PLOT_SYMBOL_FILLED	,
  GTK_PLOT_SYMBOL_OPAQUE	
} GtkPlotSymbolStyle;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotBorderStyle">
<a name="GtkPlotBorderStyle"></a><h3>enum GtkPlotBorderStyle</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_BORDER_NONE		,
  GTK_PLOT_BORDER_LINE		,
  GTK_PLOT_BORDER_SHADOW	,
} GtkPlotBorderStyle;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotLineStyle">
<a name="GtkPlotLineStyle"></a><h3>enum GtkPlotLineStyle</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_LINE_NONE		,
  GTK_PLOT_LINE_SOLID		,
  GTK_PLOT_LINE_DOTTED		,
  GTK_PLOT_LINE_DASHED		,
  GTK_PLOT_LINE_DOT_DASH	,
  GTK_PLOT_LINE_DOT_DOT_DASH	,
  GTK_PLOT_LINE_DOT_DASH_DASH	
} GtkPlotLineStyle;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotConnector">
<a name="GtkPlotConnector"></a><h3>enum GtkPlotConnector</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_CONNECT_NONE		,
  GTK_PLOT_CONNECT_STRAIGHT	,
  GTK_PLOT_CONNECT_SPLINE	,
  GTK_PLOT_CONNECT_HV_STEP	,
  GTK_PLOT_CONNECT_VH_STEP	,
  GTK_PLOT_CONNECT_MIDDLE_STEP	
} GtkPlotConnector;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotLabelPos">
<a name="GtkPlotLabelPos"></a><h3>enum GtkPlotLabelPos</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_LABEL_NONE    	= 0,
  GTK_PLOT_LABEL_IN 	   	= 1 &lt;&lt; 0,
  GTK_PLOT_LABEL_OUT    	= 1 &lt;&lt; 1,
}GtkPlotLabelPos;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotError">
<a name="GtkPlotError"></a><h3>enum GtkPlotError</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_ERROR_DIV_ZERO,
  GTK_PLOT_ERROR_LOG_NEG
} GtkPlotError;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotOrientation">
<a name="GtkPlotOrientation"></a><h3>enum GtkPlotOrientation</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_AXIS_X	,
  GTK_PLOT_AXIS_Y	,
  GTK_PLOT_AXIS_Z	,
} GtkPlotOrientation;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotAxisPos">
<a name="GtkPlotAxisPos"></a><h3>enum GtkPlotAxisPos</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_AXIS_LEFT	,
  GTK_PLOT_AXIS_RIGHT	,
  GTK_PLOT_AXIS_TOP	,
  GTK_PLOT_AXIS_BOTTOM	
} GtkPlotAxisPos;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotLabelStyle">
<a name="GtkPlotLabelStyle"></a><h3>enum GtkPlotLabelStyle</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_LABEL_FLOAT	,
  GTK_PLOT_LABEL_EXP	,
  GTK_PLOT_LABEL_POW	
} GtkPlotLabelStyle;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum GtkPlotTicksPos">
<a name="GtkPlotTicksPos"></a><h3>enum GtkPlotTicksPos</h3>
<pre class="programlisting">typedef enum
{
  GTK_PLOT_TICKS_NONE		= 0,
  GTK_PLOT_TICKS_IN		= 1 &lt;&lt; 0,
  GTK_PLOT_TICKS_OUT		= 1 &lt;&lt; 1
} GtkPlotTicksPos;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="gtk_plot_new ()">
<a name="gtk-plot-new"></a><h3>gtk_plot_new ()</h3>
<pre class="programlisting">GtkWidget*          gtk_plot_new                        (GdkDrawable *drawable);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_new_with_size ()">
<a name="gtk-plot-new-with-size"></a><h3>gtk_plot_new_with_size ()</h3>
<pre class="programlisting">GtkWidget*          gtk_plot_new_with_size              (GdkDrawable *drawable,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> height);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_construct ()">
<a name="gtk-plot-construct"></a><h3>gtk_plot_construct ()</h3>
<pre class="programlisting">void                gtk_plot_construct                  (GtkPlot *plot,
                                                         GdkDrawable *drawable);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_construct_with_size ()">
<a name="gtk-plot-construct-with-size"></a><h3>gtk_plot_construct_with_size ()</h3>
<pre class="programlisting">void                gtk_plot_construct_with_size        (GtkPlot *plot,
                                                         GdkDrawable *drawable,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> height);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_drawable ()">
<a name="gtk-plot-set-drawable"></a><h3>gtk_plot_set_drawable ()</h3>
<pre class="programlisting">void                gtk_plot_set_drawable               (GtkPlot *plot,
                                                         GdkDrawable *drawable);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_get_drawable ()">
<a name="gtk-plot-get-drawable"></a><h3>gtk_plot_get_drawable ()</h3>
<pre class="programlisting">GdkDrawable *       gtk_plot_get_drawable               (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_pc ()">
<a name="gtk-plot-set-pc"></a><h3>gtk_plot_set_pc ()</h3>
<pre class="programlisting">void                gtk_plot_set_pc                     (GtkPlot *plot,
                                                         GtkPlotPC *pc);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>pc</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_background_pixmap ()">
<a name="gtk-plot-set-background-pixmap"></a><h3>gtk_plot_set_background_pixmap ()</h3>
<pre class="programlisting">void                gtk_plot_set_background_pixmap      (GtkPlot *plot,
                                                         GdkPixmap *pixmap);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>pixmap</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_transparent ()">
<a name="gtk-plot-set-transparent"></a><h3>gtk_plot_set_transparent ()</h3>
<pre class="programlisting">void                gtk_plot_set_transparent            (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> transparent);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>transparent</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_is_transparent ()">
<a name="gtk-plot-is-transparent"></a><h3>gtk_plot_is_transparent ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            gtk_plot_is_transparent             (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_get_position ()">
<a name="gtk-plot-get-position"></a><h3>gtk_plot_get_position ()</h3>
<pre class="programlisting">void                gtk_plot_get_position               (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *y);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_get_size ()">
<a name="gtk-plot-get-size"></a><h3>gtk_plot_get_size ()</h3>
<pre class="programlisting">void                gtk_plot_get_size                   (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *height);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_get_internal_allocation ()">
<a name="gtk-plot-get-internal-allocation"></a><h3>gtk_plot_get_internal_allocation ()</h3>
<pre class="programlisting">GtkAllocation       gtk_plot_get_internal_allocation    (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_background ()">
<a name="gtk-plot-set-background"></a><h3>gtk_plot_set_background ()</h3>
<pre class="programlisting">void                gtk_plot_set_background             (GtkPlot *plot,
                                                         const GdkColor *background);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_paint ()">
<a name="gtk-plot-paint"></a><h3>gtk_plot_paint ()</h3>
<pre class="programlisting">void                gtk_plot_paint                      (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_refresh ()">
<a name="gtk-plot-refresh"></a><h3>gtk_plot_refresh ()</h3>
<pre class="programlisting">void                gtk_plot_refresh                    (GtkPlot *plot,
                                                         GdkRectangle *area);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_move ()">
<a name="gtk-plot-move"></a><h3>gtk_plot_move ()</h3>
<pre class="programlisting">void                gtk_plot_move                       (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_resize ()">
<a name="gtk-plot-resize"></a><h3>gtk_plot_resize ()</h3>
<pre class="programlisting">void                gtk_plot_resize                     (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> height);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_magnification ()">
<a name="gtk-plot-set-magnification"></a><h3>gtk_plot_set_magnification ()</h3>
<pre class="programlisting">void                gtk_plot_set_magnification          (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> magnification);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>magnification</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_move_resize ()">
<a name="gtk-plot-move-resize"></a><h3>gtk_plot_move_resize ()</h3>
<pre class="programlisting">void                gtk_plot_move_resize                (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> height);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_get_pixel ()">
<a name="gtk-plot-get-pixel"></a><h3>gtk_plot_get_pixel ()</h3>
<pre class="programlisting">void                gtk_plot_get_pixel                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xx,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> yy,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *y);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>xx</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>yy</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_get_point ()">
<a name="gtk-plot-get-point"></a><h3>gtk_plot_get_point ()</h3>
<pre class="programlisting">void                gtk_plot_get_point                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> y,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *xx,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *yy);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>xx</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>yy</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_clip_data ()">
<a name="gtk-plot-clip-data"></a><h3>gtk_plot_clip_data ()</h3>
<pre class="programlisting">void                gtk_plot_clip_data                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> clip);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>clip</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_xrange ()">
<a name="gtk-plot-set-xrange"></a><h3>gtk_plot_set_xrange ()</h3>
<pre class="programlisting">void                gtk_plot_set_xrange                 (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmax);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>xmin</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>xmax</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_yrange ()">
<a name="gtk-plot-set-yrange"></a><h3>gtk_plot_set_yrange ()</h3>
<pre class="programlisting">void                gtk_plot_set_yrange                 (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> ymin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> ymax);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>ymin</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>ymax</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_range ()">
<a name="gtk-plot-set-range"></a><h3>gtk_plot_set_range ()</h3>
<pre class="programlisting">void                gtk_plot_set_range                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmax,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> ymin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> ymax);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>xmin</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>xmax</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>ymin</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>ymax</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_autoscale ()">
<a name="gtk-plot-autoscale"></a><h3>gtk_plot_autoscale ()</h3>
<pre class="programlisting">void                gtk_plot_autoscale                  (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_get_xrange ()">
<a name="gtk-plot-get-xrange"></a><h3>gtk_plot_get_xrange ()</h3>
<pre class="programlisting">void                gtk_plot_get_xrange                 (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *xmin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *xmax);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>xmin</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>xmax</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_get_yrange ()">
<a name="gtk-plot-get-yrange"></a><h3>gtk_plot_get_yrange ()</h3>
<pre class="programlisting">void                gtk_plot_get_yrange                 (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *ymin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *ymax);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>ymin</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>ymax</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_xscale ()">
<a name="gtk-plot-set-xscale"></a><h3>gtk_plot_set_xscale ()</h3>
<pre class="programlisting">void                gtk_plot_set_xscale                 (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a> scale_type);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>scale_type</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_yscale ()">
<a name="gtk-plot-set-yscale"></a><h3>gtk_plot_set_yscale ()</h3>
<pre class="programlisting">void                gtk_plot_set_yscale                 (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a> scale_type);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>scale_type</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_get_xscale ()">
<a name="gtk-plot-get-xscale"></a><h3>gtk_plot_get_xscale ()</h3>
<pre class="programlisting"><a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a>        gtk_plot_get_xscale                 (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_get_yscale ()">
<a name="gtk-plot-get-yscale"></a><h3>gtk_plot_get_yscale ()</h3>
<pre class="programlisting"><a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a>        gtk_plot_get_yscale                 (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_reflect_x ()">
<a name="gtk-plot-reflect-x"></a><h3>gtk_plot_reflect_x ()</h3>
<pre class="programlisting">void                gtk_plot_reflect_x                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> reflect);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>reflect</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_reflect_y ()">
<a name="gtk-plot-reflect-y"></a><h3>gtk_plot_reflect_y ()</h3>
<pre class="programlisting">void                gtk_plot_reflect_y                  (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> reflect);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>reflect</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_is_x_reflected ()">
<a name="gtk-plot-is-x-reflected"></a><h3>gtk_plot_is_x_reflected ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            gtk_plot_is_x_reflected             (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_is_y_reflected ()">
<a name="gtk-plot-is-y-reflected"></a><h3>gtk_plot_is_y_reflected ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            gtk_plot_is_y_reflected             (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_put_text ()">
<a name="gtk-plot-put-text"></a><h3>gtk_plot_put_text ()</h3>
<pre class="programlisting"><a class="link" href="gtkextra-GtkPlot.html#GtkPlotText" title="GtkPlotText">GtkPlotText</a> *       gtk_plot_put_text                   (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> height,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         const GdkColor *foreground,
                                                         const GdkColor *background,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> transparent,
                                                         GtkJustification justification,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>foreground</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>transparent</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>justification</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_remove_text ()">
<a name="gtk-plot-remove-text"></a><h3>gtk_plot_remove_text ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a>                gtk_plot_remove_text                (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotText" title="GtkPlotText">GtkPlotText</a> *text);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_text_get_size ()">
<a name="gtk-plot-text-get-size"></a><h3>gtk_plot_text_get_size ()</h3>
<pre class="programlisting">void                gtk_plot_text_get_size              (const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font_name,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> font_size,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *height,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *ascent,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *descent);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>font_name</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>font_size</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>ascent</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>descent</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_text_get_area ()">
<a name="gtk-plot-text-get-area"></a><h3>gtk_plot_text_get_area ()</h3>
<pre class="programlisting">void                gtk_plot_text_get_area              (const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         GtkJustification just,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font_name,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> font_size,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *y,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *height);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>just</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>font_name</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>font_size</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_text_set_attributes ()">
<a name="gtk-plot-text-set-attributes"></a><h3>gtk_plot_text_set_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_text_set_attributes        (<a class="link" href="gtkextra-GtkPlot.html#GtkPlotText" title="GtkPlotText">GtkPlotText</a> *text_attr,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> height,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         const GdkColor *fg,
                                                         const GdkColor *bg,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> transparent,
                                                         GtkJustification justification,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>text_attr</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>fg</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>bg</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>transparent</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>justification</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_text_set_border ()">
<a name="gtk-plot-text-set-border"></a><h3>gtk_plot_text_set_border ()</h3>
<pre class="programlisting">void                gtk_plot_text_set_border            (<a class="link" href="gtkextra-GtkPlot.html#GtkPlotText" title="GtkPlotText">GtkPlotText</a> *text,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotBorderStyle" title="enum GtkPlotBorderStyle">GtkPlotBorderStyle</a> border,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> border_space,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> border_width,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> shadow_width);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>border</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>border_space</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>border_width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>shadow_width</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_draw_line ()">
<a name="gtk-plot-draw-line"></a><h3>gtk_plot_draw_line ()</h3>
<pre class="programlisting">void                gtk_plot_draw_line                  (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLine" title="GtkPlotLine">GtkPlotLine</a> line,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x1,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y1,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x2,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y2);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x1</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y1</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x2</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y2</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_draw_text ()">
<a name="gtk-plot-draw-text"></a><h3>gtk_plot_draw_text ()</h3>
<pre class="programlisting">void                gtk_plot_draw_text                  (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotText" title="GtkPlotText">GtkPlotText</a> text);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_ticks ()">
<a name="gtk-plot-set-ticks"></a><h3>gtk_plot_set_ticks ()</h3>
<pre class="programlisting">void                gtk_plot_set_ticks                  (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> major_step,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>major_step</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>nminor</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_major_ticks ()">
<a name="gtk-plot-set-major-ticks"></a><h3>gtk_plot_set_major_ticks ()</h3>
<pre class="programlisting">void                gtk_plot_set_major_ticks            (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> major_step);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>major_step</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_minor_ticks ()">
<a name="gtk-plot-set-minor-ticks"></a><h3>gtk_plot_set_minor_ticks ()</h3>
<pre class="programlisting">void                gtk_plot_set_minor_ticks            (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>nminor</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_ticks_limits ()">
<a name="gtk-plot-set-ticks-limits"></a><h3>gtk_plot_set_ticks_limits ()</h3>
<pre class="programlisting">void                gtk_plot_set_ticks_limits           (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> begin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> end);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>begin</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_unset_ticks_limits ()">
<a name="gtk-plot-unset-ticks-limits"></a><h3>gtk_plot_unset_ticks_limits ()</h3>
<pre class="programlisting">void                gtk_plot_unset_ticks_limits         (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_break ()">
<a name="gtk-plot-set-break"></a><h3>gtk_plot_set_break ()</h3>
<pre class="programlisting">void                gtk_plot_set_break                  (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orient,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> min,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> max,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> step_after,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor_after,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a> scale_after,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> pos);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>orient</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>min</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>step_after</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>nminor_after</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>scale_after</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_remove_break ()">
<a name="gtk-plot-remove-break"></a><h3>gtk_plot_remove_break ()</h3>
<pre class="programlisting">void                gtk_plot_remove_break               (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orient);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>orient</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_get_type ()">
<a name="gtk-plot-axis-get-type"></a><h3>gtk_plot_axis_get_type ()</h3>
<pre class="programlisting">GtkType             gtk_plot_axis_get_type              (void);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_new ()">
<a name="gtk-plot-axis-new"></a><h3>gtk_plot_axis_new ()</h3>
<pre class="programlisting">GtkObject*          gtk_plot_axis_new                   (<a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_construct ()">
<a name="gtk-plot-axis-construct"></a><h3>gtk_plot_axis_construct ()</h3>
<pre class="programlisting">void                gtk_plot_axis_construct             (GtkPlotAxis *axis,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotOrientation" title="enum GtkPlotOrientation">GtkPlotOrientation</a> orientation);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_get_axis ()">
<a name="gtk-plot-get-axis"></a><h3>gtk_plot_get_axis ()</h3>
<pre class="programlisting">GtkPlotAxis *       gtk_plot_get_axis                   (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotAxisPos" title="enum GtkPlotAxisPos">GtkPlotAxisPos</a> axis);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_visible ()">
<a name="gtk-plot-axis-set-visible"></a><h3>gtk_plot_axis_set_visible ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_visible           (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> visible);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_visible ()">
<a name="gtk-plot-axis-visible"></a><h3>gtk_plot_axis_visible ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            gtk_plot_axis_visible               (GtkPlotAxis *axis);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_title ()">
<a name="gtk-plot-axis-set-title"></a><h3>gtk_plot_axis_set_title ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_title             (GtkPlotAxis *axis,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *title);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_show_title ()">
<a name="gtk-plot-axis-show-title"></a><h3>gtk_plot_axis_show_title ()</h3>
<pre class="programlisting">void                gtk_plot_axis_show_title            (GtkPlotAxis *axis);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_hide_title ()">
<a name="gtk-plot-axis-hide-title"></a><h3>gtk_plot_axis_hide_title ()</h3>
<pre class="programlisting">void                gtk_plot_axis_hide_title            (GtkPlotAxis *axis);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_move_title ()">
<a name="gtk-plot-axis-move-title"></a><h3>gtk_plot_axis_move_title ()</h3>
<pre class="programlisting">void                gtk_plot_axis_move_title            (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_justify_title ()">
<a name="gtk-plot-axis-justify-title"></a><h3>gtk_plot_axis_justify_title ()</h3>
<pre class="programlisting">void                gtk_plot_axis_justify_title         (GtkPlotAxis *axis,
                                                         GtkJustification justification);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>justification</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_attributes ()">
<a name="gtk-plot-axis-set-attributes"></a><h3>gtk_plot_axis_set_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_attributes        (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_get_attributes ()">
<a name="gtk-plot-axis-get-attributes"></a><h3>gtk_plot_axis_get_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_axis_get_attributes        (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> *width,
                                                         GdkColor *color);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_ticks ()">
<a name="gtk-plot-axis-set-ticks"></a><h3>gtk_plot_axis_set_ticks ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_ticks             (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> major_step,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>major_step</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>nminor</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_major_ticks ()">
<a name="gtk-plot-axis-set-major-ticks"></a><h3>gtk_plot_axis_set_major_ticks ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_major_ticks       (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> major_step);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>major_step</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_minor_ticks ()">
<a name="gtk-plot-axis-set-minor-ticks"></a><h3>gtk_plot_axis_set_minor_ticks ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_minor_ticks       (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>nminor</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_ticks_length ()">
<a name="gtk-plot-axis-set-ticks-length"></a><h3>gtk_plot_axis_set_ticks_length ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_ticks_length      (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> length);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_ticks_width ()">
<a name="gtk-plot-axis-set-ticks-width"></a><h3>gtk_plot_axis_set_ticks_width ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_ticks_width       (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_show_ticks ()">
<a name="gtk-plot-axis-show-ticks"></a><h3>gtk_plot_axis_show_ticks ()</h3>
<pre class="programlisting">void                gtk_plot_axis_show_ticks            (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> major_mask,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> minor_mask);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>major_mask</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>minor_mask</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_ticks_limits ()">
<a name="gtk-plot-axis-set-ticks-limits"></a><h3>gtk_plot_axis_set_ticks_limits ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_ticks_limits      (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> begin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> end);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>begin</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_unset_ticks_limits ()">
<a name="gtk-plot-axis-unset-ticks-limits"></a><h3>gtk_plot_axis_unset_ticks_limits ()</h3>
<pre class="programlisting">void                gtk_plot_axis_unset_ticks_limits    (GtkPlotAxis *axis);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_tick_labels ()">
<a name="gtk-plot-axis-set-tick-labels"></a><h3>gtk_plot_axis_set_tick_labels ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_tick_labels       (GtkPlotAxis *axis,
                                                         <a class="link" href="GtkPlotArray.html" title="GtkPlotArray">GtkPlotArray</a> *array);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>array</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_break ()">
<a name="gtk-plot-axis-set-break"></a><h3>gtk_plot_axis_set_break ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_break             (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> min,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> max,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> step_after,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> nminor_after,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotScale" title="enum GtkPlotScale">GtkPlotScale</a> scale_after,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> pos);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>min</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>step_after</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>nminor_after</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>scale_after</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_remove_break ()">
<a name="gtk-plot-axis-remove-break"></a><h3>gtk_plot_axis_remove_break ()</h3>
<pre class="programlisting">void                gtk_plot_axis_remove_break          (GtkPlotAxis *axis);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_show_labels ()">
<a name="gtk-plot-axis-show-labels"></a><h3>gtk_plot_axis_show_labels ()</h3>
<pre class="programlisting">void                gtk_plot_axis_show_labels           (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> labels_mask);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>labels_mask</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_title_set_attributes ()">
<a name="gtk-plot-axis-title-set-attributes"></a><h3>gtk_plot_axis_title_set_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_axis_title_set_attributes  (GtkPlotAxis *axis,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> height,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         const GdkColor *foreground,
                                                         const GdkColor *background,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> transparent,
                                                         GtkJustification justification);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>foreground</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>transparent</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>justification</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_labels_attributes ()">
<a name="gtk-plot-axis-set-labels-attributes"></a><h3>gtk_plot_axis_set_labels_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_labels_attributes (GtkPlotAxis *axis,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> height,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> angle,
                                                         const GdkColor *foreground,
                                                         const GdkColor *background,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> transparent,
                                                         GtkJustification justification);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>foreground</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>transparent</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>justification</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_labels_numbers">
<a name="gtk-plot-axis-set-labels-numbers"></a><h3>gtk_plot_axis_set_labels_numbers</h3>
<pre class="programlisting">#define gtk_plot_axis_set_labels_numbers gtk_plot_axis_set_labels_style
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_labels_style ()">
<a name="gtk-plot-axis-set-labels-style"></a><h3>gtk_plot_axis_set_labels_style ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_labels_style      (GtkPlotAxis *axis,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLabelStyle" title="enum GtkPlotLabelStyle">GtkPlotLabelStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> precision);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>precision</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_labels_offset ()">
<a name="gtk-plot-axis-set-labels-offset"></a><h3>gtk_plot_axis_set_labels_offset ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_labels_offset     (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> offset);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_get_labels_offset ()">
<a name="gtk-plot-axis-get-labels-offset"></a><h3>gtk_plot_axis_get_labels_offset ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a>                gtk_plot_axis_get_labels_offset     (GtkPlotAxis *axis);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_use_custom_tick_labels ()">
<a name="gtk-plot-axis-use-custom-tick-labels"></a><h3>gtk_plot_axis_use_custom_tick_labels ()</h3>
<pre class="programlisting">void                gtk_plot_axis_use_custom_tick_labels
                                                        (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> use);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>use</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_labels_suffix ()">
<a name="gtk-plot-axis-set-labels-suffix"></a><h3>gtk_plot_axis_set_labels_suffix ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_labels_suffix     (GtkPlotAxis *axis,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_set_labels_prefix ()">
<a name="gtk-plot-axis-set-labels-prefix"></a><h3>gtk_plot_axis_set_labels_prefix ()</h3>
<pre class="programlisting">void                gtk_plot_axis_set_labels_prefix     (GtkPlotAxis *axis,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *text);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_get_labels_suffix ()">
<a name="gtk-plot-axis-get-labels-suffix"></a><h3>gtk_plot_axis_get_labels_suffix ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *             gtk_plot_axis_get_labels_suffix     (GtkPlotAxis *axis);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_get_labels_prefix ()">
<a name="gtk-plot-axis-get-labels-prefix"></a><h3>gtk_plot_axis_get_labels_prefix ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *             gtk_plot_axis_get_labels_prefix     (GtkPlotAxis *axis);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_ticks_recalc ()">
<a name="gtk-plot-axis-ticks-recalc"></a><h3>gtk_plot_axis_ticks_recalc ()</h3>
<pre class="programlisting">void                gtk_plot_axis_ticks_recalc          (GtkPlotAxis *axis);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_ticks_autoscale ()">
<a name="gtk-plot-axis-ticks-autoscale"></a><h3>gtk_plot_axis_ticks_autoscale ()</h3>
<pre class="programlisting">void                gtk_plot_axis_ticks_autoscale       (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmin,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> xmax,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> *precision);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>xmin</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>xmax</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>precision</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_ticks_transform ()">
<a name="gtk-plot-axis-ticks-transform"></a><h3>gtk_plot_axis_ticks_transform ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a>             gtk_plot_axis_ticks_transform       (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_ticks_inverse ()">
<a name="gtk-plot-axis-ticks-inverse"></a><h3>gtk_plot_axis_ticks_inverse ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a>             gtk_plot_axis_ticks_inverse         (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_axis_parse_label ()">
<a name="gtk-plot-axis-parse-label"></a><h3>gtk_plot_axis_parse_label ()</h3>
<pre class="programlisting">void                gtk_plot_axis_parse_label           (GtkPlotAxis *axis,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> val,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> precision,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *label);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>axis</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>precision</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_x0_set_visible ()">
<a name="gtk-plot-x0-set-visible"></a><h3>gtk_plot_x0_set_visible ()</h3>
<pre class="programlisting">void                gtk_plot_x0_set_visible             (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> visible);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_x0_visible ()">
<a name="gtk-plot-x0-visible"></a><h3>gtk_plot_x0_visible ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            gtk_plot_x0_visible                 (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_y0_set_visible ()">
<a name="gtk-plot-y0-set-visible"></a><h3>gtk_plot_y0_set_visible ()</h3>
<pre class="programlisting">void                gtk_plot_y0_set_visible             (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> visible);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_y0_visible ()">
<a name="gtk-plot-y0-visible"></a><h3>gtk_plot_y0_visible ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            gtk_plot_y0_visible                 (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_grids_set_on_top ()">
<a name="gtk-plot-grids-set-on-top"></a><h3>gtk_plot_grids_set_on_top ()</h3>
<pre class="programlisting">void                gtk_plot_grids_set_on_top           (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> on_top);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>on_top</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_grids_on_top ()">
<a name="gtk-plot-grids-on-top"></a><h3>gtk_plot_grids_on_top ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a>            gtk_plot_grids_on_top               (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_grids_set_visible ()">
<a name="gtk-plot-grids-set-visible"></a><h3>gtk_plot_grids_set_visible ()</h3>
<pre class="programlisting">void                gtk_plot_grids_set_visible          (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> vmajor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> vminor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> hmajor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> hminor);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>vmajor</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>vminor</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>hmajor</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>hminor</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_grids_visible ()">
<a name="gtk-plot-grids-visible"></a><h3>gtk_plot_grids_visible ()</h3>
<pre class="programlisting">void                gtk_plot_grids_visible              (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *vmajor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *vminor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *hmajor,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> *hminor);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>vmajor</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>vminor</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>hmajor</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>hminor</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_y0line_set_attributes ()">
<a name="gtk-plot-y0line-set-attributes"></a><h3>gtk_plot_y0line_set_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_y0line_set_attributes      (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_x0line_set_attributes ()">
<a name="gtk-plot-x0line-set-attributes"></a><h3>gtk_plot_x0line_set_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_x0line_set_attributes      (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_major_vgrid_set_attributes ()">
<a name="gtk-plot-major-vgrid-set-attributes"></a><h3>gtk_plot_major_vgrid_set_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_major_vgrid_set_attributes (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_minor_vgrid_set_attributes ()">
<a name="gtk-plot-minor-vgrid-set-attributes"></a><h3>gtk_plot_minor_vgrid_set_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_minor_vgrid_set_attributes (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_major_hgrid_set_attributes ()">
<a name="gtk-plot-major-hgrid-set-attributes"></a><h3>gtk_plot_major_hgrid_set_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_major_hgrid_set_attributes (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_minor_hgrid_set_attributes ()">
<a name="gtk-plot-minor-hgrid-set-attributes"></a><h3>gtk_plot_minor_hgrid_set_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_minor_hgrid_set_attributes (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLineStyle" title="enum GtkPlotLineStyle">GtkPlotLineStyle</a> style,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"
>gfloat</a> width,
                                                         const GdkColor *color);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_show_legends ()">
<a name="gtk-plot-show-legends"></a><h3>gtk_plot_show_legends ()</h3>
<pre class="programlisting">void                gtk_plot_show_legends               (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_hide_legends ()">
<a name="gtk-plot-hide-legends"></a><h3>gtk_plot_hide_legends ()</h3>
<pre class="programlisting">void                gtk_plot_hide_legends               (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_legends_border ()">
<a name="gtk-plot-set-legends-border"></a><h3>gtk_plot_set_legends_border ()</h3>
<pre class="programlisting">void                gtk_plot_set_legends_border         (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotBorderStyle" title="enum GtkPlotBorderStyle">GtkPlotBorderStyle</a> border,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> shadow_width);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>border</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>shadow_width</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_legends_move ()">
<a name="gtk-plot-legends-move"></a><h3>gtk_plot_legends_move ()</h3>
<pre class="programlisting">void                gtk_plot_legends_move               (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> y);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_legends_get_position ()">
<a name="gtk-plot-legends-get-position"></a><h3>gtk_plot_legends_get_position ()</h3>
<pre class="programlisting">void                gtk_plot_legends_get_position       (GtkPlot *plot,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *x,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
>gdouble</a> *y);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_legends_get_allocation ()">
<a name="gtk-plot-legends-get-allocation"></a><h3>gtk_plot_legends_get_allocation ()</h3>
<pre class="programlisting">GtkAllocation       gtk_plot_legends_get_allocation     (GtkPlot *plot);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_legends_set_attributes ()">
<a name="gtk-plot-legends-set-attributes"></a><h3>gtk_plot_legends_set_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_legends_set_attributes     (GtkPlot *plot,
                                                         const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *font,
                                                         <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a> height,
                                                         const GdkColor *foreground,
                                                         const GdkColor *background);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>foreground</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_set_line_attributes ()">
<a name="gtk-plot-set-line-attributes"></a><h3>gtk_plot_set_line_attributes ()</h3>
<pre class="programlisting">void                gtk_plot_set_line_attributes        (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotLine" title="GtkPlotLine">GtkPlotLine</a> line);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_add_data ()">
<a name="gtk-plot-add-data"></a><h3>gtk_plot_add_data ()</h3>
<pre class="programlisting">void                gtk_plot_add_data                   (GtkPlot *plot,
                                                         GtkPlotData *data);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_remove_data ()">
<a name="gtk-plot-remove-data"></a><h3>gtk_plot_remove_data ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
>gint</a>                gtk_plot_remove_data                (GtkPlot *plot,
                                                         GtkPlotData *data);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="gtk_plot_add_function ()">
<a name="gtk-plot-add-function"></a><h3>gtk_plot_add_function ()</h3>
<pre class="programlisting">GtkPlotData *       gtk_plot_add_function               (GtkPlot *plot,
                                                         <a class="link" href="gtkextra-GtkPlot.html#GtkPlotFunc" title="GtkPlotFunc ()">GtkPlotFunc</a> function);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plot</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>function</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.11</div>
</body>
</html>