This example shows how to create an annotation on a polar graph. For a complete overview of the annotation capabilities, also see the :ref:`annotations`.
It is possible to set a logarithmic scale for one or both axes. This functionality is in fact only one application of a more general transformation system in Matplotlib. Each of the axes' scales are ...
Due to inconsistent type annotations, even though zs is a also a List[Any] (similar to xs and ys), Pylance is considering zs as an integer type variable.