package sklearn

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val pyplot : unit -> Py.Object.t

Setup and teardown fixture for matplotlib.

This fixture checks if we can import matplotlib. If not, the tests will be skipped. Otherwise, we setup matplotlib backend and close the figures after running the functions.

Returns ------- pyplot : module The ``matplotlib.pyplot`` module.

OCaml

Innovation. Community. Security.