The Plotly plugin allows users to embed interactive Plotly charts into Obsidian notes for data visualization. It supports creating static charts with YAML or JSON payloads directly within markdown blocks using a plotly
block. Advanced users can leverage the DataViewJS block for JavaScript-based charts, enabling dynamic visualizations and integration with note data through the DataView API. This plugin is ideal for users who want to visualize data effectively while working within the Obsidian environment, offering flexibility for both static and dynamic charting needs.
Now user can create plot using DataViewJS block.
This approach supports all examples from plotly.com.