0

I want to show grids between two minors ticks in log scale, is there a way to do that? for exp: between 1 and 10 there is 10 grids, I want 10 grids 1 and 2 too and the same between 10 and 20, same for 100 et 200 and the rest.

Here's a pic to explain a little bit what I want

pic1

The one on the right is what I did so far, the one on the left is what I want.

ImportanceOfBeingErnest
  • 321,279
  • 53
  • 665
  • 712
walidking
  • 19
  • 2
  • What have you tried so far? – Pedro Lobito Apr 07 '19 at 23:44
  • I didn't even start, if it linear scale it will be done just by using yticks and multipleLocator, but in log scale the scale doubles each time. – walidking Apr 07 '19 at 23:50
  • Possible duplicate of [Matplotlib semi-log plot: minor tick marks are gone when range is large](https://stackoverflow.com/questions/44078409/matplotlib-semi-log-plot-minor-tick-marks-are-gone-when-range-is-large) – BenT Apr 07 '19 at 23:54
  • nop, not that, he wanted to show minors ticks when the range is large, in my case, there is minors ticks, but in want another minors ticks brtween every two minors ticks, I don't know how to explain it, it' like a minor minor ticks (double). – walidking Apr 07 '19 at 23:59
  • I guess it would help then if you can spend more than 2 sentences on the problem. Also maybe a drawing would help? – ImportanceOfBeingErnest Apr 08 '19 at 00:07
  • Why don't you try to do it yourself, and then edit your question with your code when you get stuck. – BenT Apr 08 '19 at 00:08
  • @ImportanceOfBeingErnest I uploaded a pic now, I think you can understand me now. – walidking Apr 08 '19 at 00:44

0 Answers0