Added error when trying to plot quad or hex mesh with matplotlib

Merged
#378 · Created  · Last updated

Merged pull request

Merge branch 'ivan/add-error-quad-plot'

8b54be6·Author: ·Closed by: ·2017-08-03

Description

Currently when trying to plot quadrilateral or hexahedral mesh, the ValueError: triangles must be a (?,3) array from matplotlib/tri/triangulation.py pops up.

With this small change user will be notified that matplotlib does not support quadrilateral and hexahedral mesh. It is more informative.

0 attachments

0 comments

Loading commits...