Skip to content

Commit a32e084

Browse files
authored
fix: Delete examples/example_query_and_plot.py (#133)
Delete a duplicate file. example_query_and_plot.py duplicates example_overview_image.py.
1 parent b929515 commit a32e084

2 files changed

Lines changed: 1 addition & 58 deletions

File tree

examples/example_overview_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
plot_prices = Figure().plot_xy("DIA", t=bars_dia, x="TimestampEnd", y="Close") \
5050
.x_twin() \
51-
.plot_xy("SPY", t=bars_dia, x="TimestampEnd", y="Close") \
51+
.plot_xy("SPY", t=bars_spy, x="TimestampEnd", y="Close") \
5252
.show()
5353

5454
plot_ratio = Figure().plot_xy("Ratio", t=bars_joined, x="TimestampEnd", y="Ratio") \

examples/example_query_and_plot.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)