Browse Source

Forgot this one

pull/36/head
Florian Mounier 13 years ago
parent
commit
f1df621489
  1. 2
      pages/basic_customizations.rst

2
pages/basic_customizations.rst

@ -107,7 +107,7 @@ You may want to always have the absissa in your graph:
.. pygal-code::
chart = pygal.Line(y_scale=.0001, include_x_axis=True)
chart = pygal.Line(include_x_axis=True)
chart.add('line', [.0002, .0005, .00035])

Loading…
Cancel
Save