File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ <h3>{{ _('Navigation') }}</h3>
82
82
VERSION : '{{ release|e }}' ,
83
83
COLLAPSE_INDEX : false ,
84
84
FILE_SUFFIX : '{{ ' ' if no_search_suffix else file_suffix }}' ,
85
- HAS_SOURCE : { { has_source| lower } }
85
+ HAS_SOURCE : { { has_source| lower } } ,
86
+ SOURCELINK_SUFFIX : '{{ sourcelink_suffix }}'
86
87
} ;
87
88
</ script >
88
89
{%- for scriptfile in script_files %}
Original file line number Diff line number Diff line change 77
77
l1 , l2 = lines
78
78
plt .setp (lines , linestyle = '--' ) # set both to dashed
79
79
plt .setp (l1 , linewidth = 2 , color = 'r' ) # line1 is thick and red
80
- plt .setp (l2 , linewidth = 1 , color = 'g' ) # line2 is thicker and green
80
+ plt .setp (l2 , linewidth = 1 , color = 'g' ) # line2 is thinner and green
81
81
82
82
83
83
print ('Line setters' )
Original file line number Diff line number Diff line change @@ -399,10 +399,10 @@ backend : $TEMPLATE_BACKEND
399
399
#ytick.labelsize : medium # fontsize of the tick labels
400
400
#ytick.direction : out # direction: in, out, or inout
401
401
#ytick.minor.visible : False # visibility of minor ticks on y-axis
402
- #xtick .major.left : True # draw y axis left major ticks
403
- #xtick .major.right : True # draw y axis right major ticks
404
- #xtick .minor.left : True # draw y axis left minor ticks
405
- #xtick .minor.right : True # draw y axis right minor ticks
402
+ #ytick .major.left : True # draw y axis left major ticks
403
+ #ytick .major.right : True # draw y axis right major ticks
404
+ #ytick .minor.left : True # draw y axis left minor ticks
405
+ #ytick .minor.right : True # draw y axis right minor ticks
406
406
407
407
408
408
### GRIDS
You can’t perform that action at this time.
0 commit comments