Luk
Luk

Reputation: 1159

How to draw a 3D hexagonal grid in python

What would be a good way to draw a figure such as the one shown in Figure 1 of the following paper: here

It seems to be plotted with python, using matplotlib. But, maybe a tensorflow library or similar has been used, which I don't know.

Upvotes: 0

Views: 774

Answers (1)

Thomas Kimber
Thomas Kimber

Reputation: 11107

Maybe try a hexbin plot from matplotlib.

Upvotes: 1

Related Questions