Code for checking the operation of Python Matplotlib

A short code for when you want to quickly check the operation of matplotlib at hand

Sample code

sample


import matplotlib.pyplot as plt

plt.plot([1,2,10,18,19,20])
plt.show()

result

Figure_1.png

Recommended Posts

Code for checking the operation of Python Matplotlib
Check the operation of Python for .NET in each environment
Build API server for checking the operation of front implementation with python3 and Flask
[Python3] Rewrite the code object of the function
[python] Checking the memory consumption of variables
Pandas of the beginner, by the beginner, for the beginner [Python]
[Python] Get the character code of the file
[Python] Operation of enumerate
[Python] Read the source code of Bottle Part 2
The story of low learning costs for Python
[Python] Read the source code of Bottle Part 1
Image processing? The story of starting Python for
About Python code for simple moving average assuming the use of Numba
Convert the character code of the file with Python3
Code reading of Safe, a library for checking password strength in Python
Installation of matplotlib (Python 3.3.2)
Let's break down the basics of TensorFlow Python code
Get the return code of the Python script from bat
Get the operation status of JR West with Python
[Introduction to Python] Basic usage of the library matplotlib
[Python] Code for measuring ambient light RGB of APDS9960
Towards the retirement of Python2
About the ease of Python
Python code memo for yourself
2.x, 3.x character code of python
Change the style of matplotlib
[Python] Sample code for Python grammar
About the features of Python
The Power of Pandas: Python
Enable the virtualenv Python virtual environment for Visual Studio Code
[python] How to use the library Matplotlib for drawing graphs
Consideration for Python decorators of the type that passes variables
Try to automate the operation of network devices with Python
I just wrote the original material for the python sample code
The process of making Python code object-oriented and improving it
[Python] The biggest weakness / disadvantage of Google Colaboratory [For beginners]
I wrote the basic operation of matplotlib with Jupyter Lab
Google search for the last line of the file in Python
The story of Python and the story of NaN
Installation of SciPy and matplotlib (Python)
[Python] The stumbling block of import
First Python 3 ~ The beginning of repetition ~
pyenv-change the python version of virtualenv
Change the Python version of Homebrew
[Python] Understanding the potential_field_planning of Python Robotics
Review of the basics of Python (FizzBuzz)
See python for the first time
What is the python underscore (_) for?
Unravel the mystery of matplotlib specgram
Checking the NAOqi Python development environment
Introductory table of contents for python3
About the size of matplotlib points
[Python] Read the Flask source code
The first step in Python Matplotlib
Record of Python introduction for newcomers
About the basics list of Python basics
Command for the current directory Python
Learn the basics of Python ① Beginners
A memorandum of understanding for the Python package management tool ez_setup
How to change the log level of Azure SDK for Python
Wrap (part of) the AtCoder Library in Cython for use in Python