#include <../../nrnconf.h>
#include "hocdec.h"
#include "oc_ansi.h"
#include "utils/logger.hpp"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
|
| static void | Codraw_plt (int, double, double) |
| |
| static void | Codraw_preamble (void) |
| |
| static void | hplot (int, double, double) |
| |
| static void | Fig_preamble (void) |
| |
| static void | Fig_plt (int, double, double) |
| |
| void | Fig_file (const char *, int) |
| |
| static void | tplot (int, double, double) |
| |
| static void | hard_text_preamble () |
| |
| void | hoc_plprint (const char *s) |
| |
| void | initplot (void) |
| |
| void | hoc_close_plot (void) |
| |
| void | hoc_plt (int mode, double x, double y) |
| |
| static void | hardplot_file (const char *s) |
| |
| int | hoc_set_color (int c) |
| |
| static void | codraw_line () |
| |
◆ ADM
◆ CAN
◆ CODRAW_MAXPOINT
| #define CODRAW_MAXPOINT 200 |
◆ EM
◆ ESC
◆ ETX
◆ FS
◆ GS
◆ IGNORE
| #define IGNORE |
( |
|
arg | ) |
arg |
◆ LINE1 [1/2]
◆ LINE1 [2/2]
◆ LINE2 [1/2]
◆ LINE2 [2/2]
◆ NX
◆ SCX
| #define SCX |
( |
|
x | ) |
((int) (x * .8)) |
◆ SCXD [1/2]
| #define SCXD |
( |
|
x | ) |
((x * .8)) |
◆ SCXD [2/2]
| #define SCXD |
( |
|
x | ) |
((x * .008)) |
◆ SCY
| #define SCY |
( |
|
y | ) |
(600 - (int) (y * .8)) |
◆ SCYD [1/2]
| #define SCYD |
( |
|
y | ) |
(7.5 * 80. - (y * .8)) |
◆ SCYD [2/2]
| #define SCYD |
( |
|
y | ) |
((y * .008)) |
◆ SEL
◆ SSUN
◆ TEK4014
◆ text
◆ TEXT [1/2]
◆ TEXT [2/2]
◆ US
◆ VT
◆ XHOME
◆ YHOME
◆ codraw_line()
| static void codraw_line |
( |
| ) |
|
|
static |
◆ Codraw_plt()
| void Codraw_plt |
( |
int |
mode, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
|
static |
◆ Codraw_preamble()
| void Codraw_preamble |
( |
void |
| ) |
|
|
static |
◆ Fig_file()
| void Fig_file |
( |
const char * |
s, |
|
|
int |
dev |
|
) |
| |
◆ Fig_plt()
| void Fig_plt |
( |
int |
mode, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
|
static |
◆ Fig_preamble()
| static void Fig_preamble |
( |
void |
| ) |
|
|
static |
◆ hard_text_preamble()
| static void hard_text_preamble |
( |
void |
| ) |
|
|
static |
◆ hardplot_file()
| static void hardplot_file |
( |
const char * |
s | ) |
|
|
static |
◆ hplot()
| void hplot |
( |
int |
mode, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
|
static |
◆ tplot()
| static void tplot |
( |
int |
mode, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
|
static |
◆ adm3a
| char adm3a[] = "TERM=adm3a" |
|
static |
◆ cdev
◆ codraw_npoint
◆ codraw_pointx
◆ codraw_pointy
◆ console
MINGW32
MINGW32
Definition at line 55 of file plot.cpp.
◆ fig_text_preamble
| char fig_text_preamble[100] |
|
static |
◆ gdev
◆ graphdev
◆ hardplot
◆ hardplot_filename
| char hardplot_filename[100] |
|
static |
◆ hoc_plttext
◆ hpdev
◆ hpflag
◆ ncsa
| char ncsa[] = "NEURON=ncsa" |
|
static |
◆ ssun
◆ tek4014
| char tek4014[] = "TERM=4014" |
|
static |
◆ vt100
| char vt100[] = "TERM=vt125" |
|
static |
◆ xlast
◆ ylast