Skip to content

Commit

Permalink
Merge pull request #893 from jbellister-slac/fix_plot_export
Browse files Browse the repository at this point in the history
FIX: Get the export to csv functionality working for plots
  • Loading branch information
YektaY authored Jun 28, 2022
2 parents b6ed6de + ff0d811 commit a746b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pydm/widgets/multi_axis_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def linkDataToAxis(self, plotDataItem: PlotDataItem, axisName: str) -> None:
if self.legend is not None and plotDataItem.name():
self.legend.addItem(plotDataItem, name=plotDataItem.name())

self.curves.append(plotDataItem)
self.curvesPerAxis[axisName] += 1

def removeAxis(self, axisName):
Expand Down

0 comments on commit a746b1a

Please sign in to comment.