845 reputation
111
bio website
location
age
visits member for 9 months
seen yesterday
stats profile views 41

1d
comment Does resizing plots produce new data?
@HpRadojewskiSchäferVon exactly, see my answer to the other question.
2d
comment Setting OperatorSubstitution to False has issues with PDF and EPS exports. Are these bugs?
yea i think thats not the issue now..
2d
answered Setting OperatorSubstitution to False has issues with PDF and EPS exports. Are these bugs?
2d
comment Setting OperatorSubstitution to False has issues with PDF and EPS exports. Are these bugs?
Its important to understand in the eps/pdf cases, mathematica does not put the actual font in the file, just the font name. So what you see depends on your viewer finding the font on your system and how it handles an unknown font.
2d
comment How can I say that all quantities need to be positive (and real)?
do you mean assume real or do you mean always take the real part? A specific example would be helpful.
May
21
comment Filtering the elements of an array to split them into two categories
since pplus pminus evalub1 are 2d arrays, what you are showing for original and incorrect isn't any of them
May
20
comment Getting a list of accurate coordinates from a plot
just noticed you can do the same with "copy selection" to copy the line from the plot, which may be useful if you have a multi line plot.
May
20
revised Getting a list of accurate coordinates from a plot
added 262 characters in body
May
20
comment Does resizing plots produce new data?
I went and posted a new answer over there..mathematica.stackexchange.com/questions/14222/…
May
20
answered Getting a list of accurate coordinates from a plot
May
20
comment Does resizing plots produce new data?
There is a direct and simple way to do this. I'll add an answer to the other question unless someone cares to open this one.
May
20
comment Does resizing plots produce new data?
Sorry, which of those answers applies here? ListPlot does not take an EvaluationMonitor arg, and its done by the time we manipulate the data anyway.
May
20
revised Does it make sense to ask for the color of a Graphics3D “voxel”?
added 178 characters in body
May
20
answered Does it make sense to ask for the color of a Graphics3D “voxel”?
May
20
comment Does it make sense to ask for the color of a Graphics3D “voxel”?
it makes perfect sense. What you are after is a 3d version of Rasterize. (maybe there is a trick to pull a 2d section out of 3d graphic then apply rasterize?)
May
15
answered How to select elements from a 4D Array?
May
15
comment Plotting points and functions in one graphic
just Show[ Plot[..] , Graphics[..] ]
May
15
comment How to detect crosses and circles in 60x60 raster images?
many of the approaches here will fail if the input is even a little sloppy, not closing the "O".
May
14
comment Variable naming changes everything
cant solve this regardless of etters..Solve[E^(a w) (f - 1 ) == E^w, {w}]
May
8
answered Importing or reading data in binary format 212