Skip to content
Matthieu Coudron edited this page Apr 26, 2019 · 1 revision

How to customize plots ?

From simple to hardcore:

  1. Mptcpanalyzer itself proposes few flags to customize plots: --title to override the default title and --style. You can set several --style at the same time, they are passed to matplotlib and as such allow for a wide Matplotlib customization.
  2. Some commands can export datasets to a machine readable format such as --csv/--json. Else you can look in mptcpanalyzer cache for the full csv file yourself.
  3. Mptcpanalyzer can automatically load (plot) plugins. See the doc.
  4. Your last hope is to fork the project. Have fun !
Clone this wiki locally