diff --git a/docs/usage/figure.md b/docs/usage/figure.md index 35492adae..2e9239e06 100644 --- a/docs/usage/figure.md +++ b/docs/usage/figure.md @@ -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 @@ -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