File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Label issues
2+ on :
3+ issues :
4+ types :
5+ - reopened
6+ - opened
7+ jobs :
8+ label_issues :
9+ runs-on : ubuntu-latest
10+ permissions :
11+ issues : write
12+ steps :
13+ - run : gh issue edit "$NUMBER" --add-label "$LABELS"
14+ env :
15+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
16+ GH_REPO : ${{ github.repository }}
17+ NUMBER : ${{ github.event.issue.number }}
18+ LABELS : triage
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ def plot_njt(
421421 height : plotly_params .fig_height = 600 ,
422422 show : plotly_params .show = True ,
423423 renderer : plotly_params .renderer = None ,
424- render_mode : plotly_params .render_mode = "auto " ,
424+ render_mode : plotly_params .render_mode = "svg " ,
425425 title : plotly_params .title = True ,
426426 title_font_size : plotly_params .title_font_size = 14 ,
427427 line_width : plotly_params .line_width = 0.5 ,
You can’t perform that action at this time.
0 commit comments