File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ export default function Heatmap() {
183
183
the evolution of a temperature is displayed over the hour of the day (Y axis) and the day of the year (X axis) organized by month.
184
184
</ p >
185
185
< div style = { { maxWidth : "800px" , margin : "0 auto" , padding : 30 } } >
186
- < Link to = '/heatmap-for-timeseries-matplotlib-square ' >
186
+ < Link to = '/heatmap-for-timeseries-matplotlib' >
187
187
< ChartImage imgName = { 'heatmap-for-timeseries-matplotlib' } caption = { 'A heatmap for temporal data with Python and Matplotlib' } />
188
188
</ Link >
189
189
</ div >
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export default function Pie() {
132
132
the evolution of a temperature is displayed over the hour of the day (Y axis) and the day of the year (X axis) organized by month.
133
133
</ p >
134
134
< div style = { { maxWidth : "800px" , margin : "0 auto" , padding : 30 } } >
135
- < Link to = '/heatmap-for-timeseries-matplotlib-square ' >
135
+ < Link to = '/heatmap-for-timeseries-matplotlib' >
136
136
< ChartImage imgName = { 'heatmap-for-timeseries-matplotlib' } caption = { 'A heatmap for temporal data with Python and Matplotlib' } />
137
137
</ Link >
138
138
</ div >
You can’t perform that action at this time.
0 commit comments