What other tab colors are available?

0133

The "tab" color palette in Matplotlib includes the following colors:

  1. 'tab:blue'
  2. 'tab:orange'
  3. 'tab:green'
  4. 'tab:red'
  5. 'tab:purple'
  6. 'tab:brown'
  7. 'tab:pink'
  8. 'tab:gray'
  9. 'tab:olive'
  10. 'tab:cyan'

You can use these colors in your plots by specifying them in the color parameter. For example:

plt.plot(x, y, color='tab:green')

If you need more information or examples, just let me know!

0 Comments

no data
Be the first to share your comment!