You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
307 B
17 lines
307 B
"""
|
|
This type stub file was generated by pyright.
|
|
"""
|
|
|
|
LINE_PROPS = ...
|
|
COLLECTION_PROPS = ...
|
|
BAR_PROPS = ...
|
|
def assert_artists_equal(list1, list2, properties): # -> None:
|
|
...
|
|
|
|
def assert_legends_equal(leg1, leg2): # -> None:
|
|
...
|
|
|
|
def assert_plots_equal(ax1, ax2, labels=...): # -> None:
|
|
...
|
|
|