spark-instrumented-optimizer/python/pyspark/pandas/tests/plot
Xinrong Meng cd1e8e8158 [SPARK-35033][PYTHON] Port Koalas plot unit tests into PySpark
### What changes were proposed in this pull request?
Now that we merged the Koalas main code into the PySpark code base (#32036), we should port the Koalas plot unit tests to PySpark.

### Why are the changes needed?
Currently, the pandas-on-Spark modules are not tested fully. We should enable the plot unit tests.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Enable plot unit tests.

Closes #32151 from xinrong-databricks/port.plot_tests.

Authored-by: Xinrong Meng <xinrong.meng@databricks.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
2021-04-14 13:20:16 +09:00
..
__init__.py [SPARK-35033][PYTHON] Port Koalas plot unit tests into PySpark 2021-04-14 13:20:16 +09:00
test_frame_plot.py [SPARK-35033][PYTHON] Port Koalas plot unit tests into PySpark 2021-04-14 13:20:16 +09:00
test_frame_plot_matplotlib.py [SPARK-35033][PYTHON] Port Koalas plot unit tests into PySpark 2021-04-14 13:20:16 +09:00
test_frame_plot_plotly.py [SPARK-35033][PYTHON] Port Koalas plot unit tests into PySpark 2021-04-14 13:20:16 +09:00
test_series_plot.py [SPARK-35033][PYTHON] Port Koalas plot unit tests into PySpark 2021-04-14 13:20:16 +09:00
test_series_plot_matplotlib.py [SPARK-35033][PYTHON] Port Koalas plot unit tests into PySpark 2021-04-14 13:20:16 +09:00
test_series_plot_plotly.py [SPARK-35033][PYTHON] Port Koalas plot unit tests into PySpark 2021-04-14 13:20:16 +09:00