Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- data distribution
- line width
- pie charts
- MySQL
- break
- multiple lines
- train/test
- Text Analytics
- line color
- Text mining
- __init__
- continue
- Github
- iterates
- PROJECT
- Default X points
- polynomial regression
- variables
- error
- PANDAS
- Python
- For loops
- matplotlib.pyplot
- matplotlib
- Else
- SQL
- start exercise
- machine learning
- AS
- self parameter
Archives
- Today
- Total
목록multiple points (1)
Data Science Explorer

The plot() function is used to draw points (markers) in a diagram. Parameter 1 is an array containing the points on the x-axis. Parameter 2 is an array containing the points on the y-axis. Plotting Without Line You can use shortcut string notation parameter 'o', which means rings. Example Draw two points in the diagram, one at position (1,1) and one in position (6,10). # Draw two points in the d..
Python
2023. 11. 4. 11:01