shithub: riscv

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