Python Forum
Runtime error when trying to graph using the lognorm function (2.7)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Runtime error when trying to graph using the lognorm function (2.7)
#2
It is not a trivial mathematical expression you got there.
Instead of looking at the plot I would tackle this by inspecting calculations that are done in the plot equation. Check each calculation separately to see if they give what you expect. Then combine two operations and do same, etc...
You may want to check parentheses placement also, it's hard to read this expression, and there may be some unobvious mistake. It would make much more sense to store separate calculations in variables with meaningful names.
Reply


Messages In This Thread
RE: Runtime error when trying to graph using the lognorm function (2.7) - by j.crater - Dec-09-2017, 06:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  something that returns a linear function compatible with lognorm.pdf and lognorm.cdf? Afterdarkreader 2 3,269 Dec-19-2017, 10:42 PM
Last Post: Afterdarkreader

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020