Known Issues

This topic lists the known issues in version 1.0.0 of the Spotfire Service for Python.

Plot created with pyplot persists between data functions

A plot created in a data function using the function pyplot from matplotlib can persist between data functions unless the plot is explicitly cleared.

Workaround: If the buffer retains the plot, you can clear it explicitly by including the command plt.clf() in your data function.