Alphaharrius / Zipper.jl

Implementation of Zipper Entanglement Renormalization on Julia platform.
GNU General Public License v3.0
1 stars 0 forks source link

Use `Plots` with `PlotlyJS` as backend. #38

Closed Alphaharrius closed 7 months ago

Alphaharrius commented 7 months ago

The current plotting system heavily relied on Plotly, and it have poor documentation on many methods that cause the current code base to use a lot of workaround to plot data. Plots is more widely used thus have larger communities that can provide assistance if needed, it can also use PlotlyJS, the backend of Plotly.