Skip to content

Commit

Permalink
refine subburst
Browse files Browse the repository at this point in the history
  • Loading branch information
Ly0n committed Sep 20, 2023
1 parent aadff1c commit 3d7a3f8
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@
},
{
"cell_type": "code",
"execution_count": 98,
"execution_count": 100,
"metadata": {
"tags": [
"remove-input",
Expand Down Expand Up @@ -12708,15 +12708,15 @@
"family": "Open Sans",
"size": 18
},
"height": 1400,
"height": 1600,
"legend": {
"tracegroupgap": 0
},
"margin": {
"b": 0,
"l": 0,
"r": 0,
"t": 80
"t": 10
},
"template": {
"data": {
Expand Down Expand Up @@ -13545,10 +13545,8 @@
},
"title": {
"font": {
"family": "Open Sans",
"size": 50
"family": "Open Sans"
},
"text": "<b> The Open Source Sustainability Ecosystem <b>",
"x": 0.5
}
}
Expand Down Expand Up @@ -13589,13 +13587,12 @@
" y=-0.15,\n",
" x=0.5\n",
" ),\n",
" height=1400,\n",
" height=1200,\n",
" # width=1000,\n",
" title=dict(text='<b> The Open Source Sustainability Ecosystem <b>',font_size=50),\n",
" title_x=0.5,\n",
" font_size=18,\n",
" dragmode=False,\n",
" margin=dict(l=0, r=0, b=0, t=80),\n",
" margin=dict(l=0, r=0, b=0, t=10),\n",
" title_font_family=\"Open Sans\",\n",
" font_family=\"Open Sans\",\n",
" font_color=\"black\"\n",
Expand Down

0 comments on commit 3d7a3f8

Please sign in to comment.