Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 13861

Show a Wolfram Mathematica Plot from within Python

$
0
0

I need to show a plot created by the Wolfram Mathematica application used from within a Python script.

So far I have written the following code, but I do not know how I should show the information stored in the wlplot variable. Is it even possible in Python? The plot.txt file contains the command I need. I checked that the command is correct and that it is properly executed in the Wolfram Alpha itself.

session = WolframLanguageSession()plot_file = open("plot.txt")wl_comm = plot_file.read()plot_file.close()wlplot = session.evaluate(wlexpr(wl_plot))#???session.terminate()

So the question is: If it is possible, what should I write within the Python script in order to show the plot created by the Wolfram Engine?


Viewing all articles
Browse latest Browse all 13861

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>