File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ pure function pa_get_axis_limits(this) result(x)
260260! --------------------
261261 subroutine pa_set_axis_limits (this , lower , upper )
262262 ! ! Gets the axis display limits, assuming autoscaling is not
263- ! ! active for this axis. This routine also calls [[ set_autoscale]] and
263+ ! ! active for this axis. This routine also calls set_autoscale and
264264 ! ! sets the property value to false.
265265 class(plot_axis), intent (inout ) :: this
266266 ! ! The plot_axis object.
@@ -788,7 +788,7 @@ pure function pa_get_manual_tic_labels(this) result(rst)
788788! --------------------
789789 subroutine pa_set_manual_tic_labels (this , x )
790790 ! ! Sets a list of manual tic labels. This routine also sets
791- ! ! [[ set_use_manual_tic_labels]] to true.
791+ ! ! set_use_manual_tic_labels to true.
792792 class(plot_axis), intent (inout ) :: this
793793 ! ! The plot_axis object.
794794 type (name_value_pair), intent (in ), dimension (:) :: x
You can’t perform that action at this time.
0 commit comments