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

use the data[:shape] variable rather than relying on a shape included… #31

Closed t12nslookup closed 3 years ago

t12nslookup commented 3 years ago

… in the description, which would also be put on the fly-over text

lumean commented 3 years ago

Thanks for all your contributions and sorry for not answering - my time is quite limited at the moment. I hope to have some time soon for review, merge & publish. I'll have some time around Xmas.

t12nslookup commented 3 years ago

it's no problem.

this lot of changes are things that are useful to me, and might not be to other people.

the first lot that I pushed fixed issues that I felt were more applicable to other people, and you've incorporated those already.

Jon

On Tue, 1 Dec 2020 at 12:56, lumean notifications@github.com wrote:

Thanks for all your contributions and sorry for not answering - my time is quite limited at the moment. I hope to have some time soon for review, merge & publish. I'll have some time around Xmas.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lumean/svg-graph2/pull/31#issuecomment-736534488, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2TUPA7RBWLGUQQ5OXODH3SSTRZNANCNFSM4TRIDENQ .

t12nslookup commented 3 years ago

Yuck!

Will fix ASAP, and re-pull request ... I needed to do more testing :-/

Quality Control Chart: image

Chromatogram: image

charts based on inheriting your SVG::Graph routines, and adding in a few extra features.