We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280b9a1 commit 04288c5Copy full SHA for 04288c5
lib/matplotlib/tests/test_axes.py
@@ -794,6 +794,27 @@ def test_polar_theta_limits():
794
ax.yaxis.set_tick_params(label2On=True, rotation='auto')
795
796
797
+@check_figures_equal(extensions=["png"])
798
+def test_polar_rlim(fig_test, fig_ref):
799
+ ax = fig_test.subplots(subplot_kw={'polar': True})
800
+ ax.set_rlim(top=10)
801
+ ax.set_rlim(bottom=.5)
802
+
803
+ ax = fig_ref.subplots(subplot_kw={'polar': True})
804
+ ax.set_rmax(10.)
805
+ ax.set_rmin(.5)
806
807
808
809
+def test_polar_rlim_bottom(fig_test, fig_ref):
810
811
+ ax.set_rlim(bottom=[.5, 10])
812
813
814
815
816
817
818
@image_comparison(baseline_images=['axvspan_epoch'])
819
def test_axvspan_epoch():
820
from datetime import datetime
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments