mkoeppe / cutgeneratingfunctionology

Python code for computation and experimentation with cut-generating functions, in particular the Gomory-Johnson infinite group problem. By M. Köppe, Y. Zhou, C.Y. Hong, J. Wang with contributions by undergrad programmers
GNU General Public License v2.0
12 stars 11 forks source link

Selective ticks labels #26

Open mkoeppe opened 6 years ago

mkoeppe commented 6 years ago

The ticks labels often overlap. Should select or make it easy to move the labels.

Random matplotlib links:

axis and tick API — Matplotlib 2.2.2 documentation https://matplotlib.org/api/axis_api.html

python - Matplotlib showing x-tick labels overlapping despite best efforts - Stack Overflow https://stackoverflow.com/questions/26700598/matplotlib-showing-x-tick-labels-overlapping-despite-best-efforts

python - How to move a tick's label in matplotlib? - Stack Overflow https://stackoverflow.com/questions/28615887/how-to-move-a-ticks-label-in-matplotlib

Ticks, tick labels, and grid lines — Astropy v3.0.3 http://docs.astropy.org/en/stable/visualization/wcsaxes/ticks_labels_grid.html

Customizing Ticks | Python Data Science Handbook https://jakevdp.github.io/PythonDataScienceHandbook/04.10-customizing-ticks.html

Overlapping tick labels on x axis · Issue #258 · aplpy/aplpy https://github.com/aplpy/aplpy/issues/258

matplotlib - Aligning rotated xticklabels with their respective xticks - Stack Overflow https://stackoverflow.com/questions/14852821/aligning-rotated-xticklabels-with-their-respective-xticks

matplotlib - LogFormatter tickmarks scientific format limits - Stack Overflow https://stackoverflow.com/questions/43923966/logformatter-tickmarks-scientific-format-limits

Controlling tick marks in plots - ASKSAGE: Sage Q&A Forum https://ask.sagemath.org/question/7855/controlling-tick-marks-in-plots/

ticker — Matplotlib 2.2.2 documentation https://matplotlib.org/api/ticker_api.html