반응형
from sympy.plotting import plot
from sympy import *
x=Symbol('x')
plot(x**2, line_color='red')
from sympy.plotting import plot3d
x,y=symbols('x y')
plot3d(x*y, (x, -10,10), (y, -10,10))
반응형
'Python' 카테고리의 다른 글
[Python] Stock Prediction (0) | 2024.04.15 |
---|---|
hexa string to Floating-point value (0) | 2024.04.02 |
mqtt 참고사이트 (0) | 2024.03.19 |
Object Distance & Direction Detection for Blind and Low Vision People (0) | 2024.01.26 |
Audio Data Augmentation in python (0) | 2023.11.02 |
댓글