shithub: riscv

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