shithub: riscv

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