joshuaulrich / xts

Extensible time series class that provides uniform handling of many R time series classes by extending zoo.
http://joshuaulrich.github.io/xts/
GNU General Public License v2.0
220 stars 71 forks source link

plot.xts: how to set log scale? #283

Closed TomDriftwood closed 1 year ago

TomDriftwood commented 5 years ago

Description

I want to plot a chart with a log scale for the y-axis, but neither ylog=TRUE or log="y" works in plot.xts. How can I do this? Thanks, Tom

ethanbsmith commented 2 years ago

same as #103

joshuaulrich commented 1 year ago

Thanks @ethanbsmith. I'm going to close this as a duplicate, so we can keep the conversation in the same place.