git: 9front

ref: 68790fa29627262a31301c55af35ee48b07d4a1c
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);
}