How to plot data. #198
Unanswered
DaveDavenport
asked this question in
Q&A
Replies: 1 comment 2 replies
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I want to plot some data in my notes, but I hit a snag.
1.) mermaid does not plot correctly.

This should be more or less a straight line, instead it puts 10-20 at the same distance as 100-200.
2.) tikz is insanely slow and block zennotes for minutes to then produce an empty graph.
3.) jsxgraph I have no idea how to use? It needs a json input language, but I could not find an example, I've looked at the source but this was not clear to me. I managed to get a grid with axis, but failed to put data points in?
Anybody has some examples of using jsxgraph (I probably missed it when searching for it)
or any other suggestions to plot data points?
All reactions