git: 9front

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