Skip to content

Commit d8a2adf

Browse files
authored
Fix a code typo in readme.md (#136)
* Fix a code typo in README.md * revert unrelated change
1 parent 7cface0 commit d8a2adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ lineGraph2.plotLabel.yLabel = "Y-AXIS"
179179
lineGraph2.plotLineThickness = 3.0
180180

181181
subplot.plots = [lineGraph1, lineGraph2]
182-
subPlot.drawGraphAndOutput(fileName: "subPlotsHorizontallyStacked", renderer: agg_renderer)
182+
subplot.drawGraphAndOutput(fileName: "subPlotsHorizontallyStacked", renderer: agg_renderer)
183183
```
184184

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

0 commit comments

Comments
 (0)