Home
last modified time | relevance | path

Searched refs:RadarAxes (Results 1 – 16 of 16) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/api/
H A Dradar_chart.py54 class RadarAxes(PolarAxes): class
63 super(RadarAxes, self).__init__(*args, **kwargs)
70 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
74 lines = super(RadarAxes, self).plot(*args, **kwargs)
109 register_projection(RadarAxes)
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/api/
H A Dradar_chart.py54 class RadarAxes(PolarAxes): class
63 super(RadarAxes, self).__init__(*args, **kwargs)
70 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
74 lines = super(RadarAxes, self).plot(*args, **kwargs)
109 register_projection(RadarAxes)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes): class
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/tools/
H A DsummarizeStats.py42 class RadarAxes(PolarAxes):
57 return super(RadarAxes, self).fill(closed=closed, *args, **kwargs)
61 lines = super(RadarAxes, self).plot(*args, **kwargs)
73 register_projection(RadarAxes)
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/specialty_plots/
H A Dradar_chart.py45 class RadarAxes(PolarAxes): class
105 register_projection(RadarAxes)