shithub: riscv

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