[PYTHON] Change the font size of the legend in df.plot

trouble

--The size of legend cannot be changed with the argument of df.plt

solution

--Put behind plt.legend

df.plot()
plt.legend(fontsize = 20)

--Passed to matplotlib once and overwritten (poi)

Recommended Posts

Change the font size of the legend in df.plot
Change font size in Serene Linux
Feel free to change the label of the legend in Seaborn in python
Increase the font size of the graph with matplotlib
Get the size (number of elements) of UnionFind in Python
Change the theme of Jupyter
Change the style of matplotlib
Change the log retention period of CloudWatch Logs in Lambda
The story of participating in AtCoder
Change the background of Ubuntu (GNOME)
Change the Python version of Homebrew
The story of the "hole" in the file
Increase the UI size of MyPaint
Change the suffix of django-filter / DateFromToRangeFilter
The meaning of ".object" in Django
About the size of matplotlib points
How to change the color of just the button pressed in Tkinter
How to check the memory size of a variable in Python
How to check the memory size of a dictionary in Python
[Understanding in 3 minutes] The beginning of Linux
Check the behavior of destructor in Python
Graph of the history of the number of layers of deep learning and the change in accuracy
The story of an error in PyOCR
[pyqtgraph] Set the size ratio of the graph
Align the size of the colorbar with matplotlib
Script to change the description of fasta
Behavior change of [Diagram / Timeline] in Choregraphe 2.5.5.5
Implement part of the process in C ++
Change the saturation and brightness of color specifications like # ff000 in python 2.5
Change the list in a for statement
The result of installing python in Anaconda
Test & Debug Tips: Create a file of the specified size in Python
Let's claim the possibility of pyenv-virtualenv in 2021
The basics of running NoxPlayer in Python
Graph the change in the number of keyword appearances per month using pandas
Tips: Comparison of the size of three values
Change the order of PostgreSQL on Heroku
In search of the fastest FizzBuzz in Python
I made a program to check the size of a file in Python
With the advent of systemd-homed in 2020, Linux user management will change dramatically.
Change the destination batfish server of pybatfish
[IOS] Change the display time for each frame of GIF animation in Pythonista3.
I was in trouble because the behavior of docker container did not change
In Python, change the behavior of the method depending on how it is called
How to change the appearance of unselected Foreign Key fields in Django's ModelForm
How to make the font width of jupyter notebook put in pyenv equal width
The meaning of {version-number} in the mysql rpm package
[Python] Sort the list of pathlib.Path in natural sort
Change the device (drive) label in vfat format.
Get the caller of a function in Python
Match the distribution of each group in Python
View the result of geometry processing in Python
Make a copy of the list in Python
Change the color of Fabric errors and warnings
Find the number of days in a month
Change the decimal point of logging from, to.
Read the output of subprocess.Popen in real time
Find the divisor of the value entered in python
[Python] Display the Altair legend in the plot area
The story of finding the optimal n in N fist
Fix the argument of the function used in map