Dash Heatmap axis configuration

Hi, newbie here.

I’m trying to format the axes for some Dash Heatmap graphs (dcc.Graph type=‘heatmap’)

I’d specifically like to remove the axes completely, and the tick marks, but can’t figure out the syntax.

Help!

Andrew

See https://plot.ly/python/axes/

Many thanks Chris.

I did eventually figure out my problem and then used your link to configure my axes.

Mine was a true noobie error, but for anyone else who treads this way the problem was I was mixing up the use of [].

  • I had [] around both my data and my layout declarations … :frowning: But only the data declaration gets the [].