lumean / svg-graph2

SVG:::Graph is a pure Ruby library for generating charts, which are a type of graph where the values of one axis are not scalar. SVG::Graph has a verry similar API to the Perl library SVG::TT::Graph, and the resulting charts also look the same. This isn't surprising, because SVG::Graph started as a loose port of SVG::TT::Graph.
Other
50 stars 20 forks source link

Fix typo in Plot's `scale_y_integers` #9

Closed ashleydavies closed 5 years ago

ashleydavies commented 5 years ago

Fixes what I believe is a typo in Plot's scale_y_integers, which was previously spelt scale_y_integerrs. Amends the corresponding test, and I can't find any other instances of the typo in the codebase, so I think the rest is fine.

lumean commented 5 years ago

thanks!