git: 9front

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