Skip to content

Commit

Permalink
using relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakriCherukuri committed Feb 3, 2023
1 parent ecd318b commit a171469
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/usage/figure.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ fig = plt.figure()

### Attributes

#### [Style Attributes](/bqplot/api/figure/#bqplot.Figure--style-attributes)
#### [Style Attributes](../api/figure.md#bqplot.Figure--style-attributes)
Style attributes can be used for styling the figure (title, backgrounds, legends) etc.
#### [Layout Attributes](/bqplot/api/figure/#bqplot.Figure--layout-attributes)
#### [Layout Attributes](../api/figure.md#bqplot.Figure--layout-attributes)
Layout attributes can be used for controlling the dimensions and margins

### Code Examples
Expand Down Expand Up @@ -70,7 +70,5 @@ fig

As you can see in the image above the grey region is the figure margin.



#### Interactions
Refer to the [Interaction](interactions/index.md) document for more details

0 comments on commit a171469

Please sign in to comment.