mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 20:14:12 +02:00
remove detail
This commit is contained in:
@@ -214,14 +214,7 @@ Add this to bashrc and then to plot a function, simply do:
|
||||
`k-nine <https://github.com/talwrii/kitty-plotnine>`_
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
A wrapper around the :code:`plotnine` library which lets you plot data from the command-line with bash one-liners by reading data from stdin in CSV, JSONL, or space-separated formats. :code:`plotnine` implements the Graphics of Grammar.
|
||||
|
||||
The following bash command plots the number of downloads of the PyPI library :code:`kitkat` over time:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
curl https://pypistats.org/api/packages/kitcat/python_major | jq '.data | .[]' -rc | k-nine 'aes(x="date", y="downloads", group="category", color="category") + geom_line()'
|
||||
|
||||
A wrapper around the :code:`plotnine` library which lets you plot data from the command-line with bash one-liners.
|
||||
|
||||
.. tool_tgutui:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user