[PYTHON] Day 65 I installed matplotlib to draw graphs on my Jupyter notebook.

Try using matplotlib with Jupyter notebook.

When I try to import ...

スクリーンショット 2019-12-09 19.51.06.png

Oh, I didn't.

When I looked it up with matplotlib, I found various graph samples. Download it because it looks interesting. I'll see it later.

Tutorials This page contains more in-depth guides for using Matplotlib. It is broken up into beginner, intermediate, and advanced sections, as well as sections covering specific topics.

Install matplotlib

$ conda install matplotlib
Collecting package metadata (current_repodata.json): done
Solving environment: / 
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

(The following is omitted, 7 minutes later)

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
$ 
$ pip list | grep matplotlib
matplotlib                         3.1.1     

feel well.

Start Jupyter notebook and call matplotlib.

スクリーンショット 2019-12-09 20.31.35.png

I will make a font cache, so please wait a moment and a message will appear. How long is it? I waited for 5 minutes for the time being.

There is no particular change, so for the time being, go to the next.

I will draw a graph.

スクリーンショット 2019-12-09 20.37.18.png

The graph is ready!

(1 hour)

Recommended Posts

Day 65 I installed matplotlib to draw graphs on my Jupyter notebook.
I want to announce my graduation thesis on IPython Notebook
Easy to draw graphs with matplotlib
I installed Linux on my Mac
Jupyter Notebook does not show matplotlib graphs
I want to blog with Jupyter Notebook
I installed OpenCV-Python on my Raspberry Pi
I want to display an image on Jupyter Notebook using OpenCV (mac)
Install matplotlib and display graph on Jupyter Notebook
[Jupyter Notebook / Lab] 3 ways to debug on Jupyter [Pdb]
[Python] How to draw multiple graphs with Matplotlib
[Pythonocc] I tried using CAD on jupyter notebook
Library for "I want to do that" of data science on Jupyter Notebook
I want to restart CentOS 8 on time every day.
How to view progress bar on Jupyter Notebook to see progress
I want to use a virtual environment with jupyter notebook!
Unable to display tensorboard in jupyter notebook on docker (solved)
Write charts in real time with Matplotlib on Jupyter notebook
A very convenient way to give a presentation on Jupyter Notebook
A note when I can't open Jupyter Notebook on Windows
I installed tensorRT on Ubuntu 18.04
Introduced Jupyter Notebook to CentOS 7
I installed ROS on Ubuntu 18.04
High charts on Jupyter notebook
View PDF on Jupyter Notebook
63rd day I installed tensorflow.
When generating a large number of graphs with matplotlib, I do not want to display the graph on the screen (jupyter environment)
I tried to touch jupyter
Run Jupyter Notebook on windows
How to use Jupyter Notebook
I tried Python! ] Can I post to Kaggle on my iPad Pro?
I wanted to create a smart presentation with Jupyter Notebook + nbpresent
Resolve garbled Japanese characters in matplotlib of Jupyter Notebook on Docker
I tried to visualize BigQuery data using Jupyter Lab on GCP
Install Anaconda on Mac and upload Jupyter (IPython) notebook to Anaconda Cloud
Formatting with autopep8 on Jupyter notebook
Steps to install matplotlib on Mac
Draw Japanese with matplotlib on Ubuntu
[Linux] I installed CentOS on VirtualBox
How to run matplotlib on heroku
Run azure ML on jupyter notebook
View graphs inline in Jupyter Notebook
Easy to use Jupyter notebook (Python3.5)
Try running Jupyter Notebook on Mac
Somehow I tried using jupyter notebook
I tried VS Code's Jupyter notebook
[Small story] How to save matplotlib graphs in a batch with Jupyter
I wanted to use jupyter notebook with docker in pip environment (opticspy)
(Matplotlib) I want to draw a graph with a size specified in pixels
Understand how to display images on Jupyter (utilization of imshow / matplotlib of OpenCV)
I tried to draw a system configuration diagram with Diagrams on Docker
How to set up a jupyter notebook on ssh destination (AWS EC2)
I tried with the top 100 PyPI packages> I tried to graph the packages installed on Python
I want to format and check Python code to my liking on VS Code