Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_tlsv12/sys/src/cmd/plot/libplot/openpl.c – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include "mplot.h"
2
void openpl(char *s){
3
	m_initialize(s);
4
	e0->left=mapminx;
5
	e0->bottom=mapmaxy;
6
	e0->sidex=mapmaxx-mapminx;
7
	e0->sidey=mapminy-mapmaxy;
8
	e0->scalex=e0->sidex;
9
	e0->scaley=e0->sidey;
10
	sscpy(e0, e1);
11
	move(0., 0.);
12
}