git: 9front

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