.. _f-matplotlibhelperxyz: module ``helpers.matplotlib_helper_xyz`` ======================================== Short summary +++++++++++++ module ``ensae_teaching_cs.helpers.matplotlib_helper_xyz`` scatter plots :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=======================================================================================+===========================================================================================================================+ | :func:`scatter_xy_id ` | Creates a scatter plot with a different color for each zone id. The function requires :epkg:`matplotlib`. | +---------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :func:`scatter_xyc ` | Draws a 2D graph (X,Y, color), the color is chosen based on a value *f(x,y)* The function requires :epkg:`matplotlib` ... | +---------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :func:`scatter_xyz ` | Draws a 3D graph (X, Y, Z). The function requires :epkg:`matplotlib` and :epkg:`scipy`. | +---------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_teaching_cs.helpers.matplotlib_helper_xyz :members: :special-members: __init__ :show-inheritance: