git: 9front

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