Visualization#

Visualization in MARIO is centered on one plotting engine: db.plot(…).

Use it in two ways:

  • simple workflow: choose a matrix and a preset such as "overview" or "composition";

  • advanced workflow: pass explicit Plotly Express mappings such as x=, color=, facet_col= and animation_frame=.

The historical methods are still available as deprecated wrappers for backward compatibility, but new code should use db.plot(...) directly.

Unified Plot API#

Method

Purpose

db.plot(…)

Single interactive plotting entrypoint for matrices or pre-built dataframes.

Legacy Wrappers#

These wrappers now delegate to db.plot(...) and emit a deprecation warning.