git: 9front

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