Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hist/hist/inc/TGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class TGraph : public TNamed, public TAttLine, public TAttFill, public TAttMarke
virtual Int_t RemovePoint(); // *MENU*
virtual Int_t RemovePoint(Int_t ipoint);
void SavePrimitive(std::ostream &out, Option_t *option = "") override;
void SaveAs(const char *filename, Option_t *option = "") const override;
void SaveAs(const char *filename, Option_t *option = "") const override; // *MENU*
virtual void Scale(Double_t c1=1., Option_t *option="y"); // *MENU*
virtual void SetEditable(Bool_t editable=kTRUE); // *TOGGLE* *GETTER=GetEditable
virtual void SetHighlight(Bool_t set = kTRUE); // *TOGGLE* *GETTER=IsHighlight
Expand Down