You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~~~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
~~~
The text was updated successfully, but these errors were encountered:
kozo2
changed the title
Inline and display equations
Adding mathjax usage example
Mar 11, 2019
links
example.md
The text was updated successfully, but these errors were encountered: