git: 9front

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