Draw graph in python

import numpy as np
import matplotlib.pyplot as plt

#Data creation
x=np.arange(0,12,0.1)
y=np.sin(x)

plt.plot(x,y)
plt.show()

With this alone, I was able to draw a graph of the sin function

Recommended Posts

Draw graph in python
Graph drawing in python
Draw mp3 waveform in Python
Draw Poincare's disk in Python
Draw "Draw Ferns Programmatically" in Python
Draw implicit function in python
Draw a heart in Python
Draw knots interactively in Plotly (Python)
Draw a scatterplot matrix in python
Draw retention rate graph in Matplotlib
Ant book in python: Sec. 2-5 Graph
Draw a CNN diagram in Python
Quadtree in Python --2
Python in optimization
CURL in python
Metaprogramming in Python
Python 3.3 in Anaconda
Geocoding in python
SendKeys in Python
Meta-analysis in Python
Unittest in python
Epoch in Python
Sudoku in Python
DCI in Python
quicksort in python
nCr in python
N-Gram in Python
Programming in python
Plink in Python
Constant in python
Lifegame in Python.
FizzBuzz in Python
Sqlite in python
StepAIC in Python
N-gram in python
LINE-Bot [0] in Python
Csv in python
Disassemble in Python
Reflection in Python
Constant in python
nCr in Python.
format in python
PPAP in Python
Quad-tree in Python
Reflection in Python
Chemistry in Python
Hashable in python
DirectLiNGAM in Python
LiNGAM in Python
Flatten in python
flatten in python
Draw Nozomi Sasaki in Excel with python
Draw a heart in Python Part 2 (SymPy)
Ant book in python: Sec. 2-5 Graph (preparation)
Easily graph data in shell and Python
Draw a tree in Python 3 using graphviz
Sorted list in Python
Daily AtCoder # 36 in Python
Clustering text in Python
Daily AtCoder # 2 in Python
Implement Enigma in python