shithub: riscv

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