Hi All,
I have been developing a significant level of frustration over the past few weeks. On one hand, Julia appears fast and able to deal with the data that I need to deal with, at least up to a point. Documentation and web search are great.
On the other, while modules such as Plots
, Makie
& AlgebraOfGraphics
(to name three) can produce some spectacular output, I am yet to be able to produce something simple like a plot with Log10 axes with major ticks as powers of 10 and minor ticks correctly positioned (or at all …). Even being able to specify the locations of minor tick marks would be something. At least then I could roll my own plot.
And that’s before getting to the real goal of plotting +ve data as solid lines and -ve data as dashed lines. Kluges like asinh
scaling seem not to work. And yes, I know that -ve Log10 is complex. That doesn’t help with measurements that have a large dynamic range and data polarity is significant.
Assuming I am not wasting my time pursuing this goal in Julia, is there a simple example or tutorial that anyone would like to suggest?
ManyTIA – D.