skoch9 / meshplot

Plot 3D triangle meshes
GNU General Public License v3.0
145 stars 37 forks source link

Issues with subplot #25

Closed docsjoo closed 3 years ago

docsjoo commented 3 years ago

The example at https://skoch9.github.io/meshplot/tutorial/ shows four subplots with s=[2,2,*], but the bunnies are all in one column. The same occurs when I try to use it locally - it seems to be ignored.

docsjoo commented 3 years ago

My mistake, I had not understood that you need to pass the first subplot return value as data. Still don't know why the webpage doesn't display correctly, but that's less important