git: 9front

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