![JAR search and dependency download from the Maven repository](/logo.png)
io.github.danielTucano.matplotlib.pyplot.show.kt Maven / Gradle / Ivy
package io.github.danielTucano.matplotlib
import io.github.danielTucano.python.PythonScriptBuilder
fun show() {
PythonScriptBuilder.addCommand("plt.show()")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy