git: 9front

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