git: 9front

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