Problems with drawing graphs by using matplotlib

조회 수: 22 (최근 30일)
juju
juju 2016년 8월 24일
댓글: Jim Heneghan 2022년 6월 10일
i started to use matplotlib to draw graphs but at some points it does not work out. when i am using: x = linspace(a,b,n) instead of x = arange(a,b,n) it does not show me any graph and i don't know why. Can you please help me in this case?
  댓글 수: 2
José-Luis
José-Luis 2016년 8월 24일
matplotlib is a python library. This is a Matlab forum. Am I missing something?
Jim Heneghan
Jim Heneghan 2022년 6월 10일
https://www.mathworks.com/help/matlab/matlab_external/create-object-from-python-class.html

댓글을 달려면 로그인하십시오.

답변 (1개)

rushabh rupani
rushabh rupani 2019년 11월 10일
Hey guys,
Check out the following cool tutorial on Python matplotlib tutorial with example.
You will learn how to report and chart using the Python matplotlib library.
The matplotlib.pyplot is the collection of command style and functions that make matplotlib works like a MATLAB in Python. Each pyplot function makes some change to a figure and we will able to analyze the data based on that figure.
If you do not know what is Jupyter notebook then check out the following link. It is very useful for me.
Hope this helps.

카테고리

Help CenterFile Exchange에서 Integration with Online Platforms에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by