git: 9front

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