shithub: riscv

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