KarthikRIyer / swiftplot

Swift library for Data Visualization :bar_chart:
Apache License 2.0
400 stars 39 forks source link

A Code Typo in README.md #135

Closed keefo closed 2 years ago

keefo commented 2 years ago

subPlot.drawGraphAndOutput(fileName: "subPlotsHorizontallyStacked", renderer: agg_renderer)

Should be

subplot.drawGraphAndOutput(fileName: "subPlotsHorizontallyStacked", renderer: agg_renderer)

KarthikRIyer commented 2 years ago

Thanks for reporting this @keefo !

Would you like to create a PR to fix this?

keefo commented 2 years ago

136