Skip to content
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
2 changes: 1 addition & 1 deletion fastplotlib/graphics/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def __init__(
array is large.

kwargs:
additional keyword arguments passed to Graphic
additional keyword arguments passed to :class:`.Graphic`

"""

Expand Down
2 changes: 1 addition & 1 deletion fastplotlib/graphics/line.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(
coordinate space in which the thickness is expressed ("screen", "world", "model")

**kwargs
passed to Graphic
passed to :class:`.Graphic`

"""

Expand Down
2 changes: 1 addition & 1 deletion fastplotlib/graphics/scatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(
coordinate space in which the size is expressed ("screen", "world", "model")

kwargs
passed to Graphic
passed to :class:`.Graphic`

"""

Expand Down
2 changes: 1 addition & 1 deletion fastplotlib/graphics/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(
* Horizontal values: "left", "center", "right"

**kwargs
passed to Graphic
passed to :class:`.Graphic`

"""

Expand Down
8 changes: 4 additions & 4 deletions fastplotlib/layouts/_graphic_methods_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def add_image(
array is large.

kwargs:
additional keyword arguments passed to Graphic
additional keyword arguments passed to :class:`.Graphic`


"""
Expand Down Expand Up @@ -225,7 +225,7 @@ def add_line(
coordinate space in which the thickness is expressed ("screen", "world", "model")

**kwargs
passed to Graphic
passed to :class:`.Graphic`


"""
Expand Down Expand Up @@ -401,7 +401,7 @@ def add_scatter(
coordinate space in which the size is expressed ("screen", "world", "model")

kwargs
passed to Graphic
passed to :class:`.Graphic`


"""
Expand Down Expand Up @@ -467,7 +467,7 @@ def add_text(
* Horizontal values: "left", "center", "right"

**kwargs
passed to Graphic
passed to :class:`.Graphic`


"""
Expand Down