Skip to content

Commit 750ade1

Browse files
authoredNov 26, 2022
Merge pull request #39 from lnjuanj/patch-1
Added line separators between axis types
2 parents f84ec12 + ab5d4a4 commit 750ade1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎models/axes/index.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Axes
88

99
OxyPlot contains the following axis types:
1010

11-
LinearAxis Represents a numerical axis with a linear scale.
12-
LogarithmicAxis Represents a numerical axis with a logarithmic scale.
13-
DateTimeAxis Represents a date/time axis based on `DateTime` values.
14-
TimeSpanAxis Represents a time axis based on `TimeSpan` values.
15-
CategoryAxis Represents an axis that displays categories (typically used for bar/column series).
16-
LinearColorAxis Represents an axis that displays a linear color scale.
17-
RangeColorAxis Represents an axis that displays a colors for specified ranges.
18-
MagnitudeAxis Represents the radial axis in polar plots
19-
AngleAxis Represents the angular axis in polar plots
11+
- LinearAxis Represents a numerical axis with a linear scale.
12+
- LogarithmicAxis Represents a numerical axis with a logarithmic scale.
13+
- DateTimeAxis Represents a date/time axis based on `DateTime` values.
14+
- TimeSpanAxis Represents a time axis based on `TimeSpan` values.
15+
- CategoryAxis Represents an axis that displays categories (typically used for bar/column series).
16+
- LinearColorAxis Represents an axis that displays a linear color scale.
17+
- RangeColorAxis Represents an axis that displays a colors for specified ranges.
18+
- MagnitudeAxis Represents the radial axis in polar plots
19+
- AngleAxis Represents the angular axis in polar plots
2020

2121
Position
2222
--------

0 commit comments

Comments
 (0)
Please sign in to comment.