Skip to content

Simple linear graphing library for TW5

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
license.tid
Notifications You must be signed in to change notification settings

stephenteacher/graph-tw5smallupdate

 
 

Repository files navigation

This is a small update of graph-tw5 which adds some examples on the landing page.

Demo can be found here:

https://stephenteacher.github.io/graph-tw5smallupdate/

graph-tw5

Simple Linear Graphing Library

place the <$graph> widget and then define a system of equations to graph

<$graph colors='["red","blue","green"]' unitsPerTick="2" minX="0" minY="-6" maxY="6">
5 * Math.sin(x)
1/x
x*x+x
</$graph>

An alternative method is to make the Tiddler type to be text/vnd.tiddlywiki.graph.

About

Simple linear graphing library for TW5

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
license.tid

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.7%
  • JavaScript 0.3%