We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It may be related to this other bug: #68
from spatialdata.datasets import blobs_annotating_element import spatialdata_plot import matplotlib.pyplot as plt axes = plt.subplots(1, 2)[1] sdata = blobs_annotating_element("blobs_circles") sdata.pl.render_images("blobs_image").pl.render_shapes("blobs_circles", color="radius").pl.show(ax=axes[0]) sdata.pl.render_images("blobs_image").pl.render_shapes("blobs_circles", color="radius").pl.show(ax=axes[1]) plt.show()
In a Jupyter Notebook or Python console gives the following (correct) plot:
While running the code as a script gives this plot:
An observation, I guess that tests behaves like running code as scripts.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It may be related to this other bug: #68
In a Jupyter Notebook or Python console gives the following (correct) plot:
While running the code as a script gives this plot:
An observation, I guess that tests behaves like running code as scripts.
The text was updated successfully, but these errors were encountered: