shithub: riscv

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