Skip to content

Commit

Permalink
new plot from pyhton
Browse files Browse the repository at this point in the history
  • Loading branch information
BDX786 committed Dec 17, 2022
1 parent ea6c4a4 commit 19cbdfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
.graph_container
{
width: 100%;
height: 100%;
top: 150px;
position: sticky;
align-self: flex-start;
Expand Down Expand Up @@ -117,7 +118,7 @@ <h3 class="post-subtitle">{{ post.excerpt | strip_html | truncatewords: 15 }}</h
<div class="row">
<div class="graph_container">
<!-- Add the iframe element where you want the plot to appear -->
<iframe src="Plot4Website.html" width="600" height="400"></iframe>
<iframe src="Plot4Website.html" width="600"></iframe>
</div>
<div class="text_container" data-aos="fade-up" data-aos-anchor-placement="top-bottom">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.
Expand Down

0 comments on commit 19cbdfe

Please sign in to comment.