shithub: riscv

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