adjustText icon indicating copy to clipboard operation
adjustText copied to clipboard

Commentaries on AdjustText

Open BradKML opened this issue 3 years ago • 2 comments

  1. Keep each example in a separate page https://adjusttext.readthedocs.io/en/latest/Examples.html
  2. Each example should cover basic usage cases, using random to generate lists instead of Dataframe with (x,y) and name values makes things slightly more convoluted
  3. Keep the volcano plot and "Difficult examples" simple such that it can be easily understood
  4. figsize should be mentioned as the beginning examples might be too illegible
  5. Concern: what are the general runtime of the adjust_text function when the figsize is increased? What if arrowprops are set?

BradKML avatar Nov 10 '22 16:11 BradKML

One convenient way to deal with 1 is to use Sphinx-Gallery https://sphinx-gallery.github.io/stable/index.html

If you think it is a good idea @Phlya , I can probably provide a PR "soon".

oscargus avatar Feb 27 '23 10:02 oscargus

That would be amazing @oscargus! I had close to zero time to invest into this library recently...

Phlya avatar Feb 27 '23 10:02 Phlya