Search found 7 matches
- Tue Sep 18, 2018 9:53 am
- Forum: Bug Reports
- Topic: DPlot 2.3.5.7 File > Close closes wrong plot ?
- Replies: 7
- Views: 82007
I don't get the result you describe. A related issue I've had is when I have several Dplots open and when I move from one to another or close one, the wrong plot is displayed. I surmised that it was a memory problem because it only happened when I had multiple large plots open. My fix was to create ...
- Mon Jan 09, 2017 7:00 pm
- Forum: Suggestions/Questions
- Topic: Copy Data to Include Data Label
- Replies: 6
- Views: 24543
- Mon Jan 09, 2017 6:59 pm
- Forum: Suggestions/Questions
- Topic: Copy Data to Include Data Label
- Replies: 6
- Views: 24543
- Mon Jan 09, 2017 6:57 pm
- Forum: Suggestions/Questions
- Topic: Copy Data to Include Data Label
- Replies: 6
- Views: 24543
Re: Copy Data to Include Data Label
If you use Edit->Move/Copy Curves the legend label comes with it.
- Fri Jul 15, 2011 11:23 am
- Forum: Suggestions/Questions
- Topic: LineType macro crash
- Replies: 3
- Views: 11734
- Mon Jul 11, 2011 6:03 pm
- Forum: Suggestions/Questions
- Topic: LineType macro crash
- Replies: 3
- Views: 11734
- Mon Jul 11, 2011 12:57 pm
- Forum: Suggestions/Questions
- Topic: LineType macro crash
- Replies: 3
- Views: 11734
LineType macro crash
This macro crashes on LineType[n,1] when the graph has fewer than n lines. Color[n, x,x,x] keeps going without crash. Suggestion? ' Postpone redrawing until done ' PostponeRedraw() Color(1,255,0,0) Color(2,255,0,0) Color(3,0,0,255) Color(4,0,0,255) Color(5,0,128,0) Color(6,0,128,0) Color(7,255,128,0...