Quantcast
Viewing all articles
Browse latest Browse all 1288

Python • Re: How to add seperate legends to the graph

a1 = fig.add_subplot(311, ylabel="AAAA", xlabel="BBBB")
a2= fig.add_subplot(312, ylabel="CCCC", xlabel="DDDD")
a3= fig.add_subplot(313, ylabel="EEEE", xlabel="FFFF")

Axes label shown for y-axis, but the x-axis label only shown for bottom subplot a3. Possibly some sort of layout thing.

Statistics: Posted by ghp — Tue Feb 11, 2025 7:19 am



Viewing all articles
Browse latest Browse all 1288

Trending Articles