I've been implementing various transpilation algorithms such as SABRE and I've come across a strange thing (that's potentially an issue) when drawing the circuits as mpl in a Jupyter notebook.
When I draw the original circuit, it looks normal:
When I draw the transpiled circuit however, the icons are not present (resulting in the drawing being much bigger, hence two measures being cropped out):
The same thing happens with significantly simpler transpilers (e.g. ones that simply copy the dag without making any modifications), and from simulations I believe the issue doesn't have to do with any parameters.
Is there something special required to make the circuits look normal when drawing them out?