Skip to content

How to draw a graphic using data with coordinates and production rate?

1 message · Daniel Malter

#
Hi, assuming your production figures are in a square matrix, where points
with no production take zero and points with production take the production
figure, you could use 

image()

This is the most basic approach I would think. 

Daniel