Answers for "title for legend matplotlib"

3

python add legend title

# Basic syntax:
plt.legend(title="your title")
Posted by: Guest on May-08-2021
13

matplotlib title

import matplotlib.pyplot as plt

plt.title('TITLE')
Posted by: Guest on April-17-2020

Python Answers by Framework

Browse Popular Code Answers by Language