Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Function Plot

leonhmaleonhma20k downloads

Render mathematical functions in a Markdown code block.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates8

A plugin for displaying mathematical graphs in obsidian.md.

⭐ Remember to star this plugin on Github if you like it!

This file only contains basic instructions to get you to using this plugin quickly. If you want a more detailed documentation, take a look at the wiki.


🔮 How to use

With Command

Since version 1.1.0 you can create plots via a handy GUI with live-preview functionality.

  1. Open the command palette and select Obsidian Functionplot: Plot a Function

  2. Adjust the plot to your liking.

    Create plot modal Create plot modal

  3. This will create a coordinate system with bounds -10 < x < 10, -10 < y < 10 and plot the functions f and g. If you havent disabled it, you can even drag and zoom the graph.

With functionplot Block

```functionplot
---
title: string
xLabel: string
yLabel: string
bounds: array[min x, max x, min y, max y]
disableZoom: boolean
grid: boolean
---
<name>(variable)=<expression>
```

Example:

```functionplot
---
title: The random graph
xLabel: Time
yLabel: Cost
bounds: [0, 10, 0, 50]
disbaleZoom: 1
grid: true
---
g(x)=x^PI
f(x)=E+log(x)*2
```

🧮 Supported Math

To see the complete list of supported math functions, please check the wiki.

⚙ Plugin Settings

Since version 1.2.0 there's a dedicated settings page for this plugin. Here you can adjust things like font sizes for the text elements of the plot, line widths and various colors. To access this page, head to the obsidian settings and scroll down the list to 'Community Plugins > Obsidian Functionplot'.

Settings Page

Note
For changes to be applied, Obsidian needs to "re-render" the chart. You can either restart Obsidian, or switch between view modes (eg. Reading mode > Edit mode > Reading mode).


❓ Questions

If you have any questions about the usage of the plugin, take a look at the wiki or post a question in the discussions.

🐞 Bugs and Errors

If you encounter any errors while using this plugin, please report them to us. To do so, click this link, fill out the form as best as you can and click Submit new issue. These issues are publically viewable, so please don't submit any personal information.

🤝 Contributing

Contributions are always welcome! Be it submitting issues, editing the wiki or creating a pull request, contributions by people like you help keep the project evolving. Please adhere to the contributing guidelines.

©️ Attribution

This plugin is based on / uses:

  • function-plot: MIT License, Copyright (c) 2015 Mauricio Poppe
66%
HealthFair
ReviewCaution
About
Plot mathematical functions directly in Obsidian notes. Create plots via a live‑preview GUI or a functionplot code block to render labeled coordinate systems with bounds, multiple functions, optional grid, and interactive pan/zoom.
Graph
Details
Current version
1.2.1
Last updated
4 years ago
Created
4 years ago
Updates
8 releases
Downloads
20k
Compatible with
Obsidian 0.16.3+
License
MIT
Report bugRequest featureReport plugin
Author
leonhmaleonhma
github.com/leonhma
GitHubleonhma
  1. Community
  2. Plugins
  3. Graph
  4. Function Plot

Related plugins

3D Graph

Add a 3D graph view.

3D Graph New

A 3D Graph view.

Reference Map

Reference and citation map for literature review and discovery.

New 3D Graph

Visualize your Vault in 3D with a powerful, highly customizable, and filterable graph.

Tags Routes

A powerful 3D graph viewer for managing and navigating notes and tags, with advanced visual effects, animations.

Adjacency Matrix Maker

Create an interactive adjacency matrix of your vault.