Output a graph to Sympy.

Asked 2 years ago, Updated 2 years ago, 61 views

Until now, we have created a graph using mathplotlib as a value using python's numpy. When defining a function in numpy, both x and y values came out in a list format, so I made a graph, but when I defined a function in sympy, I couldn't make a graph because the variable didn't have a special value. How can I draw a graph with a function made of Sympy?

python sympy mathplotlib

2022-09-21 21:53

1 Answers

Well noted in the sympy help.

Please refer to the link below.

https://docs.sympy.org/latest/modules/plotting.html


2022-09-21 21:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.