shithub: riscv

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