I know that I can plot my python-generated data by matplotlib. The reason why I want to plot my data using Scilab is keeping plotted figure the same style. Because I already have plotted many figures using Scilab.
Should I use subprocess.Popen to run a scilab script? Is there a better way than this.