shithub: riscv

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