Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding mathjax usage example #1

Open
kozo2 opened this issue Oct 25, 2018 · 0 comments
Open

Adding mathjax usage example #1

kozo2 opened this issue Oct 25, 2018 · 0 comments

Comments

@kozo2
Copy link

kozo2 commented Oct 25, 2018

links

example.md

~~~ruby
Numo.gnuplot do
  set xrange:-5..10
  set title:'Math function example'
  set xlabel:'x'
  set ylabel:'y'
  plot 'x*sin(x)', with:'lines', lt:{rgb:'blue',lw:3}
end
~~~
@kozo2 kozo2 changed the title Inline and display equations Adding mathjax usage example Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant