Open objorke opened 10 years ago
I think the issue is that HeatMaps, by their nature, are no good at this job - it isn't meaningful to have a 1column/row heatmap, though the exception could be more useful.
In case we have this kind of chart which is with multiple Axes (we are trying to achieve something like excel is doing when you have bar chart) and we have only one column the whole screen goes white... I don't know exactly how it can be fixed :( and if I export the plot to a picture you can still the chart but without the data underneath :8ball:
Imported from http://oxyplot.codeplex.com/workitem/10180
JulianRendell 2014-04-17 00:26 It's easy to reproduce:
Edit C:\dev\oxyplot_af2ed795a9fe\Source\Examples\ExampleLibrary\Examples\HeatMapSeriesExamples.cs
Modify CreateExample and change-
to either:
or:
recompile, and run the winform example browser and select the heatmap examples.
There's a divide by 0 exception triggered.