All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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