shithub: riscv

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