| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | Feb 16 at 17:11 | |
| stats | profile views | 128 |
|
Aug 23 |
revised |
How can I interrupt Speak? An unfortunate typo to fix: Paclet to Packet :) |
|
Aug 23 |
reviewed | Approve suggested edit on How can I interrupt Speak? |
|
Aug 23 |
answered | How can I interrupt Speak? |
|
Aug 20 |
awarded | Nice Question |
|
Aug 17 |
comment |
How to provide your own example data for a custom package? ...and that can be inconvenient when you want to access a canonical or standard example of data associated with your package. When I'm learning a new function from the docs, I often open a new (unsaved) notebook, get some data with ExampleData, and start playing. Is there a standard directory for storing data in a package, where Mma does not need to know the path? (I see $UserBaseDirectory<>"/ApplicationData", perhaps there?) |
|
Aug 17 |
comment |
How to provide your own example data for a custom package? @SjoerdC.deVries Well, with ExampleData, one does not need to know the location of the data, as in jVincent's answer below. With Import, you need to know the location of the data file... |
|
Aug 16 |
accepted | SplineDegree->1 does not work with BezierFunction? |
|
Aug 16 |
asked | How to provide your own example data for a custom package? |
|
Aug 12 |
comment |
Notebook with a WindowOpacity too small becomes “click-through” for mouse Confirmed on Mac OSX Lion, V 8.0.4. |
|
Jul 25 |
awarded | Taxonomist |
|
Jul 13 |
accepted | Using Piecewise in RevolutionPlot3D |
|
Jul 13 |
comment |
Generating a broken or snipped axis in ListPlot @Andrew As promised. It's hawkish, and needs Mma v7 or greater. This approach could work quite nicely if (once?) AbsoluteOptions is fixed so that it returns suitable values for Ticks. As it stands, R.M's solution looks more robust. |
|
Jul 13 |
answered | Generating a broken or snipped axis in ListPlot |
|
Jul 12 |
awarded | Necromancer |
|
Jul 12 |
comment |
Automatically detecting code that will not run on earlier versions @LeonidShifrin Voted to close as a duplicate. Do you think my answer is sufficiently different from yours to warrant posting it to the other question? |
|
Jul 12 |
revised |
Automated testing for compatibility with older Mathematica versions More robust check of functions, to exclude partial matches. |
|
Jul 12 |
answered | Automated testing for compatibility with older Mathematica versions |
|
Jul 12 |
comment |
Using Piecewise in RevolutionPlot3D Interestingly, my plot also has problems with the discontinuity. |
|
Jul 12 |
revised |
Using Piecewise in RevolutionPlot3D Fixed code formatting |
|
Jul 12 |
comment |
Generating a broken or snipped axis in ListPlot I've got a function that does this, on my laptop at home. Will post this evening (although somebody will surely beat me to it :)) |