bbreslauer / PySciPlot

GNU General Public License v3.0
1 stars 0 forks source link

minor tick mark locations are not being calculated correctly #14

Closed bbreslauer closed 13 years ago

bbreslauer commented 13 years ago

These were not correct when the plot did not start at 0, because they were using a MultipleLocator, which does not have an offset. Instead, we are now using a FixedLocator and calculating all of the positions manually.

This assumes that the major ticks start at the lower-most position of the view.