shithub: riscv

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