Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if curve is just points, matlab plotter won't render #66

Open
ofloveandhate opened this issue Jun 9, 2019 · 0 comments
Open

if curve is just points, matlab plotter won't render #66

ofloveandhate opened this issue Jun 9, 2019 · 0 comments
Labels
component - decomposition things related to the decomposition routine implemented in the main executable, `bertini_real` component - matlab plotting nature - bug

Comments

@ofloveandhate
Copy link
Owner

for the example x^2+y^2=0, the decomposition runs fine, but the matlab code chokes. here's the error:

bertini_real_plotter
Index exceeds matrix dimensions.
Error in bertini_real_plotter/sphere_plot (line 4)
center = real(br_plotter.BRinfo.center(br_plotter.indices));
Error in bertini_real_plotter/curve_plot (line 38)
sphere_plot(br_plotter);
Error in bertini_real_plotter/plot (line 292)
					curve_plot(br_plotter);
Error in bertini_real_plotter (line 131)
			plot(br_plotter); 

to be fair, it's not matlab's fault. the center is in fact empty.

@ofloveandhate ofloveandhate added component - decomposition things related to the decomposition routine implemented in the main executable, `bertini_real` component - matlab plotting nature - bug labels Jun 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component - decomposition things related to the decomposition routine implemented in the main executable, `bertini_real` component - matlab plotting nature - bug
Projects
None yet
Development

No branches or pull requests

1 participant