shithub: riscv

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