ANN: ColorbarPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg82815] ANN: ColorbarPlot
- From: Will Robertson <wspr81 at gmail.com>
- Date: Wed, 31 Oct 2007 06:21:27 -0500 (EST)
Hello, Following on from the great advice from people here I've tidied up my ColorbarPlot package (with some contributions from Mike Croucher), added some features, and released it publicly: <http://library.wolfram.com/infocenter/MathSource/7030/> The package provides the ColorbarPlot function that is used something like this: ColorbarPlot[#1^2+#2^2 &,{-2,2},{-2,2},PlotType->DensityPlot] The package comes with an example file that shows the various options. DensityPlot is the default, and ContourPlot and Plot3D are also accepted. More work needs to be done to get it working for cases like ContourPlot3D. Contributions most welcome. At this stage, the output can't be passed to MathPSfrag because of the Inset function, but work on that front is hopefully progressing. All the best, Will