diff --git a/README.md b/README.md index 7169e22..2d19c11 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,7 @@ design in the API, or required feature!
with
statementmatplotlib
, it is directly
applied to the figure, and not deferred to the final render call. Then, if
- calling matplotlib.pyplot.legend()
**before** having actually
- plot
ted anything, it will fail. This is not the case with
- this module, as it abstracts on top of matplotlib
and do the
- actual render only when the figure is to be show
n. Even after
- having called the show
method, you can still change
- everything in your figure!matplotlib.pyplot.legend()
before
+ having actually plot
ted anything, it will fail. This is not
+ the case with this module, as it abstracts on top of
+ matplotlib
and do the actual render only when the figure is
+ to be show
n. Even after having called the show
+ method, you can still change everything in your figure!
matplotlib
matplotlib
if you want, as