pikachu icon indicating copy to clipboard operation
pikachu copied to clipboard

Depiction options without function

Open OBrink opened this issue 3 years ago • 1 comments

After playing around with the attributes of drawing.Options(), I have noticed that some of them don't do anything:

  • ‘font_size_large’
  • ‘font_size_small’
  • ‘height’
  • ‘width’
  • All ‘kk_*’ attributes (although I am not sure what they are responsible for)
  • ‘background_color’
  • I am not sure what ‘draw_hydrogens’ does, but it does not draw hydrogen atoms
  • SMILES: [R12]C1RXZ=C([Z2])C1NC@(F)C(=O)O
    • ‘Draw_hydrogens’ = False: image
    • ‘Draw_hydrogens’ = True: image

OBrink avatar Jun 30 '22 12:06 OBrink

Thank you for your comment! This is true, we intended to implement these options and never removed the placeholders. In a future version of the software, we intend to use these options, especially to enforce drawing standards required by certain journals.

BTheDragonMaster avatar Aug 06 '25 13:08 BTheDragonMaster