shithub: riscv

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