Skip to content

Commit

Permalink
Fix a code typo in readme.md (#136)
Browse files Browse the repository at this point in the history
* Fix a code typo in README.md

* revert unrelated change
  • Loading branch information
keefo authored Feb 4, 2022
1 parent 7cface0 commit d8a2adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ lineGraph2.plotLabel.yLabel = "Y-AXIS"
lineGraph2.plotLineThickness = 3.0

subplot.plots = [lineGraph1, lineGraph2]
subPlot.drawGraphAndOutput(fileName: "subPlotsHorizontallyStacked", renderer: agg_renderer)
subplot.drawGraphAndOutput(fileName: "subPlotsHorizontallyStacked", renderer: agg_renderer)
```

<img src="Tests/SwiftPlotTests/Reference/agg/_03_sub_plot_horizontally_stacked_line_chart.png" width="500">
Expand Down Expand Up @@ -488,4 +488,4 @@ If you want to contribute to improve this library, please read our [guidelines](
1. Maxim Shemanarev : The AGG library is directly used to render plots.
2. [Lode Vandevenne](https://github.com/lvandeve) : The lodepng library is directly used to encode PNG images.
3. [The FreeType Project](https://www.freetype.org) : AGG uses FreeType to draw text.
4. [Brad Larson](https://github.com/BradLarson) and [Marc Rasi](https://github.com/marcrasi) for their invaluable guidance.
4. [Brad Larson](https://github.com/BradLarson) and [Marc Rasi](https://github.com/marcrasi) for their invaluable guidance.

0 comments on commit d8a2adf

Please sign in to comment.