You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code within code-blocks is displayed as is, not allowing linenumbers
to be properly set. The change to ipython directives with :verbatim:
generates correct linenumbers whilst not executing the code.
Signed-off-by: Fabian Haase <haase.fabian@gmail.com>
Copy file name to clipboardExpand all lines: doc/source/visualization.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,15 +123,14 @@ For example, a bar plot can be created the following way:
123
123
124
124
You can also create these other plots using the methods ``DataFrame.plot.<kind>`` instead of providing the ``kind`` keyword argument. This makes it easier to discover plot methods and the specific arguments they use:
0 commit comments