Skip to content

Plotly.swift 0.5.0

Latest
Compare
Choose a tag to compare
@vojtamolda vojtamolda released this 13 Feb 03:28
0.5.0
310a1c4

No stable API guarantees yet.

  • New subplot axis to layout association API that uses reference semantics and .preset(...) for default settings. See the issue for a detailed discussion and examples (#18)
  • Fixed bug when layout subplot property isn't correctly encoded when multiple traces are present on a figure (#17)
  • Figure/Trace .show() and .display() methods are now throwable to better represent their tendency to frequently fail
  • Updated to Plotly schema version 1.58.4
  • Simple decoder of CSV data format
  • Migrated to main branch on GitHub
  • A lot of minor improvements and better documentation