diff --git a/docs/tutorial.rst b/docs/tutorial.rst index f275c4e..488b573 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -27,7 +27,7 @@ explained later on. .. image:: images/options_fig_wm.png -To showcaseits functionalities we will load some example data using a dictionary, however Pyranges +To showcase its functionalities we will load some example data using a dictionary, however Pyranges includes a series of data loading options like gff, gtf, bam... (take a look at `Pyranges documentation `_ to know more!). @@ -475,8 +475,9 @@ string for resetting a single feature or a list of strings to reset a few. PyRanges compatibility ---------------------- -To add the plot function to PyRanges objects the function ``register_plot`` has been implemented. -It allows registering :code:`plot` to enable :code:`p.plot()` calls. Its usage is the following: +To add the plot function to PyRanges objects, the function ``register_plot`` has been implemented. +It allows registering :code:`plot` to enable :code:`pyranges.PyRanges.plot()` calls. Its usage +is the following: .. code-block:: diff --git a/examples/fig_1a.png b/examples/fig_1a.png index 022c369..ad1eef5 100644 Binary files a/examples/fig_1a.png and b/examples/fig_1a.png differ diff --git a/examples/fig_2a.png b/examples/fig_2a.png index f2ddd8a..88fcd22 100644 Binary files a/examples/fig_2a.png and b/examples/fig_2a.png differ diff --git a/examples/fig_2b.png b/examples/fig_2b.png index ba21d55..24ab140 100644 Binary files a/examples/fig_2b.png and b/examples/fig_2b.png differ