#include <../../nrnconf.h>#include <stdio.h>#include <string.h>
Defines | |
| #define | IGNORE(arg) arg |
| #define | FIG 1 |
| #define | TEK 1 |
| #define | HP 1 |
| #define | CODRAW 1 |
| #define | text hoc_plttext |
| #define | SSUN 1 |
| #define | VT 2 |
| #define | SEL 3 |
| #define | TEK4014 4 |
| #define | ADM 5 |
| #define | NX 6 |
| #define | US 037 |
| #define | GS 035 |
| #define | CAN 030 |
| #define | EM 031 |
| #define | FS 034 |
| #define | ESC 033 |
| #define | ETX 03 |
| #define | XHOME 0 |
| #define | YHOME 770 |
| #define | HIRES 1 |
| #define | SCX(x) ((int)(x*.8)) |
| #define | SCY(y) (600-(int)(y*.8)) |
| #define | SCXD(x) ((x*.8)) |
| #define | SCYD(y) (7.5*80.-(y*.8)) |
| #define | TEXT 1 |
| #define | LINE1 2 |
| #define | LINE2 3 |
| #define | CODRAW_MAXPOINT 200 |
| #define | SCXD(x) ((x*.008)) |
| #define | SCYD(y) ((y*.008)) |
| #define | TEXT 1 |
| #define | LINE1 2 |
| #define | LINE2 3 |
Functions | |
| plprint (char *s) | |
| initplot () | |
| hoc_close_plot () | |
| plt (int mode, double x, double y) | |
| tplot (int mode, double x, double y) | |
| hardplot_file (char *s) | |
| Fig_file (char *s, int dev) | |
| Fig_plt (int mode, double x, double y) | |
| hplot (int mode, double x, double y) | |
| int | set_color (int c) |
| Codraw_preamble () | |
| Codraw_plt (int mode, double x, double y) | |
Variables | |
| int | hoc_plttext |
| int | hoc_color = 15 |
| #define ADM 5 |
Referenced by initplot(), plt(), and tplot().
| #define CAN 030 |
Referenced by tplot().
| #define CODRAW 1 |
| #define CODRAW_MAXPOINT 200 |
Referenced by Codraw_plt(), and Codraw_preamble().
| #define EM 031 |
Referenced by tplot().
| #define ETX 03 |
Referenced by hplot().
| #define FIG 1 |
| #define FS 034 |
| #define GS 035 |
Referenced by tplot().
| #define HIRES 1 |
| #define HP 1 |
| #define IGNORE | ( | arg | ) | arg |
| #define LINE1 2 |
| #define LINE1 2 |
Referenced by Codraw_plt(), and Fig_plt().
| #define LINE2 3 |
| #define LINE2 3 |
Referenced by Codraw_plt(), and Fig_plt().
| #define NX 6 |
Referenced by initplot(), plprint(), and plt().
Referenced by Codraw_plt(), and Fig_plt().
Referenced by Codraw_plt(), and Fig_plt().
| #define SEL 3 |
| #define SSUN 1 |
Referenced by initplot(), and plt().
| #define TEK 1 |
| #define TEK4014 4 |
Referenced by initplot(), plt(), and tplot().
| #define TEXT 1 |
| #define TEXT 1 |
Referenced by Codraw_plt(), and Fig_plt().
| #define text hoc_plttext |
| #define US 037 |
Referenced by tplot().
| #define VT 2 |
Referenced by initplot(), and plt().
| #define XHOME 0 |
Referenced by tplot().
| #define YHOME 770 |
Referenced by tplot().
| Codraw_plt | ( | int | mode, | |
| double | x, | |||
| double | y | |||
| ) |
| Codraw_preamble | ( | ) |
References CODRAW_MAXPOINT, fprintf(), hoc_Emalloc(), hoc_malchk(), and IGNORE.
Referenced by Codraw_plt(), and Fig_file().

| Fig_file | ( | char * | s, | |
| int | dev | |||
| ) |
References Codraw_preamble(), hardplot_file(), and plt().
Referenced by Fig_plt(), and hoc_Lw().

| Fig_plt | ( | int | mode, | |
| double | x, | |||
| double | y | |||
| ) |
| hardplot_file | ( | char * | s | ) |
References fprintf(), and IGNORE.
Referenced by Fig_file().

| hoc_close_plot | ( | ) |
| hplot | ( | int | mode, | |
| double | x, | |||
| double | y | |||
| ) |
| plprint | ( | char * | s | ) |
References buf, fprintf(), IGNORE, newstyle, NX, plt(), text, text_orient, text_size, and text_style.

| plt | ( | int | mode, | |
| double | x, | |||
| double | y | |||
| ) |
References hoc_color.
Referenced by Setcolor().
| tplot | ( | int | mode, | |
| double | x, | |||
| double | y | |||
| ) |
Referenced by set_color().
1.6.3