Note
Go to the end to download the full example code.
Interactive CORD-19 with Histogram
Demonstrating interactive plotting with a histogram for filtering by publication date. The histogram allows users to select a time range and see the corresponding papers highlighted on the data map.
For a full size version see https://lmcinnes.github.io/datamapplot_examples/CORD19_data_map_example.html
/home/docs/checkouts/readthedocs.org/user_builds/datamapplot/envs/latest/lib/python3.11/site-packages/pandas/io/feather_format.py:65: FutureWarning: pyarrow.feather.write_feather is deprecated as of 24.0.0. Use pyarrow.ipc.new_file() / RecordBatchFileWriter instead. Feather V2 is the Arrow IPC file format.
feather.write_feather(df, handles.handle, **kwargs)
/home/docs/checkouts/readthedocs.org/user_builds/datamapplot/envs/latest/lib/python3.11/site-packages/pandas/io/feather_format.py:65: FutureWarning: pyarrow.feather.write_feather is deprecated as of 24.0.0. Use pyarrow.ipc.new_file() / RecordBatchFileWriter instead. Feather V2 is the Arrow IPC file format.
feather.write_feather(df, handles.handle, **kwargs)