All Projects → mauriciopoppe → Function Plot

mauriciopoppe / Function Plot

Licence: mit
A 2d function plotter powered by d3 and interval arithmetic

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Function Plot

Ttyplot
a realtime plotting utility for terminal/console with data input from stdin
Stars: ✭ 532 (-14.88%)
Mutual labels:  graph, plot
Asciichart
Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies
Stars: ✭ 1,107 (+77.12%)
Mutual labels:  graph, plot
Adjusttext
A small library for automatically adjustment of text position in matplotlib plots to minimize overlaps.
Stars: ✭ 731 (+16.96%)
Mutual labels:  graph, plot
Uplot
📈 A small, fast chart for time series, lines, areas, ohlc & bars
Stars: ✭ 6,808 (+989.28%)
Mutual labels:  graph, plot
Arduino Plotter
An Arduino library for easy graphing on host computer via serial communication
Stars: ✭ 129 (-79.36%)
Mutual labels:  graph, plot
Highcharts Chart
Polymer Element wrapper for highcharts library. Seamlessly create various types of charts from one element.
Stars: ✭ 97 (-84.48%)
Mutual labels:  graph, plot
Scala Plotly Client
Visualise your data from Scala using Plotly
Stars: ✭ 39 (-93.76%)
Mutual labels:  graph, plot
Swiftcharts
Easy to use and highly customizable charts library for iOS
Stars: ✭ 2,336 (+273.76%)
Mutual labels:  graph, plot
Asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Stars: ✭ 1,805 (+188.8%)
Mutual labels:  graph, plot
Promplot
Create plots from Prometheus metrics and send them to you
Stars: ✭ 125 (-80%)
Mutual labels:  graph, plot
Aachartkit Swift
📈📊📱💻🖥️An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. 极其精美而又强大的跨平台数据可视化图表框架,支持柱状图、条形图、…
Stars: ✭ 1,962 (+213.92%)
Mutual labels:  graph, plot
Pymeasure
Scientific measurement library for instruments, experiments, and live-plotting
Stars: ✭ 255 (-59.2%)
Mutual labels:  graph, plot
Opencypher
Specification of the Cypher property graph query language
Stars: ✭ 534 (-14.56%)
Mutual labels:  graph
Gojs
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
Stars: ✭ 5,739 (+818.24%)
Mutual labels:  graph
Rubrowser
a ruby code dependency graph interactive visualizer
Stars: ✭ 532 (-14.88%)
Mutual labels:  graph
Lightgraphs.jl
An optimized graphs package for the Julia programming language
Stars: ✭ 611 (-2.24%)
Mutual labels:  graph
Ngd
View the dependencies tree of you Angular application
Stars: ✭ 570 (-8.8%)
Mutual labels:  graph
Lets Plot
An open-source plotting library for statistical data.
Stars: ✭ 531 (-15.04%)
Mutual labels:  plot
Madge
Create graphs from your CommonJS, AMD or ES6 module dependencies
Stars: ✭ 5,635 (+801.6%)
Mutual labels:  graph
Scala Graph
Graph for Scala is intended to provide basic graph functionality seamlessly fitting into the Scala Collection Library. Like the well known members of scala.collection, Graph for Scala is an in-memory graph library aiming at editing and traversing graphs, finding cycles etc. in a user-friendly way.
Stars: ✭ 521 (-16.64%)
Mutual labels:  graph

image

NPM Build Status js-standard-style storybook


Function Plot is a powerful library built on top of D3.js whose purpose is to render functions with little configuration, think of it as a little clone of Google's plotting utility: y = x * x

The library currently supports interactive line charts and scatterplots, whenever the graph scale is modified the function is evaluated again with the new bounds, result: infinite graphs!

Edit function-plot

image,

Thanks to @liuyao12 for the initial version of the Observable notebook, you can check his own version here https://beta.observablehq.com/@liuyao12/function-plot

Installation

npm install function-plot

Examples

Examples in the homepage

API

import functionPlot from 'function-plot'
functionPlot(options)

All the available options are described in the docs

License

2015-2020 MIT © Mauricio Poppe

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].