Skip to main content
Glama

plot_multiple_functions

Plot multiple mathematical functions on a single graph to compare relationships, analyze intersections, and visualize mathematical concepts simultaneously.

Instructions

Plots multiple functions on the same graph.

Input Schema

NameRequiredDescriptionDefault
formulasYes
x_rangeNo
y_rangeNo

Input Schema (JSON Schema)

{ "properties": { "formulas": { "items": { "type": "string" }, "title": "Formulas", "type": "array" }, "x_range": { "anyOf": [ { "items": { "type": "number" }, "type": "array" }, { "type": "null" } ], "default": [ -10, 10 ], "title": "X Range" }, "y_range": { "anyOf": [ { "items": { "type": "number" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Y Range" } }, "required": [ "formulas" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheGrSun/Desmos-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server