Skip to content

Commit

Permalink
repro selling sunset
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBARBIERDARNAL committed Aug 31, 2023
1 parent 313ae1f commit 1fadbca
Show file tree
Hide file tree
Showing 16 changed files with 372 additions and 0 deletions.
349 changes: 349 additions & 0 deletions src/notebooks/web-selling-sunset-reproduction.ipynb

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src/pages/scatter-plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,16 @@ export default function ScatterPlot() {
/>
</Link>
</Col>
<Col xs={12} md={4}>
<Link to={'/web-selling-sunset-reproduction'}>
<ChartImage
imgName={'web-selling-sunset-reproduction'}
caption={
'A scatter plot based on images for points'
}
/>
</Link>
</Col>
</Row>
</Container>

Expand Down
13 changes: 13 additions & 0 deletions static/data/selling_sunset.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
,name,x,y
0,Chrishell,0.0,0.0
1,Emma,0.5,0.2
2,Chelsea,0.7,0.7
3,Christine,1.0,1.0
4,Maya,-1.0,1.0
5,Amanza,-0.5,0.3
6,Heather,-0.3,-0.2
7,Mary,-0.2,-0.8
8,Vanessa,-1.0,-1.0
9,Davina,1.0,-1.0
10,Jason,0.4,-0.4
11,Brett,0.4,-0.75
Binary file added static/graph/Amanza.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/Brett.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/Chelsea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/Chrishell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/Christine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/Davina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/Emma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/Heather.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/Jason.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/Mary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/Maya.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/Vanessa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/graph/web-selling-sunset-reproduction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1fadbca

Please sign in to comment.