Open y-nkt opened 5 years ago
Ticks are there if you zoom out. Somehow the image gets drawn on top of ticks
Hey @BeastyBlacksmith ,is this issue still open and something to work upon??
Yes, that is correct
@BeastyBlacksmith It should show full ticks and zoom out like suggested in the pic given by @isentropic?? ..or it should show ticks even in the graph as shown by @y-nkt without even using grid??
ticks should be present without the grid
option
the zoomed out plot meant to show that ticks are drawn, but mistakenly end-up laying behind the plot
@ashwani-rathee there is no need to ask if any issues are worked upon, issues are always updated. So, if you see an open issue there is a 99% chance that it has not been attempted to be fixed unless there exists a PR linking to that issue
Hello @isentropic, I looked into the codebase and tried to understand it. Do I have to edit each backend file separately? Please let me know if I am doing the right thing or not. Kindly provide any pointers if I am going in the wrong direction.
The issue with pyplot is that, layer order of axis ticks is below the layer of contour. This way contour ends up above the ticks. Perhaps this line is what yuo are looking for https://github.com/JuliaPlots/Plots.jl/blob/47590b2538b9d0387b14d46eb49e7257f904dde6/src/backends/pyplot.jl#L850
I found a strange behavior on ticks of contour plot with PyPlots.
Default setting does not make ticks:
If I put a grid option, I get ticks:
It seems better to use the second case as default. Thank you for your development.
Julia Version 1.0.3 Plots v0.22.3 PyPlot v2.6.3