git: 9front

ref: b3169beea4609ab22a6d21ea3fb3d6b963d156cc
dir: /sys/src/cmd/plot/libplot/dpoint.c/

View raw version
#include "mplot.h"
void dpoint(double x, double y){
	m_dpt(x, y);
	move(x, y);
}