Skip to content

Adding mathjax usage example #1

@kozo2

Description

@kozo2

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
~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions