Skip to content

Commit

Permalink
Merge pull request #3 from austin1howard/master
Browse files Browse the repository at this point in the history
Fixed bad url in readme
  • Loading branch information
kamilm committed Apr 9, 2014
2 parents 415406e + 9b384e8 commit 324e4ae
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 @@ -5,10 +5,10 @@ kaplot is a plotting tool built around matplotlib. It combines the flexibilty an
generation potention of matplotlib with an easier to use, object oriented, interface. The interface
is simple enough to quickly prototype plots, or fine tune for publication quality results.

Detailed documentation is hosted on [GitHub](kamilm.github.io/kaplot). The package contains 2 modules:
Detailed documentation is hosted on [GitHub](http://kamilm.github.io/kaplot). The package contains 2 modules:

- kaplot is the main module, which contains the kaplot class for plotting.
- kaplot.defaults is a submodule which contains a couple of pre-made plot settings, which
are passed as an argument to the kaplot object. More information (including making your
own settings file) is available in the documentation
- kaplot_backend is a module which allows for selecting a custom `matplotlib` [backend](http://matplotlib.org/faq/usage_faq.html#what-is-a-backend).
- kaplot_backend is a module which allows for selecting a custom `matplotlib` [backend](http://matplotlib.org/faq/usage_faq.html#what-is-a-backend).

0 comments on commit 324e4ae

Please sign in to comment.