shithub: front

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