git: 9front

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