shithub: riscv

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