Can someone provide tips on how to create the following graph?
It's a percentage change graph for stocks so the graph always starts at zero, and then each stock can gain (positive values on the chart) value or lose (negative values on the chart).
As you can see in the example, this is a logarithmic graph. Normally logarithmic graphs don't allow for zero, or negative values, but this is somehow handled nicely in the example.
I see lots of logarithmic graph examples online, but none that handle the positive and negative values as show in this example.
Another thing about the logarithmic examples I see is that the values from 0-10 end up taking a lot of vertical space because there is a y axis ticker for .001, .01, .1, 10 etc. The example doesn't have this problem.
I'd appreciate any help you can provide, or if you can point me to an working example that would be ideal. thanks!