QuLogic on main
Add bar color demo. Merge pull request #23670 from … (compare)
QuLogic on main
Standardize edge-on axis locati… (compare)
asv dev
to test out a benchmark
benchmarks/dates.py
file...
t = fig.text()
?
def _test_date2num_dst
(for some reason...)
Also, unrelated;
How does zorder magic work? I have some lines (zorder 2) on the primary axis (zorder 0.1), and a polycollection (zorder 1) on the secondary axis (zorder 0); my primary axis has gridlines. If I set those gridlines (ax.yaxis.get_gridlines()) to zorder 0.1 they are still on top of my poly; do I have to set some other attribute?