Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: reimplement plotting module #585

Merged
merged 19 commits into from
Jul 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix missing section in docs
  • Loading branch information
theOehrly committed Jul 16, 2024
commit 910d94274cf02ef190a087cb75d6d0502d344046
14 changes: 14 additions & 0 deletions docs/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,20 @@ The following module-level attributes are deprecated since version 3.4.0 and
will be removed in a future release.


.. automodule:: fastf1.plotting
:noindex:
:no-members:
:autosummary:
:autosummary-members:
driver_color,
lapnumber_axis,
team_color,
COMPOUND_COLORS,
DRIVER_TRANSLATE,
DRIVER_COLORS,
TEAM_COLORS,
TEAM_TRANSLATE,
COLOR_PALETTE



Expand Down