You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly I wanna thank you for this impressive and powerful library.
But I wanna make a bug report for pylinac==3.26.0 at PicketFence test analisation with option separate_leaves=True.
The plotly behavior is purposely undocumented because it's still in progress. I recommend using the matplotlib variant plot_analyzed_image until the new plotly behavior is worked out. the method and keyword arguments are likely to change.
Firstly I wanna thank you for this impressive and powerful library.
But I wanna make a bug report for pylinac==3.26.0 at PicketFence test analisation with option separate_leaves=True.
pf = PicketFence.from_demo_image()
pf.analyze(tolerance=0.5, action_tolerance=0.25, separate_leaves=True,)
pf.plotly_analyzed_image()
Error:
plotly.graph_objs._figure.Figure.add_scatter() got multiple values for keyword argument 'line_color'
while with separate_leaves=False works perfect
There is an example at
https://colab.research.google.com/drive/1YkLZdr8W2mjKbPoC8Wr7ItyZmfDogGGk?usp=sharing
But the behaviour is similar on a local machine as well.
Do you have any suggestions?
The text was updated successfully, but these errors were encountered: