shithub: riscv

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