skunk icon indicating copy to clipboard operation
skunk copied to clipboard

skunk.display fails to clear the figure / axis

Open vncntprvst opened this issue 1 year ago • 3 comments

Hi, When using skunk.display(svg), the resulting plot has two rows, with the bottom one with a blue background, as if the display function doesn't clear the axis. Here's how it looks: image This is with skunk 1.2.0, installed with pip or from source. I can get rid of the extra plot with

ax.clear()
ax.axis('off')
skunk.display(svg)

But that still leaves a big empty space below the svg plot. Any idea? Thanks

vncntprvst avatar Apr 21 '23 19:04 vncntprvst