git: 9front

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