
The model I am working on is built in python and simulates carbon nanotube networks. Previously, you would run them model, save the data to your computer, and put that data into Mathematica in order to plot the points and get the “m value” from plotting the points in a loglog plot. Recently, I was able to add this plot and m value into the python code itself to save some time and the need to run a second program.