We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b929515 commit a32e084Copy full SHA for a32e084
2 files changed
examples/example_overview_image.py
@@ -48,7 +48,7 @@
48
49
plot_prices = Figure().plot_xy("DIA", t=bars_dia, x="TimestampEnd", y="Close") \
50
.x_twin() \
51
- .plot_xy("SPY", t=bars_dia, x="TimestampEnd", y="Close") \
+ .plot_xy("SPY", t=bars_spy, x="TimestampEnd", y="Close") \
52
.show()
53
54
plot_ratio = Figure().plot_xy("Ratio", t=bars_joined, x="TimestampEnd", y="Ratio") \
examples/example_query_and_plot.py
0 commit comments