Skip to content

Commit

Permalink
Merge pull request #44 from mbirth/feature_add_candlesticks
Browse files Browse the repository at this point in the history
Fix percent sign.
  • Loading branch information
jim-easterbrook committed Sep 11, 2016
2 parents 63ca414 + 8496003 commit aa707bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pywws/Plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
``<style>candlesticks 1.5</style>``. If you add whiskerbars, you can
change the width of the whiskerbars with a second parameter, e.g.
``<style>candlesticksw 2 0.5</style>`` would plot the whiskerbars with
50% width of the candlesticks.
50%% width of the candlesticks.
colour
^^^^^^
Expand Down

0 comments on commit aa707bc

Please sign in to comment.