]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/plot/libplot/dpoint.c
- use the double-buffer buffer to allow redrawing on resize events.
[plan9front.git] / sys / src / cmd / plot / libplot / dpoint.c
1 #include "mplot.h"
2 void dpoint(double x, double y){
3         m_dpt(x, y);
4         move(x, y);
5 }