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

No need to say "Example" in the example headline #2631

Merged
merged 6 commits into from
Jul 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions altair/examples/comet_chart.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Comet Chart Example
----------------------------
Comet Chart
-----------
Inspired by `Zan Armstrong's comet chart <https://www.zanarmstrong.com/infovisresearch>`_
this plot uses ``mark_trail`` to visualize change of grouped data over time.
A more elaborate example and explanation of creating comet charts in Altair
Expand Down
4 changes: 2 additions & 2 deletions altair/examples/interval_selection.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Interval Selection Example
==========================
Interval Selection
==================

This is an example of creating a stacked chart for which the domain of the
top chart can be selected by interacting with the bottom chart.
Expand Down
4 changes: 2 additions & 2 deletions altair/examples/normed_parallel_coordinates.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Normalized Parallel Coordinates Example
---------------------------------------
Normalized Parallel Coordinates
-------------------------------
A `Parallel Coordinates <https://en.wikipedia.org/wiki/Parallel_coordinates>`_
chart is a chart that lets you visualize the individual data points by drawing
a single line for each of them.
Expand Down
4 changes: 2 additions & 2 deletions altair/examples/parallel_coordinates.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Parallel Coordinates Example
----------------------------
Parallel Coordinates
--------------------
A `Parallel Coordinates <https://en.wikipedia.org/wiki/Parallel_coordinates>`_
chart is a chart that lets you visualize the individual data points by drawing
a single line for each of them.
Expand Down
4 changes: 2 additions & 2 deletions altair/examples/ridgeline_plot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Ridgeline plot Example
----------------------
Ridgeline plot
--------------
A `Ridgeline plot <https://serialmentor.com/blog/2017/9/15/goodbye-joyplots>`_
chart is a chart that lets you visualize distribution of a numeric value for
several groups.
Expand Down
4 changes: 2 additions & 2 deletions altair/examples/select_detail.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Selection Detail Example
========================
Selection Detail
================
This example shows a selection that links two views of data: the left panel
contains one point per object, and the right panel contains one line per
object. Clicking on either the points or lines will select the corresponding
Expand Down