Skip to content

Instantly share code, notes, and snippets.

@kenkangxgwe
Last active February 8, 2017 12:54
Show Gist options
  • Save kenkangxgwe/3916345e0fc2832565953785dc54b4f9 to your computer and use it in GitHub Desktop.
Save kenkangxgwe/3916345e0fc2832565953785dc54b4f9 to your computer and use it in GitHub Desktop.
Drawing More than one curves on one figure and save them (includes their legends) to disk.
(* ::Package:: *)
ExportDir="ExportDir.pdf";
Figure=PlotFunc[Data,PlotRange->{}(*,PlotMarkers\[Rule]{}*),
PlotLegends->(Style[#,FontSize->18]&/@{"Curve A","Curve B"}),Frame->{True,True,False,False},FrameLabel->(Style[#,FontSize->18]&/@{"X axis","Y axis"})]
Export[ExportDir,Figure]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment