dcs.view ======== *Language: Python* ``dcs.view`` is a module of the ``dcs`` package that contains functions for generating visualizations from :class:`pandas.DataFrame` objects. All functions return a :mod:`StringIO` buffer holding a Base64 encoded PNG image of the request chart as generated by ``matplotlib``. .. automodule:: dcs.view :members: