PLplot
5.10.0
|
#include "plDevs.h"
#include "plplotP.h"
#include "drivers.h"
#include <math.h>
#include <stdio.h>
#include <sys/stat.h>
#include <glib.h>
#include <gtk/gtk.h>
#include <libgnomecanvas/libgnomecanvas.h>
#include <libart_lgpl/libart.h>
#include <libgnomeprint/gnome-print.h>
Go to the source code of this file.
#define CANVAS_HEIGHT ( 7.5 ) |
#define CANVAS_WIDTH ( 10. ) |
#define DEVICE_PIXELS_PER_IN ( DEVICE_PIXELS_PER_MM * MM_PER_IN ) |
#define DEVICE_PIXELS_PER_MM ( 3.4 ) |
#define VIRTUAL_PIXELS_PER_IN ( VIRTUAL_PIXELS_PER_MM * MM_PER_IN ) |
#define VIRTUAL_PIXELS_PER_MM ( DEVICE_PIXELS_PER_MM * VSCALE ) |
PLDLLIMPEXP_GNOME2 void gcw_init_canvas | ( | GnomeCanvas * | canvas | ) |
PLDLLIMPEXP_GNOME2 void gcw_install_canvas | ( | GnomeCanvas * | canvas | ) |
void gcw_set_canvas_size | ( | GnomeCanvas * | canvas, |
PLINT | width, | ||
PLINT | height | ||
) |
void gcw_set_canvas_zoom | ( | GnomeCanvas * | canvas, |
PLFLT | magnification | ||
) |
PLDLLIMPEXP_GNOME2 void gcw_set_device_size | ( | PLINT | width, |
PLINT | height | ||
) |
void gcw_use_hrshsym | ( | PLINT | use_hrshsym | ) |
void gcw_use_persistence | ( | PLINT | use_persistence | ) |
void gcw_use_pixmap | ( | PLINT | use_pixmap | ) |
void gcw_use_text | ( | PLINT | use_text | ) |