Skip to main content
added 24 characters in body; edited tags
Source Link

JustI have just installed 13.1.0.0 and have been copying bitmaps (ListLinePlotListLinePlot) from notebooks (Edit->CopyAs->Bitmap) into various MS applications in Windows 10. PowerpointPowerPoint and Word are OK, but Visio shows only a blank frame.

SetOptions[ListLinePlot, GridLines -> Automatic, Frame -> True, 
  PlotRange -> All, PlotStyle -> Thick, 
  BaseStyle -> {FontFamily -> "Gill Sans MT", FontSize -> 14}, 
  LabelStyle -> Directive[Bold], ImageSize -> 500, ImageMargins -> 20];
ListLinePlot[RandomReal[{-1, 1}, 1000], PlotStyle -> Black]

Will report as a bug if confirmed.

Just installed 13.1.0.0 and have been copying bitmaps (ListLinePlot) from notebooks (Edit->CopyAs->Bitmap) into various MS applications. Powerpoint and Word are OK but Visio shows only a blank frame.

SetOptions[ListLinePlot, GridLines -> Automatic, Frame -> True, 
  PlotRange -> All, PlotStyle -> Thick, 
  BaseStyle -> {FontFamily -> "Gill Sans MT", FontSize -> 14}, 
  LabelStyle -> Directive[Bold], ImageSize -> 500, ImageMargins -> 20];
ListLinePlot[RandomReal[{-1, 1}, 1000], PlotStyle -> Black]

Will report as a bug if confirmed.

I have just installed 13.1.0.0 and have been copying bitmaps (ListLinePlot) from notebooks (Edit->CopyAs->Bitmap) into various MS applications in Windows 10. PowerPoint and Word are OK, but Visio shows only a blank frame.

SetOptions[ListLinePlot, GridLines -> Automatic, Frame -> True, 
  PlotRange -> All, PlotStyle -> Thick, 
  BaseStyle -> {FontFamily -> "Gill Sans MT", FontSize -> 14}, 
  LabelStyle -> Directive[Bold], ImageSize -> 500, ImageMargins -> 20];
ListLinePlot[RandomReal[{-1, 1}, 1000], PlotStyle -> Black]

Will report as a bug if confirmed.

Source Link
OpticsMan
  • 586
  • 2
  • 9

Copying Bitmaps in 13.1.0.0

Just installed 13.1.0.0 and have been copying bitmaps (ListLinePlot) from notebooks (Edit->CopyAs->Bitmap) into various MS applications. Powerpoint and Word are OK but Visio shows only a blank frame.

SetOptions[ListLinePlot, GridLines -> Automatic, Frame -> True, 
  PlotRange -> All, PlotStyle -> Thick, 
  BaseStyle -> {FontFamily -> "Gill Sans MT", FontSize -> 14}, 
  LabelStyle -> Directive[Bold], ImageSize -> 500, ImageMargins -> 20];
ListLinePlot[RandomReal[{-1, 1}, 1000], PlotStyle -> Black]

Will report as a bug if confirmed.