zifn / legendre_plotting

MIT License
0 stars 0 forks source link

Too much is hard coded #1

Open zifn opened 6 years ago

zifn commented 6 years ago

The python script takes a hard coded sympy function, calculates the Legendre transform, makes a hard coded number of lines with a hard coded range of slopes, with the window of the graph being plotted also being hard coded. All of these need to be made input parameters

zifn commented 5 years ago

use https://docs.sympy.org/latest/modules/parsing.html to parse a text string into usable math.