Skip to content

Commit

Permalink
Merge pull request #39 from lnjuanj/patch-1
Browse files Browse the repository at this point in the history
Added line separators between axis types
  • Loading branch information
VisualMelon authored Nov 26, 2022
2 parents f84ec12 + ab5d4a4 commit 750ade1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions models/axes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Axes

OxyPlot contains the following axis types:

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

Position
--------
Expand Down

0 comments on commit 750ade1

Please sign in to comment.