git: 9front

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